Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 14 matches

by sd_read
2022-01-24 00:21
Forum: General Questions
Topic: mount.nfs: access denied by server while mounting
Replies: 3
Views: 5107

Re: mount.nfs: access denied by server while mounting

SOLVED

I finally found it was a firewall issue. It was working so I guess the update closed off all ports.

I installed ufw and was able to open what I needed to get it working.

SOLVED
by sd_read
2022-01-23 20:36
Forum: General Questions
Topic: mount.nfs: access denied by server while mounting
Replies: 3
Views: 5107

Re: mount.nfs: access denied by server while mounting

UPDATE
I have followed this website: https://linuxconfig.org/how-to-set-up-a ... -10-buster

when I try to mount a drive I still get:

Code: Select all

mount.nfs4: access denied by server while mounting 192.168.0.6:/mnt/bigdiskc/CD_flac
by sd_read
2022-01-23 20:02
Forum: General Questions
Topic: mount.nfs: access denied by server while mounting
Replies: 3
Views: 5107

Re: mount.nfs: access denied by server while mounting

Sorry, I posted too soon... I am out of ideas but I am very sure this happened because I updated my Debian server. And with the time I have spent I will think very carefully before I ever update this thing again. But right now I just want to get it working again and would appreciate any help. The pr...
by sd_read
2022-01-23 19:57
Forum: General Questions
Topic: mount.nfs: access denied by server while mounting
Replies: 3
Views: 5107

mount.nfs: access denied by server while mounting

I have been running a Debian server for many years and I don't keep it updated regularly. So, I finally did update it and now my nfs shares do not work. The main problem is Voumio no longer mounts either nfs or samba even though it worked before the update of my Debian server. And so I booted my des...
by sd_read
2017-09-25 22:52
Forum: System and Network configuration
Topic: Getting File permissions right on a network drive
Replies: 4
Views: 1603

Re: Getting File permissions right on a network drive - SOLV

Yes, thank you, it was the umask.

On the server it was 0002 but on my client it was 0022 so I changed the ./profile as you suggested on my client, rebooted and now it works.

Thank you for your help.
by sd_read
2017-09-14 22:32
Forum: System and Network configuration
Topic: Getting File permissions right on a network drive
Replies: 4
Views: 1603

Getting File permissions right on a network drive

Hello, I am having problems with setting up permissions that I cannot seem to figure out even after exhaustive googling. The problem is when I save photos from the camera to the network drive my Wife is not able to edit or create new files in that directory. Here is my setup. I have a Debian server ...
by sd_read
2015-01-16 18:31
Forum: Beginners Questions
Topic: Changing default user/group on Debian server
Replies: 4
Views: 835

Re: Changing default user/group on Debian server

Holy cow, I think I fixed it. First, please forget about my Wife with Windows and Samba shares. This problem is related to my Linux desktop with NFS mounts from the Debian server. Now, my feeling is that when files/directories are created the default user and group comes from my desktop Linux NOT fr...
by sd_read
2015-01-16 16:46
Forum: Beginners Questions
Topic: Changing default user/group on Debian server
Replies: 4
Views: 835

Changing default user/group on Debian server

I have upgraded my old Suse 10.1 servers to an uptodate Debian and have a problem I cannot find a fix for. I will explain the situation: There are two users, myself and my Wife. I run Linux on my desktop while she runs Windows 7. I copy photos from my camera to a directory on the Debian server using...
by sd_read
2014-12-01 00:30
Forum: System and Network configuration
Topic: nfs Shares Not Working
Replies: 5
Views: 1546

Re: nfs Shares Not Working

No one can help me?
by sd_read
2014-11-23 20:51
Forum: System and Network configuration
Topic: nfs Shares Not Working
Replies: 5
Views: 1546

Re: nfs Shares Not Working- More details

From the client I can run: steve@MyDesktop:~$ showmount -e 192.168.0.6 Export list for 192.168.0.6: /mnt/bigdiskc/WinHome/steve 192.168.0.0/24 /mnt/bigdiskc/SuziTunes 192.168.0.0/24 /mnt/bigdiskc/Photos 192.168.0.0/24 /mnt/bigdiskc/MusicFiles_mp3 192.168.0.0/24 /mnt/bigdiskc/Music_Files 192.168.0.0/...
by sd_read
2014-11-22 20:59
Forum: System and Network configuration
Topic: nfs Shares Not Working
Replies: 5
Views: 1546

Re: nfs Shares Not Working

I am still at a loss as to what is happening. Perhaps I can explain my problem more simply. If I issue the following command in a terminal on my client: sudo mount -t nfs 192.168.0.6:/mnt/bigdiskc/F /mnt/f I see what I expect on my client machine which is the directory of F drive from the server. So...
by sd_read
2014-11-22 00:25
Forum: System and Network configuration
Topic: nfs Shares Not Working
Replies: 5
Views: 1546

Re: nfs Shares Not Working

I have tried these examples and I get:

Code: Select all

steve@MyDesktop:/mnt$ sudo mount -a
mount.nfs: access denied by server while mounting 192.168.0.6:/Common
To simplify I am only trying to mount one nfs volume.

The others I mount from the server as a samba drive as that works.
by sd_read
2014-11-21 00:24
Forum: System and Network configuration
Topic: nfs Shares Not Working
Replies: 5
Views: 1546

nfs Shares Not Working

I am trying to set up nfs shares on a server running Debian wheezy 64bit. On the server I have set up 11 different shares. as shown in /etc/exports: /mnt/bigdiskc/F 192.168.0.0/24(rw,sync,fsid=0,no_subtree_check) /mnt/bigdiskc/CD_flac 192.168.0.0/24(rw,sync,fsid=0,no_subtree_check) /mnt/bigdiskc/CD_...