Re: Cannot remove flash memory



Kipton Moravec a écrit :
Less than an hour ago I asked a friend and Linux Guru how do I remove
the USB Stick? I did not see a dismount command on the GUI. He said
just pull it out, just make sure you are not writing to it when you
remove it.

He said Linux is way ahead of Microsoft when it comes to Hot Swapping
devices. Cool!

Kip

LOL , please don't teach people that kind of thing.

Well, it's true that you can pull off a device when nothing is
accessing it. it's the same thing on windows too. But how are you sure
nothing is accessing it ?

The advantage of Linux is that there is not much processes running on
background that will access your stick without letting you know.

So the very thing to do is to unmount your disk to be sure that nothing
will access it when you'll unplug it. gnome and kde offer a User
friendly way to do it by right-clicking. but on the Shell :

$ sudo umount /media/<my usb stick>

should do it too .
If it doesn't want to unmount the you can add the -l flag.

$ sudo umount -l /media/<usb stick>

anyhow, never pull off your stick or disk without unmounting it.


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Any way to avoid using GRUB
    ... If I pull the Linux drive out, ... which disk bootloader you use is determined by your ...
    (comp.os.linux.setup)
  • Rescanning for USB devices?
    ... If I unmount a device, and I want KDE/GNOME to rescan the bus for ... devices to mount with pmount *without* having to pull the device and ... re-insert it, what is the best way to do that? ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: Unmounting autorecognized usb devices
    ... >>It's not secure to eject an USB device without unmounting! ... Just pull it out. ... How can I make "unmount" accessible to all users? ...
    (alt.os.linux.suse)
  • (no subject)
    ... >>>floppy on my linux box. ... You can't just change the disk and click refresh (not on ... If there's no label, then end. ... > To unmount, ...
    (comp.os.linux.security)
  • Re: Floppy Disk Mystery
    ... I am completely new to Linux, ... Do read the manuals, ... > I did not unmount the disk, as I've never seen a need to. ... Various systems, Linux included, don't immediately write to a disk. ...
    (alt.os.linux.redhat)