PDA

View Full Version : NFS Config


misterm
30th November 2005, 21:04
Good evening

This is somebody know the maniére to configure NFS under debian, is to assemble disks hard under one 2 eme waiter.

Yours sincerely

MM:confused: :confused:

falko
30th November 2005, 22:16
Use this howto: http://nfs.sourceforge.net/nfs-howto/

misterm
1st December 2005, 16:13
hello,

how one writes, on NFS, because I seek in howto site of NFS, but I do not find, how to make, so that I writes in the repertory....


MM;) ;)

themachine
4th December 2005, 20:23
If you want write access, you need to have something like the following in /etc/exports

/mnt/data w.x.y.z(rw)


Where w.x.y.z is the IP/Network that you are connecting from (i.e 192.168.0.100 or 192.168.0.0.

Please also note that if you are trying to connect as 'root' you may need to add the "no_root_squash" option.

/mnt/data w.x.y.z(rw,no_root_squash)