Hi everybody, first post. Nice to meet you all!
I've got the NFS server running on Debian 3.0r1, and I'm accessing the share from another PC running Slackware 9.1. Everything works the way it should (that is, I can access all the files on the share the way I want to), apart from this weird quirk which I'm hoping someone might be able to shed some light on.
These are the permissions for my /mnt directory on the Slackware box before the NFS share is mounted:
drwxr-xr-x 2 root root cdrw
drwxrwxr-x 6 root users drivers
drwxr-xr-x 2 root root dvd
drwxr-xr-x 2 root root floppy
drwxr-xr-x 2 root root nfs
drwxrwxr-x 7 root users windows
'drivers' and 'windows' are where separate FAT32 partitions are mounted, but the others are just normal directories. This is what the permissions look like after the share is mounted:
drwxr-xr-x 2 root root cdrw
drwxrwxr-x 6 root users drivers
drwxr-xr-x 2 root root dvd
drwxr-xr-x 2 root root floppy
drwxrwsr-x 4 root ftp nfs
drwxrwxr-x 7 root users windows
What's going on here? You can't change the umask in fstab the way you can with the Windows partitions, and I've tried such a large variety of the options set out in the exports, mount and nfs man pages that I can feel my brain turning into jelly

. The line in fstab at the moment is just this:
debian:/home /mnt/nfs nfs noauto,user 0 0
I'm hoping it's just some simple thing that I've overlooked. Does anyone have any ideas?