You are here: TWiki > Modding Web > BuffaloLinkstation r2 - 13 Sep 2007 - 10:18 - JesseSuen


Start of topic | Skip to actions

Configure NFS access to the linkstation

Install nfs with the command:
# apt-get install nfs-kernel-server

Then add an entry to the /etc/exports file which will share the /mnt/disk1/share directory:

/mnt/disk1/share        *(rw,wdelay,sync,all_squash,no_subtree_check,anonuid=99,anongid=99)

Note that anonuid and anongid can be changed to the uid/gid of your preferred user. 99 is the nobody account in Free Link.

After any change to /etc/exports, run exportfs to make your changes live:

# exportfs -a 

Configuring samba to be passwordless.

Edit your /etc/samba/smb.conf

Add the following to the [global] section:

       security = share

And the following to the [Share] section

       create mask = 0777
       directory mask = 0777

Resources

-- JesseSuen - 04 Sep 2007
Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback