Jump to content

There are no exportable user shares / There are no exportable disk shares


Go to solution Solved by JorgeB,

Recommended Posts

1 hour ago, Scurz said:

Let me know if more info is needed

 

Now try this command:

ls -l /mnt/user

 

When you used this this command:

image.png.3955fddacc073a5889d74597cf2e6b9d.png

you were try to change to a directory in the root directory of the file system!

 

You should have used either

cd user

or

cd /mnt/user

 

(The slash at the beginning of the path tells Linux to start in the root directory of the file system.  If you omit it, you tell Linux to start in the current working directory.  In this specific case, that directory was  mnt   This was the result of your earlier cd command.)

Link to comment
5 minutes ago, Frank1940 said:

 

Now try this command:

ls -l /mnt/user

 

When you used this this command:

image.png.3955fddacc073a5889d74597cf2e6b9d.png

you were try to change to a directory in the root directory of the file system!

 

You should have used either

cd user

or

cd /mnt/user

 

(The slash at the beginning of the path tells Linux to start in the root directory of the file system.  If you omit it, you tell Linux to start in the current working directory.  In this specific case, that directory was  mnt   This was the result of your earlier cd command.)

image.thumb.png.4c1cad46e92ffd6156e737448cfd12d9.png

 

My bad for the typo. The files exist. I'm just not sure why I get the "There are no exportable user shares" error in my share tab

Link to comment
6 minutes ago, Frank1940 said:

 

Make sure that this is set:

image.thumb.png.a885049f6611f3494ab5f52b03d42e74.png

And this     SHARES   Click on each 'User Share' name that you want to access: 

image.thumb.png.8224867dfaa0f7a9529023d74f1f7eec.png

Do steps 1 through 3.  Step 4 will be required if you set the share Security to anything but Public! 

 

Enable SMB is on. I'm familiar with the process of setting up SMB shares. I am not  able to access my share settings as Unraid is not displaying any shares. image.thumb.png.f5df731ca194bbe7ed6aa8abad5e84ba.pngI

Link to comment

This share will give your problems:

image.png.ab47c88836cb0a56dd3f9a17c3f694b4.png

It can be temporarily fixed by Running the 'New Permissons' tool in the Tools tab.   A permanent fix is to figure out which Docker or VM has created this share.  You then need to see that the UMASK variable is set to 000.

Link to comment
9 minutes ago, Frank1940 said:

This share will give your problems:

image.png.ab47c88836cb0a56dd3f9a17c3f694b4.png

It can be temporarily fixed by Running the 'New Permissons' tool in the Tools tab.   A permanent fix is to figure out which Docker or VM has created this share.  You then need to see that the UMASK variable is set to 000.

Ran Docker Safe New Perms, and New Permissions on all Disks. I can't run New Permissions on all Shares as Unraid doesn't recognize any shares

Link to comment
9 hours ago, Frank1940 said:

None of the permissions for any of the directories in /mnt are correct!

It happened a few times before, but not sure how it happens, since /mnt/user and all the disk shares are created by Unraid at every boot, so they should have the correct permissions.

  • Thanks 1
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.

×
×
  • Create New...