Re: [CentOS] Remounting a USB flash drive

2008-08-01 Thread Sergey Podushkin
MHR wrote: I've noticed that once I right click on my flash drive icon and umount it, in order to remount it I have to unplug it and then plug it back in. Is there a command that will accomplish the same task without the unplug and plug back in physics? Yes. You should use $ gnome-mount -p YOUR

Re: [CentOS] Remounting a USB flash drive

2008-07-31 Thread Aleksey Tsalolikhin
Yes. mount diskid where diskid is your disk device id, e.g. /dev/sdg1 You can find out what it is by running mount while the disk is mounted, or by checking /var/log/messages, to see what disk ID was assigned to it when the device was first plugged in. You might need to specify a mount-point

[CentOS] Remounting a USB flash drive

2008-07-31 Thread MHR
I've noticed that once I right click on my flash drive icon and umount it, in order to remount it I have to unplug it and then plug it back in. Is there a command that will accomplish the same task without the unplug and plug back in physics? Thanks. mhr _