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.

Share only a folder in a share

Featured Replies

Scenario:

I have an existing share that is restricted to private access.

In this share there is a folder which I would like to temporarily export as a share or make it accessible for public.

 

How can I do this without copying that folder into an new dedicated share?

 

 

As far as I know sharing a folder in a folder is not possible. Shares can only be made at the root level.

I think it should be possible using smb-extra.conf, but I've never done it, so I can't help with details.

 

autumnwalker is right, in that you can't do it with the stock web gui. If it's possible at all, it's going to involve manually setting it up.

I am assuming you are asking to share this via SMB. If that is true, I know of no way to do it. It may be done, I just don't know how.

 

If you are willing to do it via NFS, I know that works.

 

bkasten

You can create symbolic links to that folder at the top of the fs of all the disks it lives on, and then share that.

 

cd /mnt/disk2

ln -s some/deep/folder folder

cd /mnt/disk4

ln -s some/deep/folder folder

...

 

then configure the share via the web GUI.

 

Haven't tried that on my system but can't see why it won't work.

 

EDIT: Even simpler, you can do:

 

cd /mnt/user

ln -s some/deep/folder folder

 

then configure share via GUI.

  • Author
EDIT: Even simpler, you can do:

 

cd /mnt/user

ln -s some/deep/folder folder

 

then configure share via GUI.

Seems easy.

 

And this won't conflict with the different security settings?

Remember, the original share is "private" and the symlink share will be "public".

Seems easy.

 

And this won't conflict with the different security settings?

Remember, the original share is "private" and the symlink share will be "public".

 

I don't see why it should. You set security for each share separately. The whole tree is one share, and the subfolder is another.

You can experiment with it and see what happens.

  • 4 months later...
  • Author

OK, coming back with the result.

 

It works.

1. set up the new share name in the unRAID GUI

2. then link the folders like described in the prior posts

3. set the permissions for the share created in #1

 

Cool!

Thx 2 you all!

 

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.