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.

Is "space" is an allowed char in NFS shares?

Featured Replies

I am experimenting with NFS shares, but I get the following in my syslog with unRAID 4.4.2:

 

Apr 20 20:16:32 Tower emhttp: shcmd (130): cp /etc/exports- /etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (131): echo '/mnt/user/DVD Movies -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=100 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (132): echo '/mnt/user/HD Movies -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=101 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (133): echo '/mnt/user/Movies -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=103 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (134): echo '/mnt/user/Music -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=104 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (136): echo '/mnt/user/album -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=107 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (137): killall -HUP smbd
Apr 20 20:16:32 Tower emhttp: shcmd (138): /etc/rc.d/rc.nfsd restart >/dev/null
Apr 20 20:16:32 Tower mountd[6474]: Caught signal 15, un-registering and exiting.
Apr 20 20:16:33 Tower kernel: nfsd: last server has exited, flushing export cache
Apr 20 20:16:34 Tower exportfs[6510]: No options for /mnt/user/DVD Movies: suggest Movies(sync) to avoid warning
Apr 20 20:16:34 Tower exportfs[6510]: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "Movies:/mnt/user/DVD". Assuming default behaviour ('no_subtree_check'). NOTE: this default has changed since nfs-utils version 1.0.x
Apr 20 20:16:35 Tower nss_wins[6510]: Movies has non-inet addr
Apr 20 20:16:36 Tower nss_wins[6510]: Movies has non-inet addr
Apr 20 20:16:36 Tower nss_wins[6510]: No options for /mnt/user/HD Movies: suggest Movies(sync) to avoid warning
Apr 20 20:16:36 Tower nss_wins[6510]: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for export "Movies:/mnt/user/HD". Assuming default behaviour ('no_subtree_check'). NOTE: this default has changed since nfs-utils version 1.0.x
Apr 20 20:16:37 Tower nss_wins[6510]: Movies has non-inet addr

 

It seems, that there is some confusion with both my shares, contains "space".

 

Can anyone confirm it is a bug, or I am the one who is doing wrong something?

 

Thanks

I am experimenting with NFS shares, but I get the following in my syslog with unRAID 4.4.2:

 

Apr 20 20:16:32 Tower emhttp: shcmd (130): cp /etc/exports- /etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (131): echo '/mnt/user/DVD Movies -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=100 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (132): echo '/mnt/user/HD Movies -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=101 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (133): echo '/mnt/user/Movies -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=103 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (134): echo '/mnt/user/Music -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=104 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (136): echo '/mnt/user/album -async,no_subtree_check,anongid=0,anonuid=0,all_squash,fsid=107 *(rw)' >>/etc/exports
Apr 20 20:16:32 Tower emhttp: shcmd (137): killall -HUP smbd
Apr 20 20:16:32 Tower emhttp: shcmd (138): /etc/rc.d/rc.nfsd restart >/dev/null
Apr 20 20:16:32 Tower mountd[6474]: Caught signal 15, un-registering and exiting.
Apr 20 20:16:33 Tower kernel: nfsd: last server has exited, flushing export cache
Apr 20 20:16:34 Tower exportfs[6510]: No options for /mnt/user/DVD Movies: suggest Movies(sync) to avoid warning
Apr 20 20:16:34 Tower exportfs[6510]: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "Movies:/mnt/user/DVD". Assuming default behaviour ('no_subtree_check'). NOTE: this default has changed since nfs-utils version 1.0.x
Apr 20 20:16:35 Tower nss_wins[6510]: Movies has non-inet addr
Apr 20 20:16:36 Tower nss_wins[6510]: Movies has non-inet addr
Apr 20 20:16:36 Tower nss_wins[6510]: No options for /mnt/user/HD Movies: suggest Movies(sync) to avoid warning
Apr 20 20:16:36 Tower nss_wins[6510]: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for export "Movies:/mnt/user/HD". Assuming default behaviour ('no_subtree_check'). NOTE: this default has changed since nfs-utils version 1.0.x
Apr 20 20:16:37 Tower nss_wins[6510]: Movies has non-inet addr

 

It seems, that there is some confusion with both my shares, contains "space".

 

Can anyone confirm it is a bug, or I am the one who is doing wrong something?

 

Thanks

I don't use NFS, but it looks like a bug to me.  Send an email to Tom pointing to this thread... I'll bet it can be fixed.
  • Author

Great, thank you Tom!

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.