Changes

From Amahi Wiki
Jump to: navigation, search
71 bytes removed ,  01:37, 17 January 2017
no edit summary
'''NOTE:''' This has been packaged as an [http://www.amahi.org/apps/NFS app] in tested with Amahi, currently in '''ALPHA'''7 and no issues noted.
Amahi has the ability to be a fully functional [http://en.wikipedia.org/wiki/Network_File_System_(protocol) NFS] server. In order to use Amahi as a NFS server we need to setup a couple of options.
In order to use Amahi as a NFS server * First we need to setup [[Storage_and_file_sharing#Step_2:_Create_Shares|create a couple share]], I will be using ''nfsexports'' for the name of optionsmine.
First * Next we need to create setup our NFS exports. This is done by executing the following commands in a share, I will be using nfsexports for the name of mineterminal. su - nano -w /etc/exports
Next we need to setup our NFS exports. This is done by executing :The contents of the following commands in a terminal.<ol><li>su -</li><li>nano -w /etc/exports</li></ol>file will be
The contents of the file will be<ul><li> /var/hda/files/nfsexports *(rw,insecure,all_squash,async,anonuid=48,anongid=48)</li></ul>
* Now that this is done, its time to decide if you want to do this just once or if you want to be able to do it all the time. If you want to do it just once, type the following without exiting from the root shell we started earlier.<ul><li>service nfs start</li></ul>
If you want to be able to do this many times including rebooting your server, type the following in.<ul><li>chkconfig nfs on</li><li> service nfs start</li></ul>
* If you want to be able to do this many times including rebooting your server, type the following in. chkconfig nfs on service nfs start Now using SMB, the CLI or a NFS client we can add files to the NFS Exports and be able to use them. You can use them for PXE booting, ESXi datastoresdata stores, just about anything.
12,424

edits