Hi!
I am rather linux user, but I have also freebsd. There is new native zfs port for linux (almost) stable, so I've decided to use my zfs partition as shared home for freebsd and linux. My zpool name is "zfs" v15. I've executed:
And on linux I can login as user and normally use /home/user, but on freebsd only my root have rights to access zfs partition. I have tried different combinations such as:
I always (on freebsd) get "permission denied" afer login "su user" or ttyv console. The same for X session, and for new adduser user2, user3, etc...
Any suggestions?
I am rather linux user, but I have also freebsd. There is new native zfs port for linux (almost) stable, so I've decided to use my zfs partition as shared home for freebsd and linux. My zpool name is "zfs" v15. I've executed:
Code:
zfs set mountpoint=/home zfs/home
Code:
chown -R user:user /home/user
chgrp -R user /home/user
chmod -R 777 /home/user <- this is also not working!
Any suggestions?