I have mounted my ZFS share /tank/to my container (8002) with this command:
# pct set 8002 -mp0 /tank/,mp=/mnt/tank/
But now when I boot up the container (running ubuntu 18.04) I don't have write permissions.
I also can't change the permissions in anyway.
How do I give my root user in the Ubuntu container write permissions to this mount?
Thanks in advance.
# pct set 8002 -mp0 /tank/,mp=/mnt/tank/
But now when I boot up the container (running ubuntu 18.04) I don't have write permissions.
I also can't change the permissions in anyway.
How do I give my root user in the Ubuntu container write permissions to this mount?
Thanks in advance.