IroesStrongarm
Dabbler
- Joined
- Mar 9, 2024
- Messages
- 16
Since I originally setup my TrueNAS over a year ago I've learned more and better practices in general. I'd like to go back and cleanup my setup in a way that works better for me. Before just diving in and making changes I'd like to be sure I won't just break things.
I currently have a dataset named "users." This was setup with the posix instead of SMB ACL I'd rather use. Inside "users" I have a "test_user" folder (not dataset) for the user named "test_user." test_user has a home directory set to /mnt/tank/users/test_user.
I would like to delete the "users" dataset and completely rebuild it from scratch using SMB ACL, and also then making a child dataset "test_user." Is the correct procedure to do so the following:
Any advice that can be shared would be appreciated. Thank you.
I currently have a dataset named "users." This was setup with the posix instead of SMB ACL I'd rather use. Inside "users" I have a "test_user" folder (not dataset) for the user named "test_user." test_user has a home directory set to /mnt/tank/users/test_user.
I would like to delete the "users" dataset and completely rebuild it from scratch using SMB ACL, and also then making a child dataset "test_user." Is the correct procedure to do so the following:
- Change the home directory of "test_user" to /nonexistent.
- Delete "users" dataset. Recreate "users" dataset and new child dataset "test_user." Move all data from a backup back into the test_user folder.
- Change the home directory of "test_user" to /mnt/tank/users/test_user?
Any advice that can be shared would be appreciated. Thank you.