According to the eject manual, if a device is still mounted, it will be unmounted before ejecting. So eject is more appropriate than unmount before removing a usb disc, since you want to detach it from your system. Qoute from man eject:
<br><br>"Eject - eject removable media<br>...<br>If the device is currently mounted, it is unmounted before ejecting."<br><br>For myself, I never had problems with it. Maybe your permissions are not set right in /etc/fstab?
<br>People with an iPod can check that it doesn't stop recharging after umount, but it does after an eject.<br><br>Cheers,<br><br>Rutger<br><br><div><span class="gmail_quote">On 11/30/06, <b class="gmail_sendername">Peter Garrett
</b> <<a href="mailto:peter.garrett@optusnet.com.au">peter.garrett@optusnet.com.au</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, 30 Nov 2006 10:46:05 +0000<br>norman <<a href="mailto:norman@littletank.org">norman@littletank.org</a>> wrote:<br><br>><br>> > > I'm not quite sure what the light means, but I ignore it, and haven't
<br>> > > had any problems whatsoever yet. I'm using gnome as opposed to kde, but<br>> > > I doubt that makes any difference. So, I just make sure the device is<br>> > > not mounted and then pull it off.
<br>> ><br>> > It means the same as the flashing light on the front of most PCs.  The<br>> > drive is in use. If you remove it when the light is on you may lose or<br>> > corrupt data.  The whole purpose of the light is to tell you that there
<br>> > the memory is being written to or read from.<br>><br>> I cannot believe that. It is now 15 minutes since I pressed eject and<br>> the light is still flashing. Unless, of course, eject is not the same as
<br>> unmount.<br><br>Try this sequence ( the device in this case is /dev/sda1 )<br><br>                               $ pumount /dev/sda1<br><br>Comment: OK, no errors so it is unmounted now...<br><br>peter@prospero:~ $ pmount /dev/sda1
<br><br>Comment: No errors, so now it's mounted again.<br><br>So, with the "stick" still plugged in, the system still "knows" it is<br>there after the "pumount" command , but ...<br><br>peter@prospero
:~ $ eject /dev/sda1<br>peter@prospero:~ $ pmount /dev/sda1<br>Error: device /dev/sda1 does not exist<br><br>... after "eject", the system has total amnesia about it ;-)<br><br>That's a /highly technical explanation/ of the difference, I know   *grin*
<br><br>Peter<br><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>