Can't access SMB Share on Windows 10

sammyg7241

Cadet
Joined
Aug 4, 2019
Messages
3
I created a new share under Sharing > SMB Shares. Confirmed that the SMB service is running, and is set to start on boot. Also set the bind IP address of the SMB service.

Trying to access by using \\IP Address in Windows File Explorer.
 

Dolf

Cadet
Joined
Sep 11, 2020
Messages
5
I am having a similar issue hoping you might advise. I will be prompted for a username I will use root and the password that gives me access when I browse to \\FREENAS and gain access. I then get a generic resource is not available or you don't have permissions error. Posted output below.


root@freenas[~]# testparm -s
Load smb config files from /usr/local/etc/smb4.conf
Loaded services file OK.
Server role: ROLE_STANDALONE

# Global parameters
[global]
aio max threads = 2
bind interfaces only = Yes
disable spoolss = Yes
dns proxy = No
enable web service discovery = Yes
interfaces = 127.0.0.1 192.168.1.100
kernel change notify = No
load printers = No
logging = file
map to guest = Bad User
max log size = 51200
nsupdate command = /usr/local/bin/samba-nsupdate -g
server min protocol = SMB2_02
server role = standalone server
server string = FreeNAS Server
unix extensions = No
idmap config *: range = 90000001-100000000
idmap config * : backend = tdb
allocation roundup size = 0
directory name cache size = 0
dos filemode = Yes
include = /usr/local/etc/smb4_share.conf


[PlexNAS]
aio write size = 0
comment = Plex Data
ea support = No
guest ok = Yes
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
I am having a similar issue hoping you might advise. I will be prompted for a username I will use root and the password that gives me access when I browse to \\FREENAS and gain access. I then get a generic resource is not available or you don't have permissions error. Posted output below.


root@freenas[~]# testparm -s
Load smb config files from /usr/local/etc/smb4.conf
Loaded services file OK.
Server role: ROLE_STANDALONE

# Global parameters
[global]
aio max threads = 2
bind interfaces only = Yes
disable spoolss = Yes
dns proxy = No
enable web service discovery = Yes
interfaces = 127.0.0.1 192.168.1.100
kernel change notify = No
load printers = No
logging = file
map to guest = Bad User
max log size = 51200
nsupdate command = /usr/local/bin/samba-nsupdate -g
server min protocol = SMB2_02
server role = standalone server
server string = FreeNAS Server
unix extensions = No
idmap config *: range = 90000001-100000000
idmap config * : backend = tdb
allocation roundup size = 0
directory name cache size = 0
dos filemode = Yes
include = /usr/local/etc/smb4_share.conf


[PlexNAS]
aio write size = 0
comment = Plex Data
ea support = No
guest ok = Yes
It doesn't look like your config has any VFS objects set. Try "ixnas" at a minimum.
 

Dolf

Cadet
Joined
Sep 11, 2020
Messages
5
I've made no changes but I believe I have that set. See picture attached.
 

Attachments

  • Plex Share.png
    Plex Share.png
    38 KB · Views: 284

Dolf

Cadet
Joined
Sep 11, 2020
Messages
5
I've got it sorted it was an ACL permission issue I had to add the user for some reason it had fallen off.
 
Top