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.

[6.3.2] shfs hardlink support bug

Featured Replies

shfs is not accurately displaying hard link information

 

When accessing a hardlink file through shfs it is showing up twice in ls/du/etc.

 

root@Tower:/mnt/user/Test# du -h
5.3G	./Dir1
5.3G	./Dir2
11G	.

root@Tower:/mnt/user/Test# ls -i Dir1/File1
142 Dir1/File1
root@Tower:/mnt/user/Test# ls -i Dir2/Hardlink 
562 Dir2/Hardlink

But if you go to the disk itself...

 

root@Tower:/mnt/disk1/Test# ls -i Dir1/File1 
102 Dir1/File1
root@Tower:/mnt/disk1/Test# ls -i Dir2/Hardlink 
102 Dir2/Hardlink

However df -h reports the disk space usage correctly.

 

Thank you!

Right, nothing we can do about that one.  The inode number displayed via /mnt/user refers to FUSE node-id which is not a real inode.  It's a transient memory structure that exists for a short amount of time (or if NFS enabled, for the 'fuse_remember' time period specified in Settings/NFS).

 

Is this breaking some application?

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.