Mounted SMB Share Showing Empty

PhilHumber

Cadet
Joined
Aug 1, 2020
Messages
1
Hi,

In FreeNAS Shell (not a jail) I have mounted a share using:
Code:
mount_smbfs //guest@SERVERNAME/ShareName /mnt/location/sublocation

It promtps for password (if I enter incorrectly it kicks me out so we know there is a legit connection being made).

Then the mount gets completed. Running:
Code:
mount

And it shows the new mount as avaliable. However navigating to the new share location:
Code:
cd /mnt/location/sublocation

and running
Code:
ls

shows the directory as empty. Trying:
Code:
mkdir testdir

Throws an error:
Code:
mkdir: .: No such file or directory

Some details - device I am trying to mount an old TimeCapsule so it support SMB1 (I have enabled SMB1 support in FreeNAS service settings). Share is fully accesible with the same exact parameters on a windows box and as per above connection seems to be ok.

Have searched for a couple hours and can't seem to find anything pointing in the right direction.

Any thoughts.....
 
Top