I rebuilt my file server because ubuntu decided to die on me. I am now running my schools site license for red hat. Everything works really well except for one annoying thing. I have the default directory on my proftpd server set for "/data". This is where all my hard drives are mounted. But when I log into my ftp server I only see 4 out of the 5 drives. I checked the permissions and they are they same on all drives Code: [jordan@jordan-server ~]$ ls /data total 20K drwxr-xr-x 3 jordan jordan 4.0K Feb 9 09:32 backup drwxr-xr-x 5 jordan jordan 4.0K Jan 30 16:45 data2 drwxr-xr-x 5 jordan jordan 4.0K Jan 10 15:09 documents drwxr-xr-x 13 jordan jordan 4.0K Feb 5 12:43 downloads drwxr-xr-x 11 jordan jordan 4.0K Nov 19 22:42 programs It is the data2 drive that will not show up. I know the drive is working because I have it shared with samba and have no problems accessing it. Does anyone know anything that I could try?
Just because the directorys have the same permissions on the server does not mean they are exported with the same permissions. Have a read of the redhat NFS docs for how to set the export permissions. http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-nfs-export.html