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.

Should shfs on /mnt type fuse.shfs have the nodiratime option?

Featured Replies

@nars got me googling around as well with this mount/remount stuff and found something interesting for something I am troubleshooting with AFP.

 

 

mount -l

 

proc on /proc type proc (rw)

sysfs on /sys type sysfs (rw)

tmpfs on /var/log type tmpfs (rw,size=256m)

/dev/sdb on /boot type vfat (rw,noatime,nodiratime,umask=0,shortname=mixed) [uNRAID]

/dev/sda1 on /mnt/vmdk type vfat (rw) [bOOT]

/dev/md1 on /mnt/disk1 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md2 on /mnt/disk2 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md3 on /mnt/disk3 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md4 on /mnt/disk4 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md5 on /mnt/disk5 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md6 on /mnt/disk6 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md7 on /mnt/disk7 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md11 on /mnt/disk11 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md12 on /mnt/disk12 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md13 on /mnt/disk13 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md14 on /mnt/disk14 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md15 on /mnt/disk15 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md16 on /mnt/disk16 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md17 on /mnt/disk17 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md18 on /mnt/disk18 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/sdf1 on /mnt/cache type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

shfs on /mnt/user0 type fuse.shfs (rw,nosuid,nodev,noatime,allow_other)

shfs on /mnt/user type fuse.shfs (rw,nosuid,nodev,noatime,allow_other)

 

For the two above lines in red (shfs user and user0) should they not also contain 'nodiratime' as well?

FUSE does not implement 'nodiratime'.  The 'atime'/'noatime' applies to both files and directories.

  • Author

Great, thank you for the reply.

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.