paradoxiom
Patron
- Joined
- Jun 16, 2015
- Messages
- 239
So I'm tidying up my data after upgrading to TrueNAS-12.0-U4 from FreeNAS 11 and having permissions issues.
I cleared all my SMB shares, deleted all mount points for jails, deleted all my jails, and moved the iocage to another spare drive for now.
I've been tidying up the permissions with:
root@truenas[~]# find /mnt/OrbitalHub/ -type f -exec setfacl -b {} \;
root@truenas[~]# find /mnt/OrbitalHub/ -type d -exec setfacl -b {} \;
On each pool/dataset.
All has been fine, but when running that on my Plex dataset (which holds 207gb of metadata / settings), the console seems to either hang, or is just working in the background and I have no idea if it's doing anything, is there any way I can get a progress bar or find out if it's actually doing anything?
Running:
root@truenas[~]# find "/mnt/Orbital-System/Plex Media Server" -type f -exec setfacl -b {} \;
And like I say the console is just hanging on that command, is it taking a long time due to the amount of files on there? Any idea how long I should wait?
After this is done I'm planning to move the iocage back to Orbital-System, setup my SMB shares, create a new Jail for plex, install plex on the jail (Q: Should I use the plugin or manually in a jail?), add the mount point:
/mnt/Orbital-System/Plex Media Server -TO- /mnt/Orbital-System/iocage/jails/plexmediaserver-plexpass/root/Plex Media Server, and that should restore all my metadata and plex settings, as well as adding the mount points for all my data on other pools.
Just a general sanity check there, this should work right? But mostly concerned with how long it is (or isn't) taking to apply the setfacl command to that dataset.
Thanks in advance.
I cleared all my SMB shares, deleted all mount points for jails, deleted all my jails, and moved the iocage to another spare drive for now.
I've been tidying up the permissions with:
root@truenas[~]# find /mnt/OrbitalHub/ -type f -exec setfacl -b {} \;
root@truenas[~]# find /mnt/OrbitalHub/ -type d -exec setfacl -b {} \;
On each pool/dataset.
All has been fine, but when running that on my Plex dataset (which holds 207gb of metadata / settings), the console seems to either hang, or is just working in the background and I have no idea if it's doing anything, is there any way I can get a progress bar or find out if it's actually doing anything?

Running:
root@truenas[~]# find "/mnt/Orbital-System/Plex Media Server" -type f -exec setfacl -b {} \;
And like I say the console is just hanging on that command, is it taking a long time due to the amount of files on there? Any idea how long I should wait?
After this is done I'm planning to move the iocage back to Orbital-System, setup my SMB shares, create a new Jail for plex, install plex on the jail (Q: Should I use the plugin or manually in a jail?), add the mount point:
/mnt/Orbital-System/Plex Media Server -TO- /mnt/Orbital-System/iocage/jails/plexmediaserver-plexpass/root/Plex Media Server, and that should restore all my metadata and plex settings, as well as adding the mount points for all my data on other pools.
Just a general sanity check there, this should work right? But mostly concerned with how long it is (or isn't) taking to apply the setfacl command to that dataset.
Thanks in advance.