NFS Config

Discussion in 'Installation/Configuration' started by misterm, Nov 30, 2005.

  1. misterm

    misterm Member

    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:
     
  2. falko

    falko Super Moderator ISPConfig Developer

  3. misterm

    misterm Member

    nfs write

    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;) ;)
     
  4. themachine

    themachine ISPConfig Developer ISPConfig Developer

    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)
     

Share This Page