<?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: How To Use UUID To Mount Partitions / Volumes Under Ubuntu Linux</title> <atom:link href="http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Decaffienated46</title><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/#comment-63036</link> <dc:creator>Decaffienated46</dc:creator> <pubDate>Sat, 01 Oct 2011 09:03:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1908#comment-63036</guid> <description>Paul,
The main importance of UUID is for mounting a specific device to a specific mount-point reliably. In a terminal to use your example you would still type: # dd if= of= where you mount sdb1.
During the boot process, you have much more accurate mounting if you use:
UUID=8c2da865-13f4-47a2-9c92-2**FNA**&amp;%#$**34    ext4        /office-docs    rw,defaults        0        2 .
This will ALWAYS mount that device at /office-docs. If you use a line in etc/fstab like:
/dev/sdd1 /office-docs       ext4        /office-docs        defaults,rw        0         2         there is a possibility that another hdd may be recognized as /dev/sdd1 and therefore be mounted at /office-docs.
Once boot-up is complete, you will still use the same commands as always (always referencing mounted devices just like you have been doing).
HTH,
Decaffienated46</description> <content:encoded><![CDATA[<p>Paul,<br
/> The main importance of UUID is for mounting a specific device to a specific mount-point reliably. In a terminal to use your example you would still type: # dd if= of= where you mount sdb1.<br
/> During the boot process, you have much more accurate mounting if you use:<br
/> UUID=8c2da865-13f4-47a2-9c92-2**FNA**&amp;%#$**34    ext4        /office-docs    rw,defaults        0        2 .<br
/> This will ALWAYS mount that device at /office-docs. If you use a line in etc/fstab like:<br
/> /dev/sdd1 /office-docs       ext4        /office-docs        defaults,rw        0         2         there is a possibility that another hdd may be recognized as /dev/sdd1 and therefore be mounted at /office-docs.<br
/> Once boot-up is complete, you will still use the same commands as always (always referencing mounted devices just like you have been doing).<br
/> HTH,<br
/> Decaffienated46</p> ]]></content:encoded> </item> <item><title>By: paul</title><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/#comment-62205</link> <dc:creator>paul</dc:creator> <pubDate>Tue, 06 Sep 2011 21:25:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1908#comment-62205</guid> <description>Forgive my ignorance with the whole UUID thing. I understand it is superior in many ways, hence the switch.
However does this mean that anything to do with hard-drives / flash drives / CD &amp; DVD bays involving the terminal is going to be a complete pain in the arse?
For instance, to write an image to disk, I can currently use something like:
# dd if= of=sdb1
But now I must type:
# dd if= of=8c2da865-13f4-47a2-9c92-2**FNA**&amp;%#$**34 ???
Or is there something to this whole &quot;upgrade&quot; process that I&#039;m not understanding?
Thanks</description> <content:encoded><![CDATA[<p>Forgive my ignorance with the whole UUID thing. I understand it is superior in many ways, hence the switch.<br
/> However does this mean that anything to do with hard-drives / flash drives / CD &amp; DVD bays involving the terminal is going to be a complete pain in the arse?<br
/> For instance, to write an image to disk, I can currently use something like:<br
/> # dd if= of=sdb1<br
/> But now I must type:<br
/> # dd if= of=8c2da865-13f4-47a2-9c92-2**FNA**&amp;%#$**34 ???<br
/> Or is there something to this whole &#8220;upgrade&#8221; process that I&#8217;m not understanding?<br
/> Thanks</p> ]]></content:encoded> </item> <item><title>By: niku</title><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/#comment-59828</link> <dc:creator>niku</dc:creator> <pubDate>Mon, 06 Jun 2011 17:33:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1908#comment-59828</guid> <description>ls -l /dev/disk/by-uuid/</description> <content:encoded><![CDATA[<p>ls -l /dev/disk/by-uuid/</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/#comment-47231</link> <dc:creator>Alex</dc:creator> <pubDate>Fri, 07 May 2010 09:59:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1908#comment-47231</guid> <description>as of ubuntu 10.04 i found out that vol_id does not exist anymore
( https://bugs.launchpad.net/ubuntu/+source/unetbootin/+bug/376339 ) .
now &quot;blkid&quot; should be used instead.</description> <content:encoded><![CDATA[<p>as of ubuntu 10.04 i found out that vol_id does not exist anymore<br
/> ( <a
href="https://bugs.launchpad.net/ubuntu/+source/unetbootin/+bug/376339" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/unetbootin/+bug/376339</a> ) .</p><p>now &#8220;blkid&#8221; should be used instead.</p> ]]></content:encoded> </item> <item><title>By: unixadmin007</title><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/#comment-46533</link> <dc:creator>unixadmin007</dc:creator> <pubDate>Mon, 22 Mar 2010 00:47:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1908#comment-46533</guid> <description>I have a UBUNTU server, recently i cloned the disk using dd and kept the second disk in box itself. yesterday i realized that because of UUID features it generated same UUID to my /dev/sdb partitions and it looks like it is using the mix of first disk and second disk.</description> <content:encoded><![CDATA[<p>I have a UBUNTU server, recently i cloned the disk using dd and kept the second disk in box itself. yesterday i realized that because of UUID features it generated same UUID to my /dev/sdb partitions and it looks like it is using the mix of first disk and second disk.</p> ]]></content:encoded> </item> <item><title>By: SS</title><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/#comment-43688</link> <dc:creator>SS</dc:creator> <pubDate>Mon, 14 Sep 2009 13:24:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1908#comment-43688</guid> <description>Thats a good description.
Thankyou</description> <content:encoded><![CDATA[<p>Thats a good description.<br
/> Thankyou</p> ]]></content:encoded> </item> <item><title>By: Willie</title><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/#comment-41650</link> <dc:creator>Willie</dc:creator> <pubDate>Mon, 18 May 2009 02:06:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1908#comment-41650</guid> <description>I have been trying to figure out what happen to my UUID&#039;s on my server, thanks a lot for the help.  Now I can change everything to ext4 on my laptop.</description> <content:encoded><![CDATA[<p>I have been trying to figure out what happen to my UUID&#8217;s on my server, thanks a lot for the help.  Now I can change everything to ext4 on my laptop.</p> ]]></content:encoded> </item> <item><title>By: root</title><link>http://www.cyberciti.biz/faq/linux-finding-using-uuids-to-update-fstab/#comment-41309</link> <dc:creator>root</dc:creator> <pubDate>Thu, 23 Apr 2009 04:18:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1908#comment-41309</guid> <description>man tune2fs</description> <content:encoded><![CDATA[<p>man tune2fs</p> ]]></content:encoded> </item> </channel> </rss>
