<?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"
	>
<channel>
	<title>Comments on: /etc/fstab help for Distro Hoppers</title>
	<atom:link href="http://coreythompson.com/2008/01/etcfstab-help-for-distro-hoppers/feed/" rel="self" type="application/rss+xml" />
	<link>http://coreythompson.com/2008/01/etcfstab-help-for-distro-hoppers/</link>
	<description>...but I'm right! Get yer historical hero clay figurines now!</description>
	<pubDate>Fri, 21 Nov 2008 21:49:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: MrCorey</title>
		<link>http://coreythompson.com/2008/01/etcfstab-help-for-distro-hoppers/#comment-3987</link>
		<dc:creator>MrCorey</dc:creator>
		<pubDate>Fri, 14 Nov 2008 20:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://coreythompson.com/2008/01/19/etcfstab-help-for-distro-hoppers/#comment-3987</guid>
		<description>Stephen, what is the result of the vol_id command? What is the output? fsck is trying to work on the information provided in /etc/fstab, which may not match your actual volume UUID.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('3987','MrCorey'); return false;"&gt;Reply&lt;/a&gt;  - &lt;a href="#" class="quote" onclick="quote('3987','MrCorey','Stephen, what is the result of the vol_id command? What is the output? fsck is trying to work on the information provided in \/etc\/fstab, which may not match your actual volume UUID.'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Stephen, what is the result of the vol_id command? What is the output? fsck is trying to work on the information provided in /etc/fstab, which may not match your actual volume UUID.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('3987','MrCorey'); return false;">Reply</a>  - <a href="#" class="quote" onclick="quote('3987','MrCorey','Stephen, what is the result of the vol_id command? What is the output? fsck is trying to work on the information provided in \/etc\/fstab, which may not match your actual volume UUID.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://coreythompson.com/2008/01/etcfstab-help-for-distro-hoppers/#comment-3986</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 14 Nov 2008 15:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://coreythompson.com/2008/01/19/etcfstab-help-for-distro-hoppers/#comment-3986</guid>
		<description>I'm having this problem...unfortunately, the UUID's are the same. I'm running Heron with the eee netbook modules, on an EEE 1000. Thanks for the help!! Here's what I'm seeing:

&#62;&#62;&#62; Terminal fsck
[10:44:58 12] $ fsck
fsck 1.40.8 (13-Mar-2008)
fsck.ext3: Unable to resolve 'UUID=259a3310-b2b8-4b01-bb57-c0efb89768ae'

&#62;&#62;&#62; Gedit fstab
# /etc/fstab: static file system information.
#
#                
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=259a3310-b2b8-4b01-bb57-c0efb89768ae /               ext3    noatime,errors=remount-ro,commit=15 0       1
# /dev/sdb1
UUID=d7729a87-b7e2-49f9-b4ee-85018f5afca7 /home           ext2    relatime        0       2
/dev/sdc1       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0

At startup, my system is always saying bad shutdown, and that fsck died with an exit status of 4.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('3986','Stephen'); return false;"&gt;Reply&lt;/a&gt;  - &lt;a href="#" class="quote" onclick="quote('3986','Stephen','I\'m having this problem...unfortunately, the UUID\'s are the same. I\'m running Heron with the eee netbook modules, on an EEE 1000. Thanks for the help!! Here\'s what I\'m seeing:\r\n\r\n&#38;gt;&#38;gt;&#38;gt; Terminal fsck\r\n&#38;#91;10:44:58 12&#38;#93; $ fsck\r\nfsck 1.40.8 (13-Mar-2008)\r\nfsck.ext3: Unable to resolve \'UUID=259a3310-b2b8-4b01-bb57-c0efb89768ae\'\r\n\r\n&#38;gt;&#38;gt;&#38;gt; Gedit fstab\r\n# \/etc\/fstab: static file system information.\r\n#\r\n#                \r\nproc            \/proc           proc    defaults        0       0\r\n# \/dev\/sda1\r\nUUID=259a3310-b2b8-4b01-bb57-c0efb89768ae \/               ext3    noatime,errors=remount-ro,commit=15 0       1\r\n# \/dev\/sdb1\r\nUUID=d7729a87-b7e2-49f9-b4ee-85018f5afca7 \/home           ext2    relatime        0       2\r\n\/dev\/sdc1       \/media\/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0\r\ntmpfs \/tmp tmpfs defaults,noatime,mode=1777 0 0\r\ntmpfs \/var\/tmp tmpfs defaults,noatime,mode=1777 0 0\r\n\r\nAt startup, my system is always saying bad shutdown, and that fsck died with an exit status of 4.'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m having this problem&#8230;unfortunately, the UUID&#8217;s are the same. I&#8217;m running Heron with the eee netbook modules, on an EEE 1000. Thanks for the help!! Here&#8217;s what I&#8217;m seeing:</p>
<p>&gt;&gt;&gt; Terminal fsck<br />
[10:44:58 12] $ fsck<br />
fsck 1.40.8 (13-Mar-2008)<br />
fsck.ext3: Unable to resolve &#8216;UUID=259a3310-b2b8-4b01-bb57-c0efb89768ae&#8217;</p>
<p>&gt;&gt;&gt; Gedit fstab<br />
# /etc/fstab: static file system information.<br />
#<br />
#<br />
proc            /proc           proc    defaults        0       0<br />
# /dev/sda1<br />
UUID=259a3310-b2b8-4b01-bb57-c0efb89768ae /               ext3    noatime,errors=remount-ro,commit=15 0       1<br />
# /dev/sdb1<br />
UUID=d7729a87-b7e2-49f9-b4ee-85018f5afca7 /home           ext2    relatime        0       2<br />
/dev/sdc1       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0<br />
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0<br />
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0</p>
<p>At startup, my system is always saying bad shutdown, and that fsck died with an exit status of 4.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('3986','Stephen'); return false;">Reply</a>  - <a href="#" class="quote" onclick="quote('3986','Stephen','I\'m having this problem...unfortunately, the UUID\'s are the same. I\'m running Heron with the eee netbook modules, on an EEE 1000. Thanks for the help!! Here\'s what I\'m seeing:\r\n\r\n&amp;gt;&amp;gt;&amp;gt; Terminal fsck\r\n&amp;#91;10:44:58 12&amp;#93; $ fsck\r\nfsck 1.40.8 (13-Mar-2008)\r\nfsck.ext3: Unable to resolve \'UUID=259a3310-b2b8-4b01-bb57-c0efb89768ae\'\r\n\r\n&amp;gt;&amp;gt;&amp;gt; Gedit fstab\r\n# \/etc\/fstab: static file system information.\r\n#\r\n#                \r\nproc            \/proc           proc    defaults        0       0\r\n# \/dev\/sda1\r\nUUID=259a3310-b2b8-4b01-bb57-c0efb89768ae \/               ext3    noatime,errors=remount-ro,commit=15 0       1\r\n# \/dev\/sdb1\r\nUUID=d7729a87-b7e2-49f9-b4ee-85018f5afca7 \/home           ext2    relatime        0       2\r\n\/dev\/sdc1       \/media\/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0\r\ntmpfs \/tmp tmpfs defaults,noatime,mode=1777 0 0\r\ntmpfs \/var\/tmp tmpfs defaults,noatime,mode=1777 0 0\r\n\r\nAt startup, my system is always saying bad shutdown, and that fsck died with an exit status of 4.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrcorey</title>
		<link>http://coreythompson.com/2008/01/etcfstab-help-for-distro-hoppers/#comment-3983</link>
		<dc:creator>mrcorey</dc:creator>
		<pubDate>Thu, 13 Nov 2008 12:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://coreythompson.com/2008/01/19/etcfstab-help-for-distro-hoppers/#comment-3983</guid>
		<description>&lt;a href="#comment-3956"&gt;@Pete&lt;/a&gt; -
Neat thought.  I keep forgetting about the power of the export command.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('3983','mrcorey'); return false;"&gt;Reply&lt;/a&gt;  - &lt;a href="#" class="quote" onclick="quote('3983','mrcorey','&#60;a href=\&#34;#comment-3956\&#34;&#62;@Pete&#60;\/a&#62; -\r\nNeat thought.  I keep forgetting about the power of the export command.'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-3956">@Pete</a> -<br />
Neat thought.  I keep forgetting about the power of the export command.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('3983','mrcorey'); return false;">Reply</a>  - <a href="#" class="quote" onclick="quote('3983','mrcorey','&lt;a href=\&quot;#comment-3956\&quot;&gt;@Pete&lt;\/a&gt; -\r\nNeat thought.  I keep forgetting about the power of the export command.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://coreythompson.com/2008/01/etcfstab-help-for-distro-hoppers/#comment-3956</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sun, 02 Nov 2008 05:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://coreythompson.com/2008/01/19/etcfstab-help-for-distro-hoppers/#comment-3956</guid>
		<description>I was also looking around for a way just to identify the UUID of a partition.
This is what worked for me:

vol_id --uuid /dev/sdc1 --export
ID_FS_USAGE=raid
ID_FS_TYPE=linux_raid_member
ID_FS_VERSION=0.90.0
ID_FS_UUID=eb0b24ea:01425053:19bbf76a:ff5baf28
ID_FS_UUID_ENC=eb0b24ea:01425053:19bbf76a:ff5baf28
ID_FS_LABEL=
ID_FS_LABEL_ENC=
ID_FS_LABEL_SAFE=&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('3956','Pete'); return false;"&gt;Reply&lt;/a&gt;  - &lt;a href="#" class="quote" onclick="quote('3956','Pete','I was also looking around for a way just to identify the UUID of a partition.\r\nThis is what worked for me:\r\n\r\nvol_id --uuid \/dev\/sdc1 --export\r\nID_FS_USAGE=raid\r\nID_FS_TYPE=linux_raid_member\r\nID_FS_VERSION=0.90.0\r\nID_FS_UUID=eb0b24ea:01425053:19bbf76a:ff5baf28\r\nID_FS_UUID_ENC=eb0b24ea:01425053:19bbf76a:ff5baf28\r\nID_FS_LABEL=\r\nID_FS_LABEL_ENC=\r\nID_FS_LABEL_SAFE='); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I was also looking around for a way just to identify the UUID of a partition.<br />
This is what worked for me:</p>
<p>vol_id &#8211;uuid /dev/sdc1 &#8211;export<br />
ID_FS_USAGE=raid<br />
ID_FS_TYPE=linux_raid_member<br />
ID_FS_VERSION=0.90.0<br />
ID_FS_UUID=eb0b24ea:01425053:19bbf76a:ff5baf28<br />
ID_FS_UUID_ENC=eb0b24ea:01425053:19bbf76a:ff5baf28<br />
ID_FS_LABEL=<br />
ID_FS_LABEL_ENC=<br />
ID_FS_LABEL_SAFE=
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('3956','Pete'); return false;">Reply</a>  - <a href="#" class="quote" onclick="quote('3956','Pete','I was also looking around for a way just to identify the UUID of a partition.\r\nThis is what worked for me:\r\n\r\nvol_id --uuid \/dev\/sdc1 --export\r\nID_FS_USAGE=raid\r\nID_FS_TYPE=linux_raid_member\r\nID_FS_VERSION=0.90.0\r\nID_FS_UUID=eb0b24ea:01425053:19bbf76a:ff5baf28\r\nID_FS_UUID_ENC=eb0b24ea:01425053:19bbf76a:ff5baf28\r\nID_FS_LABEL=\r\nID_FS_LABEL_ENC=\r\nID_FS_LABEL_SAFE='); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
