Hard linking does not work.


Recommended Posts

Hi all.

 

Seems that hard linking is not supported by unRAID. Is this a feature that will be added/worked on, or not?

 

root@Tower:/mnt/user/mailbox/testmbox# ln tmp/foo new/foo 
ln: failed to create hard link ‘new/foo’ => ‘tmp/foo’: Function not implemented

Link to comment

Hi all.

 

Seems that hard linking is not supported by unRAID. Is this a feature that will be added/worked on, or not?

 

root@Tower:/mnt/user/mailbox/testmbox# ln tmp/foo new/foo 
ln: failed to create hard link ‘new/foo’ => ‘tmp/foo’: Function not implemented

I could be wrong, but I think it's the FUSE user file system that is the issue. Try using the /mnt/disk?/mailbox instead of the user path and see if that works.
Link to comment

I could be wrong, but I think it's the FUSE user file system that is the issue. Try using the /mnt/disk?/mailbox instead of the user path and see if that works.

 

You are actually right.. I have read up just a minute ago that it is an issue with fuse.shfs.

 

But if I were to export /mnt/diskX/mailbox, wouldn't that mangle the parity drive? I have no problem in forcing a low level export and to keep stuff all on a drive, but I want to retain the parity safeguard.

Link to comment

I could be wrong, but I think it's the FUSE user file system that is the issue. Try using the /mnt/disk?/mailbox instead of the user path and see if that works.

 

You are actually right.. I have read up just a minute ago that it is an issue with fuse.shfs.

 

But if I were to export /mnt/diskX/mailbox, wouldn't that mangle the parity drive? I have no problem in forcing a low level export and to keep stuff all on a drive, but I want to retain the parity safeguard.

Nope. Everything under /mnt/disk? is parity protected. It's manipulating the /dev/sd?1 partitions of array members that will cause issues with parity.

 

It's perfectly acceptable and even preferred by some to use the /mnt/disk?/share to manage the content, and use the /mnt/user/share structure to consume the content. All my disk shares are hidden RW, but my user shares are mostly R only for connected media devices.

Link to comment

Nope. Everything under /mnt/disk? is parity protected. It's manipulating the /dev/sd?1 partitions of array members that will cause issues with parity.

 

It's perfectly acceptable and even preferred by some to use the /mnt/disk?/share to manage the content, and use the /mnt/user/share structure to consume the content. All my disk shares are hidden RW, but my user shares are mostly R only for connected media devices.

 

So this is the famous "disk export" that I kept reading abut and couldn't quite understand what and were it was.

 

Well, this changes a lot, I could share a raw disk with my virtual machine in 9p and have al mailboxes there... this is and eye opener!

Link to comment

Nope. Everything under /mnt/disk? is parity protected. It's manipulating the /dev/sd?1 partitions of array members that will cause issues with parity.

 

It's perfectly acceptable and even preferred by some to use the /mnt/disk?/share to manage the content, and use the /mnt/user/share structure to consume the content. All my disk shares are hidden RW, but my user shares are mostly R only for connected media devices.

 

So this is the famous "disk export" that I kept reading abut and couldn't quite understand what and were it was.

 

Well, this changes a lot, I could share a raw disk with my virtual machine in 9p and have al mailboxes there... this is and eye opener!

Be careful with your wording. You are not sharing a "raw disk" which would be /dev/sd?. You are sharing a mounted partition with the format and permissions managed by unraid. Any root level folders you create on it WILL start participating in the user shares, so be careful with paths when you create new folders on the /mnt/disk?/ level.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.