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.

Symlinks not showing properly on CIFS mount

Featured Replies

When I have symlinks in a share, and mount that share over CIFS to my Mac, the symlinks show as copies of the file, rather than symlinks.

 

For example, if I have a share at /mnt/user/test mounted on the Mac at /Volumes/test, and the share contains a file called "test", then I see this:

 

$ ls -l /Volumes/test
-rwx------  1 user  staff 10  4 Feb 10:00 test
$ ssh unraid
# cd /mnt/user/test
# ln -s ./test othertest
# ls -l
-rwxrwxrwx  1 root  root 1024  4 Feb 10:00 test
lrwxrwxrwx  1 root  root   21  4 Feb 10:01 othertest -> ./test
# exit
$ ls -l /Volumes/test
-rwx------  1 user  staff 1024  4 Feb 10:00 test
-rwx------  1 user  staff 1024  4 Feb 10:01 othertest

 

The file "othertest" appears on the Mac as a plain file which is an exact copy of "test". Changes made to one show in the other.

 

If I create a symlink on the Mac, however, it shows up properly:

$ cd /Volumes/test
$ ln -s ./test yetanothertest
$ ls -l
-rwx------  1 user  staff 1024  4 Feb 10:01 othertest
-rwx------  1 user  staff 1024  4 Feb 10:00 test
lrwx------  1 user  staff   21  4 Feb 10:00 yetanothertest -> ./test

 

Unfortunately, I need to do stuff on the Mac side where the symlinks actually appear as symlinks. Is there a way I can configure it so symlinks work as expected, or do I have to deal with the horrors of NFS for this?

  • Community Expert

I think you will find that over normal CIFS network shares you cannot see symlinks as being links (at least that is my experience).   No idea if using NFS will give you what you wand.

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.