Aaron Fulkerson
Cadet
- Joined
- Jan 19, 2016
- Messages
- 5
My plan was to mount my ZFS dataset (user_data/dev) to a user's home folder inside of a jail. The user's home folder in the jail was set to /home/dev, nothing special, but if I tried mounting the data set it'd mount to /mnt/home/dev rather than /home/dev where I wanted it to be. I was also trying to share that dataset using SMB. Nothing about that worked but I think it had to do with permissions. Anyways, It's important to my development workflow (eventually) but right now I'd like to try to figure out how I can get ZFS to mount to that user's home folder. Am I going to have to use a symlink?