<div dir="ltr">Score one for having a graphical user interface. ;-)</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 3, 2013 at 10:49 AM, Ron Frazier (ALE) <span dir="ltr">&lt;<a href="mailto:atllinuxenthinfo@techstarship.com" target="_blank">atllinuxenthinfo@techstarship.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>


  

<div text="#000000" bgcolor="#ffffff"><div><div class="h5">
On 10/3/2013 9:42 AM, Michael B. Trausch wrote:
<blockquote type="cite">
  
  <div>On 10/02/2013 03:46 PM, Sean Kilpatrick
wrote:<br>
  </div>
  <blockquote type="cite">
    <p style="margin:0px;text-indent:0px">Anyway,</p>
    <p style="margin:0px;text-indent:0px">I have this thumb drive
named {thumb1} I need to rename it [thumb2]</p>
    <p style="margin:0px;text-indent:0px">so, as root, I did this:</p>
    <p style="margin:0px;text-indent:0px">cd /media</p>
    <p style="margin:0px;text-indent:0px">mv thumb1 thumb2</p>
    <p style="margin:0px;text-indent:0px">and was told that &#39;device
or resource busy.&#39;</p>
    <p style="margin:0px;text-indent:0px">But if I unmount the
thumb drive, then it isn&#39;t seen by the OS, and there isn&#39;t anything to
rename.</p>
  </blockquote>
  <br>
I know that you&#39;ve already solved the renaming part, but I thought I&#39;d
offer an explanation for this.<br>
  <br>
When anything is mounted on a directory, the directory becomes a <i>mount

point</i>.  That mount point is special in that it cannot be renamed or
moved, as it is &quot;in use&quot; by the filesystem which is mounted on it.<br>
  <br>
  <blockquote type="cite">
    <p style="margin:0px;text-indent:0px">So, how do I rename this
thing?</p>
  </blockquote>
  <br>
For future reference, here are commands for renaming/relabeling various
filesystems:<br>
  <ul>
    <li>ext2/3/4: tune2fs -L &lt;NEWNAME&gt; /dev/foo</li>
    <li>btrfs: btrfs filesystem label &lt;NEWNAME&gt; /dev/foo</li>
    <li>FAT12/16/32: fatlabel /dev/foo &lt;NEWNAME&gt;</li>
    <li>exFAT: ???</li>
  </ul>
  <p>For ISO9660 and UDF, the filesystem names are set at creation.<br>
  </p>
  <p>These are just the ones I know.  I am sure that JFS, XFS, ZFS,
etc. all have their own commands as well.<br>
  </p>
  <p>    — Mike<br>
  </p>
  <div>-- <br>
  <table border="0">
    <tbody>
      <tr>
        <td> <img src="cid:part1.08000603.09080306@techstarship.com" alt="Naunet Corporation Logo"> </td>
        <td> Michael B. Trausch<br>
        <br>
President, <strong>Naunet Corporation</strong><br>
☎ <a href="tel:%28678%29%20287-0693%20x130" value="+16782870693" target="_blank">(678) 287-0693 x130</a> or (855) NAUNET-1 x130<br>
FAX: <a href="tel:%28678%29%20783-7843" value="+16787837843" target="_blank">(678) 783-7843</a><br>
        </td>
      </tr>
    </tbody>
  </table>
  </div>
</blockquote>
<br></div></div>
Hi all,<br>
<br>
I only read the first message in this thread and the last couple
including the one quoted above.  I don&#39;t know what happened in between.<br>
<br>
Here&#39;s a cool GUI way to rename a thumb drive, or any drive if you can
dismount it.  Both Mint / Mate and Ubuntu (pre Unity) have a GUI app
called Disk Utility.  I don&#39;t remember which menu heading it&#39;s under,
probably system or accessories.  You can also search for it.  If you
system doesn&#39;t have it, you can install gnome-disk-utility from the
repositories.<br>
<br>
Plug in your memory stick, then start the program.  All your drives
should appear on the left.  Then select the memory stick on the left
pane.<br>
<br>
On the right, click the Unmount button.  Click the Edit File System
Label button.  Change the label to whatever you want and click OK or
Apply or whatever confirmation button is there.  You should be good to
go.  You can click the Mount button to remount the device or click the
safe removal button and you can remove the device.<br>
<br>
Just thought I&#39;d pass it along.<br>
<br>
Sincerely,<br>
<br>
Ron<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
<pre cols="72">-- 

(PS - If you email me and don&#39;t get a quick response, you might want to
call on the phone.  I get about 300 emails per day from alternate energy
mailing lists and such.  I don&#39;t always see new email messages very quickly.)

Ron Frazier
<a href="tel:770-205-9422" value="+17702059422" target="_blank">770-205-9422</a> (O)   Leave a message.
linuxdude AT <a href="http://techstarship.com" target="_blank">techstarship.com</a>
Litecoin: LZzAJu9rZEWzALxDhAHnWLRvybVAVgwTh3
Bitcoin: 15s3aLVsxm8EuQvT8gUDw3RWqvuY9hPGUU
</pre>
</font></span></div>

<br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br></div>