Skip to content

Releases: droboports/nfs

NFSv3 1.3.2-2 for Drobo5N

07 Sep 19:16
Compare
Choose a tag to compare

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.

NFSv3 1.3.2-1 for DroboFS

29 Jun 22:32
Compare
Choose a tag to compare

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.

NFSv3 1.3.2-1 for Drobo5N

29 Jun 22:34
Compare
Choose a tag to compare

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.

NFSv3 1.3.2 for DroboFS

09 Mar 18:24
Compare
Choose a tag to compare

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.

NFSv3 1.3.2 for Drobo5N

05 Mar 16:42
Compare
Choose a tag to compare

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.