Unfortunately, tune2fs doesn&#39;t work with ntfs.&nbsp; But, there needs to be a better way anyhow.&nbsp; We often have cards from our camera, video camera, usb drives etc. sitting in our computer.&nbsp; Surely, there must be a way for GRUB to simply ignore these.<br>
<br><br><br><div class="gmail_quote">On Tue, Dec 2, 2008 at 2:23 PM, Karl Sokol <span dir="ltr">&lt;<a href="mailto:revkarl@gmail.com">revkarl@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well, I haven&#39;t done anything yet.&nbsp; I moved the computer, which involved unplugging and re-plugging the USB cables.&nbsp; Now, it just works.&nbsp; I have tried breaking it again by putting the cables back in their original position, but to no avail.&nbsp; Weird.&nbsp; <br>

<br>Thanks for your help.&nbsp; I suspect that this is a short term fix and &quot;tune2fs -L&quot; will be utilized in the near future.&nbsp; In the mean time, &quot;If it ain&#39;t broke...&quot;<div><div></div><div class="Wj3C7c">
<br>&nbsp;<br><br><div class="gmail_quote">
On Sun, Nov 30, 2008 at 7:56 AM, Adam Rosi-Kessel <span dir="ltr">&lt;<a href="mailto:adam@rosi-kessel.org" target="_blank">adam@rosi-kessel.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Yeah, i&#39;ve had this same problem. I do think the solution is referencing<br>
all partitions by uuid, not just the linux ones. I believe you would<br>
just use the uuid&#39;s from your list below that correspond to the Windows<br>
drives. An easier way to do it might be to assign a label to the drives,<br>
which GRUB also supports. (In Windows, you would just do that in the<br>
drive properties; in Linux, I believe tune2fs -L is the command you want).<br>
<br>
Karl Sokol wrote, on 11/29/2008 5:12 PM:<br>
<div><div></div><div>&gt; Happy Thanksgiving to all!!!<br>
&gt;<br>
&gt; Black Friday fallout...<br>
&gt;<br>
&gt; I have a working, dual-boot Ubuntu 8.10 and Vista64 setup. &nbsp;Vista<br>
&gt; resides on an internal hard drive and Linux is on a partition on an<br>
&gt; external USB Drive. &nbsp;I have yet another external USB drive. &nbsp;If it is<br>
&gt; plugged in at startup, I get an &quot;error 22&quot;. &nbsp;No finagling with the BIOS<br>
&gt; has any effect. &nbsp;The drive works when plugged in after startup.<br>
&gt;<br>
&gt; According to this helpful post:<br>
&gt; <a href="http://ubuntuforums.org/showthread.php?t=594657&amp;page=2" target="_blank">http://ubuntuforums.org/showthread.php?t=594657&amp;page=2</a><br>
&gt; &lt;<a href="http://ubuntuforums.org/showthread.php?t=594657&amp;page=2" target="_blank">http://ubuntuforums.org/showthread.php?t=594657&amp;page=2</a>&gt; , it seems that<br>
&gt; the problem is a re-assigning of drive names at start up. &nbsp;My menu.lst<br>
&gt; is below...<br>
&gt;<br>
&gt; ## ## End Default Options ##<br>
&gt;<br>
&gt; title &nbsp; &nbsp; &nbsp; &nbsp;Ubuntu 8.10, kernel 2.6.27-7-generic<br>
&gt; uuid &nbsp; &nbsp; &nbsp; &nbsp;60559370-de24-46be-a7a2-189626e5137d<br>
&gt; kernel &nbsp; &nbsp; &nbsp; &nbsp;/boot/vmlinuz-2.6.27-7-generic<br>
&gt; root=UUID=60559370-de24-46be-a7a2-189626e5137d ro<br>
&gt; initrd &nbsp; &nbsp; &nbsp; &nbsp;/boot/initrd.img-2.6.27-7-generic<br>
&gt; quiet<br>
&gt;<br>
&gt; title &nbsp; &nbsp; &nbsp; &nbsp;Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)<br>
&gt; uuid &nbsp; &nbsp; &nbsp; &nbsp;60559370-de24-46be-a7a2-189626e5137d<br>
&gt; kernel &nbsp; &nbsp; &nbsp; &nbsp;/boot/vmlinuz-2.6.27-7-generic<br>
&gt; root=UUID=60559370-de24-46be-a7a2-189626e5137d ro &nbsp;single<br>
&gt; initrd &nbsp; &nbsp; &nbsp; &nbsp;/boot/initrd.img-2.6.27-7-generic<br>
&gt;<br>
&gt; title &nbsp; &nbsp; &nbsp; &nbsp;Ubuntu 8.10, memtest86+<br>
&gt; uuid &nbsp; &nbsp; &nbsp; &nbsp;60559370-de24-46be-a7a2-189626e5137d<br>
&gt; kernel &nbsp; &nbsp; &nbsp; &nbsp;/boot/memtest86+.bin<br>
&gt; quiet<br>
&gt;<br>
&gt; ### END DEBIAN AUTOMAGIC KERNELS LIST<br>
&gt;<br>
&gt; # This is a divider, added to separate the menu items below from the Debian<br>
&gt; # ones.<br>
&gt; title &nbsp; &nbsp; &nbsp; &nbsp;Other operating systems:<br>
&gt; root<br>
&gt;<br>
&gt;<br>
&gt; # This entry automatically added by the Debian installer for a non-linux OS<br>
&gt; # on /dev/sda1<br>
&gt; title &nbsp; &nbsp; &nbsp; &nbsp;Windows Vista/Longhorn (loader)<br>
&gt; root &nbsp; &nbsp; &nbsp; &nbsp;(hd0,0)<br>
&gt; savedefault<br>
&gt; makeactive<br>
&gt; chainloader &nbsp; &nbsp;+1<br>
&gt;<br>
&gt;<br>
&gt; # This entry automatically added by the Debian installer for a non-linux OS<br>
&gt; # on /dev/sda2<br>
&gt; title &nbsp; &nbsp; &nbsp; &nbsp;Windows Vista/Longhorn (loader)<br>
&gt; root &nbsp; &nbsp; &nbsp; &nbsp;(hd0,1)<br>
&gt; savedefault<br>
&gt; makeactive<br>
&gt; chainloader &nbsp; &nbsp;+1<br>
&gt;<br>
&gt;<br>
&gt; As you can see, the Linux bits are already assigned a UUID, rather than<br>
&gt; a moveable name. &nbsp;Do I need to do the same with the Windows entries? &nbsp;If<br>
&gt; so, what will the root line look like? &nbsp;If not, what can I do? &nbsp;I know<br>
&gt; it is not life or death to have to plug/unplug a drive, but in my setup,<br>
&gt; it is sort of a pain.<br>
&gt;<br>
&gt; karl@karl-desktop:~$ sudo blkid<br>
&gt; [sudo] password for karl:<br>
&gt; /dev/sda1: UUID=&quot;7E14C3E414C39E11&quot; LABEL=&quot;PQSERVICE&quot; TYPE=&quot;ntfs&quot;<br>
&gt; /dev/sda2: UUID=&quot;8CF67A0AF679F534&quot; LABEL=&quot;OS&quot; TYPE=&quot;ntfs&quot;<br>
&gt; /dev/sdg1: UUID=&quot;D4C4C110C4C0F5B0&quot; LABEL=&quot;Workshop&quot; TYPE=&quot;ntfs&quot;<br>
&gt; /dev/sdf1: UUID=&quot;52A0A6AEA0A697CD&quot; LABEL=&quot;Storage&quot; TYPE=&quot;ntfs&quot;<br>
&gt; /dev/sdf2: UUID=&quot;60559370-de24-46be-a7a2-189626e5137d&quot; TYPE=&quot;ext3&quot;<br>
&gt; /dev/sdf5: TYPE=&quot;swap&quot; UUID=&quot;b88d7b1d-c973-45bf-a536-9744b58b7252&quot;<br>
&gt;<br>
&gt;<br>
&gt; Anybody come across this or have an idea?<br>
&gt;<br>
&gt; --<br>
&gt; Grace and Peace,<br>
&gt;<br>
&gt; Rev. Karl Sokol<br>
&gt; Franklin Grove UMC<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Linux-disciples mailing list<br>
&gt; <a href="mailto:Linux-disciples@lists.bostoncoop.net" target="_blank">Linux-disciples@lists.bostoncoop.net</a><br>
&gt; <a href="http://lists.bostoncoop.net/mailman/listinfo/linux-disciples" target="_blank">http://lists.bostoncoop.net/mailman/listinfo/linux-disciples</a><br>
<br>
_______________________________________________<br>
Linux-disciples mailing list<br>
<a href="mailto:Linux-disciples@lists.bostoncoop.net" target="_blank">Linux-disciples@lists.bostoncoop.net</a><br>
<a href="http://lists.bostoncoop.net/mailman/listinfo/linux-disciples" target="_blank">http://lists.bostoncoop.net/mailman/listinfo/linux-disciples</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Grace and Peace,<br><br>Rev. Karl Sokol<br>Franklin Grove UMC<br></div></div>211 N. Spring<br>Franklin Grove, IL 61031<br><br>FranklinGroveUMC.com <br><br>&quot;Give me one hundred preachers who fear nothing but sin and desire nothing but God,<br>

and I care not whether they be clergymen or laymen,<br>they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth&quot;.<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -- John Wesley<br>


</blockquote></div><br><br clear="all"><br>-- <br>Grace and Peace,<br><br>Rev. Karl Sokol<br>Franklin Grove UMC<br>211 N. Spring<br>Franklin Grove, IL 61031<br><br>FranklinGroveUMC.com <br><br>"Give me one hundred preachers who fear nothing but sin and desire nothing but God,<br>
and I care not whether they be clergymen or laymen,<br>they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth&quot;.<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -- John Wesley<br>