Comments on: RHCSA Series: Encrypt Disks with Parted and SSM in Linux – Part 8 https://www.tecmint.com/configure-linux-encrypted-partition/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 01 Jul 2024 07:19:36 +0000 hourly 1 By: Quanchi https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-671447 Tue, 22 Sep 2015 12:59:18 +0000 http://www.tecmint.com/?p=12421#comment-671447 Wow thanks a lot for making this tutorial, it is very help.

]]>
By: suresh https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-652133 Thu, 27 Aug 2015 12:46:01 +0000 http://www.tecmint.com/?p=12421#comment-652133 In reply to Gabriel Cánepa.

@Gabriel Cánepa
Thanks for your update, I used UUID and LABEL too but getting same problem ext4 file system is not found and went to maintenance mode..

]]>
By: Gabriel Cánepa https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-649909 Mon, 24 Aug 2015 12:04:58 +0000 http://www.tecmint.com/?p=12421#comment-649909 In reply to suresh.

@suresh,
Try using the UUID or device LABEL instead of the path to the logical volume. Do that in a regular mount command, and if it works change that in your /etc/fstab.

]]>
By: suresh https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-649764 Mon, 24 Aug 2015 06:50:36 +0000 http://www.tecmint.com/?p=12421#comment-649764 I have created encrypted LVM using ssm

ssm create -s 3G -n vol01_docs -p tecmint_vg –encrypt luks –fstype ext4 /mnt/docs /dev/sdb

updated /etc/crypttab file with UUID and after that made entry in fstab. When i reboot its not booting up going to maintenance mode

give root password for maintenance
type Control-D to continue).
fstab entry:
/dev/mapper/vol01_docs /mnt/docs ext4 defaults 0 2

Could you please let share you thoughts on the same issue. thanks in advance :)

]]>
By: Gabriel Cánepa https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-574991 Mon, 18 May 2015 11:42:14 +0000 http://www.tecmint.com/?p=12421#comment-574991 In reply to Rizal Rahman.

@Rizal,
Feel free to use whatever tool you like :). I used parted because it seems to be the default tool suggested in the RHEL 7 documentation.

]]>