Click to See Complete Forum and Search --> : NFS queston


killerasp
09-26-2001, 12:26 PM
i mounted a drive from my nfs server but i cant get read access unless im root. any idea how i can change it so that anyone from a specific ip can read and write to it.

PLBlaze
09-26-2001, 01:52 PM
You need to use the rw option to give write and read read access eg.

/ server(rw) client(rw)

For more info consult man exports.Hopethis helps.