On Mon, 14 Sep 2020 at 16:39, Bob Goodwin bobgoodwin@fastmail.us wrote:
On 2020-09-13 19:57, Roger Heflin wrote:
Do a "df /nfs4exports/home" an "ls -ld /" a "ls -ld /nfs4exports/home" and a "ls -ld /nfs4exports/" and a "ls -l /nfs4exports".
On the client you can tell which device it is using by what df shows for it, if / it will show the size of / and if correct it will show the sizes of the correct fs.
. I have been using this NFS server for a long time and it has always worked well until root filled and there was no further storage space. I rely on it for the data stored on it, stuff like my calendar, notes, etc.
I collected the requested information:
[bobg@nfs ~]$ df /nfs4exports/home Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/fedora_localhost--live-root 71724152 69849984 0 100% /
[bobg@nfs ~]$ ls -ld / dr-xr-xr-x. 20 root root 4096 Dec 9 2019
[bobg@nfs ~]$ ls -ld /nfs4exports/home drwxrwxr-x. 37 bobg bobg 4096 Sep 10 09:19 /nfs4exports/home
[bobg@nfs ~]$ ls -ld /nfs4exports/ drwxrwxr-x. 3 bobg bobg 4096 Dec 8 2019 /nfs4exports/
[bobg@nfs ~]$ ls -l /nfs4exports total 4 drwxrwxr-x. 37 bobg bobg 4096 Sep 10 09:19 home
[root@WS1 bobg]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 3.9G 0 3.9G 0% /dev tmpfs 3.9G 298M 3.6G 8% /dev/shm tmpfs 3.9G 1.7M 3.9G 1% /run /dev/sda5 69G 51G 15G 78% / tmpfs 3.9G 92K 3.9G 1% /tmp /dev/sda1 976M 274M 636M 31% /boot /dev/sda2 839G 29G 767G 4% /home //192.168.50.25/bobg 610G 464G 146G 77% /mnt/smb tmpfs 783M 20K 783M 1% /run/user/1000 192.168.50.32:/nfs4exports/home 69G 67G 0 100% /media/nfs
Obviously the data should be stored in "/home" which is what I expected.
Presentiy /etc/exports is:
[bobg@nfs ~]$ cat /etc/exports /nfs4exports/home 192.168.50.0/24(rw,sync,insecure,no_root_squash,no_subtree_check)
It looks like I am exporting the wrong location/partition ...
Did you mean to export "/home/nfs4exports"?