Installed openSUSE with an encrypted partition in /mnt/testing
/etc/fstab as below
Code:
/dev/mapper/cr_mnt_testing /mnt/testing ext4 acl,user_xattr,nofail 0 2
Upon reboot, the encrypted partition is mounted but I (as a normal user) cannot write into it.
Confirms that the partition belongs to owner (root) and usergrp (root).
What should I change to fstab or
what should I change my user profile/group so that I (as a normal user) can write into it?
No comments:
Post a Comment