* A nfs share [[Category:Services]]== Remark ==To start things up, I sincerely think that NAT is available inside a bad things on a philosophical level. If you however want the hackerspace nfs to support it, you're welcome to add it. So don't connect to the fixme nat in the first place.== How to ==First start the rpcbind daemon and the nfs-common daemonon foodebian or similar (ubuntu for example)<pre>sudo init.d start rpcbind nfs-common</pre>OR on arch<pre>sudo rc.d start rpcbind nfs-common</pre>(Note: if you don't have rpcbind, just use portmap instead.Then simply mount that little boy<pre>sudo mount nfs.fixme.ch on :/homemedia/ftp for the momentdisk1/music /mnt</pre>Yes, that's all little slacker :).== Shares ==* A nfs /media/disk1/share is also available to find : Used by the latest [[Ftp]] server, accessible within the hackerspace [[Network]] by everyone.* /media/disk1/music played in : Used by [[MPD Daemon]], accessible within the hackerspace on [[Network]].* /homemedia/mpddisk1/Musictftp : Used by the tftp server for [[pxe]]. == configuration == the export file is :<pre>/media/disk1/tftp 62.220.135.192/26(ro,sync,no_subtree_check)/media/disk1/tftp [2001:788:dead::/48](ro,sync,no_subtree_check) /media/disk1/music 62.220.135.192/26(ro,subtree_check,sync)/media/disk1/music [2001:788:dead::/48](ro,subtree_check,sync) /media/disk1/stl 62.220.135.192/26(rw,subtree_check,sync)/media/disk1/stl [2001:788:dead::/48](rw,subtree_check,sync)</pre> * Activate debug rpcdebug -m nfs -s proc* Deactivate debug rpcdebug -m nfsd -c