Displaying 1 result from an estimated 1 matches for "vg_portable".
2014 Nov 11
1
login fail on crypted /home
...can issue a "su - anotheruser" in a terminal and access
the home of this user on the crypted partition.
The problem looks strange for me and google has not helped....
This how I build the crypted partition (following a tutorial, just
changing ext4 with xfs):
lvcreate -L 30G -n lv_home vg_portable
badblocks -s -w -t random -v /dev/vg_portable/lv_home
cryptsetup luksFormat /dev/vg_portable/lv_home
cryptsetup luksOpen /dev/vg_portable/lv_home c_home
mkfs -t xfs -L /home /dev/mapper/c_home
The blkid command shows:
/dev/mapper/c_home: LABEL="/home"
UUID="1118317e-cc5a-4183-a498-...