jeremyathompson
Cadet
- Joined
- Nov 24, 2019
- Messages
- 3
Sir/Ma'am,
I'm unable to mount another share from my FreeNAS box. I have a working "FileShare" that I connect to using same u/p as my Win10 box.
After serious issues with the Plex plugin I built out a plex jail that I'm utilizing.
I removed all accounts/groups utilized with the plugin (plex, plexuser) and executed a "iocage clean -a" via shell, in addition to deleting the original plex dataset via GUI.
I recreated the "plex" user using the same U/GID as the "plex" user in the jail.
I attempt to map the drive using the windows process from explorer and input the u/p of the plex account and it will not connect. I just verified write and access permission to the FileShare.
Creds window opens with "plex" already in the username. Password is super easy..."plexuser" and I've confirmed I'm not mistyping. I keep getting the prompt, see below -
However, I'm not mapped to anything else.
Here's all the other information I could find during searches to provide.
Version:
FreeNAS-11.2-U7
Physical Memory:
8023 MiB
Model:
AMD Turion(tm) II Neo N54L Dual-Core Processor
Any help is appreciated.
Jt
I'm unable to mount another share from my FreeNAS box. I have a working "FileShare" that I connect to using same u/p as my Win10 box.
After serious issues with the Plex plugin I built out a plex jail that I'm utilizing.
I removed all accounts/groups utilized with the plugin (plex, plexuser) and executed a "iocage clean -a" via shell, in addition to deleting the original plex dataset via GUI.
I recreated the "plex" user using the same U/GID as the "plex" user in the jail.
I attempt to map the drive using the windows process from explorer and input the u/p of the plex account and it will not connect. I just verified write and access permission to the FileShare.
Creds window opens with "plex" already in the username. Password is super easy..."plexuser" and I've confirmed I'm not mistyping. I keep getting the prompt, see below -
However, I'm not mapped to anything else.
Code:
net use New connections will be remembered. Status Local Remote Network ------------------------------------------------------------------------------- OK Z: \\192.168.1.3\FileShare Microsoft Windows Network The command completed successfully.
Here's all the other information I could find during searches to provide.
Version:
FreeNAS-11.2-U7
Physical Memory:
8023 MiB
Model:
AMD Turion(tm) II Neo N54L Dual-Core Processor
Code:
net groupmap list Guests (S-1-5-32-546) -> 90000003 Administrators (S-1-5-32-544) -> 90000001 plexuser (S-1-5-21-1928926315-406826938-4209093153-1001) -> 1001 plex (S-1-5-21-1928926315-406826938-4209093153-1003) -> plex Users (S-1-5-32-545) -> 90000002 Fileshare (S-1-5-21-1928926315-406826938-4209093153-1000) -> Fileshare
Code:
net getlocalsid SID for domain FREENAS is: S-1-5-21-1928926315-406826938-4209093153
Code:
testparm -s
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
Load smb config files from /usr/local/etc/smb4.conf
Processing section "[FileShare]"
Processing section "[PlexShare]"
Loaded services file OK.
Server role: ROLE_STANDALONE
# Global parameters
[global]
aio max threads = 2
deadtime = 15
disable spoolss = Yes
dns proxy = No
dos charset = CP437
hostname lookups = Yes
kernel change notify = No
lm announce = Yes
load printers = No
logging = file
max log size = 51200
max open files = 231032
nsupdate command = /usr/local/bin/samba-nsupdate -g
obey pam restrictions = Yes
printcap name = /dev/null
security = USER
server min protocol = SMB2_02
server role = standalone server
server string = FreeNAS Server
time server = Yes
idmap config *: range = 90000001-100000000
idmap config * : backend = tdb
acl allow execute always = Yes
create mask = 0666
directory mask = 0777
directory name cache size = 0
dos filemode = Yes
strict locking = No
[FileShare]
aio write size = 0
path = "/mnt/DataStore/FileShare"
read only = No
veto files = /.snapshot/.windows/.mac/.zfs/
vfs objects = zfs_space zfsacl streams_xattr
zfsacl:acesort = dontcare
nfs4:chown = true
nfs4:acedup = merge
nfs4:mode = special
[PlexShare]
aio write size = 0
path = "/mnt/DataStore/plexmediafiles"
read only = No
veto files = /.snapshot/.windows/.mac/.zfs/
vfs objects = zfs_space zfsacl streams_xattr
zfsacl:acesort = dontcare
nfs4:chown = true
nfs4:acedup = merge
nfs4:mode = specialCode:
pdbedit -L plex:972:plex jeremy:1000:jeremy
Code:
DataStore ls -al total 49 drwxr-xr-x 5 root wheel 5 Nov 24 16:05 . drwxr-xr-x 3 root wheel 128 Nov 24 15:51 .. drwxrwx---+ 3 jeremy Fileshare 5 Nov 22 18:22 FileShare drwxr-xr-x 9 root wheel 10 Nov 24 17:17 iocage drwxrwx---+ 2 plex plex 3 Nov 24 16:05 plexmediafiles
Code:
getfacl /mnt/DataStore
# file: /mnt/DataStore
# owner: root
# group: wheel
owner@:rwxp--aARWcCos:-------:allow
group@:r-x---a-R-c--s:-------:allow
everyone@:r-x---a-R-c--s:-------:allow
root@freenas[/mnt/DataStore]# getfacl /mnt/DataStore/plexmediafiles
# file: /mnt/DataStore/plexmediafiles
# owner: plex
# group: plex
owner@:rwxpDdaARWcCos:fd-----:allow
group@:rwxpDdaARWcCos:fd-----:allow
everyone@:--------------:fd-----:allowAny help is appreciated.
Jt