Difference between revisions of "Nfs"

From Fixme.ch
Jump to: navigation, search
Line 2: Line 2:
 
== How to use me (hard) ==
 
== How to use me (hard) ==
 
First start the rpcbind daemon and the nfs-common daemon
 
First start the rpcbind daemon and the nfs-common daemon
* sudo init.d start rpcbind nfs-common
+
<pre>sudo init.d start rpcbind nfs-common</pre>
 
OR
 
OR
* sudo rc.d start rpcbind nfs-common
+
<pre>sudo rc.d start rpcbind nfs-common</pre>
 
Then simply mount that little boy
 
Then simply mount that little boy
sudo mount foo.fixme.ch:/media/disk1/music /mnt
+
<pre>sudo mount foo.fixme.ch:/media/disk1/music /mnt</pre>
 
Yes, that's all little slacker :).
 
Yes, that's all little slacker :).
 
== Shares ==
 
== Shares ==

Revision as of 23:21, 16 July 2012

How to use me (hard)

First start the rpcbind daemon and the nfs-common daemon

sudo init.d start rpcbind nfs-common

OR

sudo rc.d start rpcbind nfs-common

Then simply mount that little boy

sudo mount foo.fixme.ch:/media/disk1/music /mnt

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.

configuration

the export file is :

/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/share              62.220.135.192/26(rw,subtree_check,sync)
/media/disk1/share              [2001:788:dead::/48](rw,subtree_check,sync)

/media/disk1/share_internal     62.220.135.192/26(ro,subtree_check,sync)
/media/disk1/share_internal     [2001:788:dead::/48](ro,subtree_check,sync)

/media/disk1/music              62.220.135.192/26(ro,subtree_check,sync)
/media/disk1/music              [2001:788:dead::/48](ro,subtree_check,sync)