Changes

Jump to: navigation, search

Nfs

19 bytes removed, 15:58, 20 September 2012
== How to ==
First start the rpcbind daemon and the nfs-common daemon
on debian or similar (ubuntu for example)
<pre>sudo init.d start rpcbind nfs-common</pre>
ORon 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 foonfs.fixme.ch:/media/disk1/music /mnt</pre>
Yes, that's all little slacker :).
== Shares ==
* /media/disk1/share : Used by the [[Ftp]] server, accessible within the hackerspace [[Network]] by everyone.
* /media/disk1/share_internal : Used internally for storage purpose.
* /media/disk1/music : Used by [[MPD Daemon]], accessible within the hackerspace [[Network]].
* /media/disk1/tftp : Used by the tftp server for [[pxe]].
445
edits