I have a couple questions related to using NFS. My WFW machine has an NFS
server on it, and I have mounted my DOS drives on my Linux box. For some
odd reason I'm not able to mount my remote CD-ROM drive. Is there a
special parameter I'm supposed to use?
My /etc/fstab file looks like this:
/dev/hda3 swap swap defaults 1 1
/dev/hda2 / ext2 defaults 1 1
/dev/hda1 /dosc msdos defaults 1 1
none /proc proc defaults 1 1
mediagenix.com:/c /rmtc nfs rsize=1024 wsize=1024
My next question is:
How can I change the permissions of a directory once mounted? chmod isn't
responding with any values I provide. I suspect I need to specify something
in the /etc/fstab file to change the default permissions??? Default
currently is chmod 777 (world rwx).
All help is appreciated. Thanks!
-Frank