Cross-compiling and ready-to-use applications for the DroboFS and Drobo5N
NFS is a high performance file server for Unix operating systems.
This version automatically exports shares if incron
is present, and there is a file called /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports.auto
.
The default configuration exports shares using the following template:
/mnt/DroboFS/Shares/<share_name> 0.0.0.0/0(rw,insecure,async,no_subtree_check,no_root_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/<share_name> ::/128(rw,insecure,async,no_subtree_check,no_root_squash,anonuid=99,anongid=99)
Since NFS does not support user access control, only shares which give access to “Everyone” will be automatically exported. Shares are exported as rw
or ro
depending on the level of access given to “Everyone” in Drobo Dashboard.
Calling /mnt/DroboFS/Shares/DroboApps/nfs/service.sh reload
will regenerate the exports file.
To manually change the exports, remove the file /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports.auto
, edit the file /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports
, then call /mnt/DroboFS/Shares/DroboApps/nfs/service.sh reload
.
Size: 3 MB
The default configuration exports the Public share for any and all clients on both IPv4 and IPv6:
/mnt/DroboFS/Shares/Public 0.0.0.0/0(rw,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/Public ::/128(rw,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
To change the exports, edit the file /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports
, then call /mnt/DroboFS/Shares/DroboApps/nfs/service.sh reload
.
Size: 2 MB
The default configuration exports the Public share for any and all clients on both IPv4 and IPv6:
/mnt/DroboFS/Shares/Public 0.0.0.0/0(rw,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/Public ::/128(rw,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
To change the exports, edit the file /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports
, then call /mnt/DroboFS/Shares/DroboApps/nfs/service.sh reload
.
Changelog: This version fixes issue #2.
Size: 2 MB
The default configuration exports the Public share for any and all clients:
/mnt/DroboFS/Shares/Public 0.0.0.0/0(rw,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
To change the exports, edit the file /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports
, then call /mnt/DroboFS/Shares/DroboApps/nfs/service.sh reload
.
Size: 661 KB
The default configuration exports the Public share for any and all clients:
/mnt/DroboFS/Shares/Public 0.0.0.0/0(rw,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
To change the exports, edit the file /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports
, then call /mnt/DroboFS/Shares/DroboApps/nfs/service.sh reload
.
Changelog: This release contains fixes for issues #1, #2, and #3. This release is compatible with B800fs.
Size: 652 KB
If you like the tutorials, or are using any of the apps from this site, please consider becoming a patreon or making a donation to support our efforts and help keeping the site online.
Published with GitHub Pages. Bootstrap theme: Sandstone.