Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[BUG][6.0] NFS set to Read Only on Private security

Featured Replies

If I set Security to Public on the NFS setting, then have Read and Write permission.

 

root@Tower:/var/log# exportfs -v
/mnt/user/Media
                <world>(rw,async,wdelay,insecure,root_squash,all_squash,no_subtree_check,fsid=100,anonuid=99,anongid=100,sec=sys,rw,root_squash,all_squash)

 

however, changing Security back to Private with the rule: 192.168.1.12(rw) then Only Read is set.

 

]root@Tower:/var/log# exportfs -v
/mnt/user/Media
                192.168.1.12(ro,async,wdelay,root_squash,no_subtree_check,fsid=100,sec=sys,ro,root_squash,no_all_squash)

 

This is a bug, Read and Write suppose to be set . I did not have this issue in unRAID 5.

  • Author

Set your rule to

192.168.1.12(rw,sec=sys)

 

Does that work?

 

I have changed the rule to 192.168.1.12(rw,sec=sys) and it did not work.

 

root@Tower:~# exportfs -v
/mnt/user/Media
                192.168.1.12(ro,async,wdelay,root_squash,no_subtree_check,fsid=100,sec=sys,ro,root_squash,no_all_squash)

  • Author

Sorry, order matters, try:

192.168.1.12(sec=sys,rw)

 

This was solved here:

http://lime-technology.com/forum/index.php?topic=38988.msg388413#msg388413

 

Yup, thats fixed it!

 

root@Tower:~# exportfs -v

/mnt/user/Media

                192.168.1.12(rw,async,wdelay,root_squash,no_subtree_check,fsid=100,sec=sys,rw,root_squash,no_all_squash)

 

Thanks :)

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.