I've got the same problem: df doesn't show /home, which is pretty confusing, since NFS mounting /home is one of the major differences between the local server and desktop systems.
# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/vg00-root 32896880 4782132 26420644 16% / udev 10240 0 10240 0% /dev tmpfs 405832 600 405232 1% /run tmpfs 5120 4 5116 1% /run/lock tmpfs 811640 0 811640 0% /run/shm /dev/sda1 1014680 35160 910760 4% /boot /dev/mapper/vg00-export 396984544 67960 376727812 1% /export nfs-home:/space/data 13390666752 10768152576 1942284288 85% /data # df -a Filesystem 1K-blocks Used Available Use% Mounted on rootfs - - - - / sysfs 0 0 0 - /sys proc 0 0 0 - /proc udev 10240 0 10240 0% /dev devpts 0 0 0 - /dev/pts tmpfs 405832 600 405232 1% /run /dev/mapper/vg00-root 32896880 4781600 26421176 16% / tmpfs 5120 4 5116 1% /run/lock pstore 0 0 0 - /sys/fs/pstore tmpfs 811640 0 811640 0% /run/shm /dev/sda1 1014680 35160 910760 4% /boot /dev/mapper/vg00-export 396984544 67960 376727812 1% /export rpc_pipefs 0 0 0 - /run/rpc_pipefs nfs-home:/space/home - - - - /home nfs-home:/space/data 13390666752 10768854016 1941581824 85% /data # cat /proc/mounts | column -t rootfs / rootfs rw 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=504823,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=405832k,mode=755 0 0 /dev/mapper/vg00-root / ext4 rw,noatime,data=ordered 0 0 tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0 pstore /sys/fs/pstore pstore rw,relatime 0 0 tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=811640k 0 0 /dev/sda1 /boot ext4 rw,noatime,data=ordered 0 0 /dev/mapper/vg00-export /export ext4 rw,noatime,data=ordered 0 0 rpc_pipefs /run/rpc_pipefs rpc_pipefs rw,relatime 0 0 nfs-home:/space/home /home nfs4 rw,noatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=172.19.97.183,local_lock=none,addr=172.xx.xx.218 0 0 nfs-home:/space/data /data nfs4 rw,noatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=172.19.97.183,local_lock=none,addr=172.xx.xx.218 0 0 The /etc/exports file on nfs-home (Wheezy) says: /space/data 172.xx.xx.0/22(rw,insecure,async,no_root_squash,no_subtree_check,no_acl) /space/home 172.xx.xx.0/22(rw,insecure,async,no_root_squash,no_subtree_check,no_acl) The NFS server has just a single /space partition, as you might have guessed. Regards Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org