<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: RHCSA Series: Encrypt Disks with Parted and SSM in Linux &#8211; Part 8	</title>
	<atom:link href="https://www.tecmint.com/configure-linux-encrypted-partition/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-linux-encrypted-partition/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 01 Jul 2024 07:19:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Quanchi		</title>
		<link>https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-671447</link>

		<dc:creator><![CDATA[Quanchi]]></dc:creator>
		<pubDate>Tue, 22 Sep 2015 12:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12421#comment-671447</guid>

					<description><![CDATA[Wow thanks a lot for making this tutorial, it is very help.]]></description>
			<content:encoded><![CDATA[<p>Wow thanks a lot for making this tutorial, it is very help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: suresh		</title>
		<link>https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-652133</link>

		<dc:creator><![CDATA[suresh]]></dc:creator>
		<pubDate>Thu, 27 Aug 2015 12:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12421#comment-652133</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-649909&quot;&gt;Gabriel Cánepa&lt;/a&gt;.

@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..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-649909">Gabriel Cánepa</a>.</p>
<p>@Gabriel Cánepa<br />
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..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Cánepa		</title>
		<link>https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-649909</link>

		<dc:creator><![CDATA[Gabriel Cánepa]]></dc:creator>
		<pubDate>Mon, 24 Aug 2015 12:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12421#comment-649909</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-649764&quot;&gt;suresh&lt;/a&gt;.

@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.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-649764">suresh</a>.</p>
<p>@suresh,<br />
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.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: suresh		</title>
		<link>https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-649764</link>

		<dc:creator><![CDATA[suresh]]></dc:creator>
		<pubDate>Mon, 24 Aug 2015 06:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12421#comment-649764</guid>

					<description><![CDATA[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 :)]]></description>
			<content:encoded><![CDATA[<p>I have created encrypted LVM using ssm </p>
<p>ssm create -s 3G -n vol01_docs -p tecmint_vg &#8211;encrypt luks &#8211;fstype ext4 /mnt/docs /dev/sdb</p>
<p> updated /etc/crypttab file with UUID and after that made entry in fstab. When i reboot its not booting up going to maintenance mode</p>
<p>give root password for maintenance<br />
type Control-D to continue).<br />
fstab entry:<br />
/dev/mapper/vol01_docs /mnt/docs ext4 defaults 0 2</p>
<p>Could you please let share you thoughts on the same issue. thanks in advance :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Cánepa		</title>
		<link>https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-574991</link>

		<dc:creator><![CDATA[Gabriel Cánepa]]></dc:creator>
		<pubDate>Mon, 18 May 2015 11:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12421#comment-574991</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-572119&quot;&gt;Rizal Rahman&lt;/a&gt;.

@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.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-linux-encrypted-partition/comment-page-1/#comment-572119">Rizal Rahman</a>.</p>
<p>@Rizal,<br />
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.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
