how to mount a USB key without unpluging and pluging back in again
Pybe
squalidstuff at gmail.com
Mon Jan 24 14:50:45 UTC 2005
On Mon, 24 Jan 2005 03:00:19 +0000, baza <baza at themauvezone.fsnet.co.uk> wrote:
> Hi folks,
>
> how do I mount a USB key without un-plunging and plunging it back in again??
If you know what device it is you can just issue `sudo mount
/dev/<device> /mnt/<foldername>` in a terminal.
One way to find out the device name is to `sudo tail -vf
/var/log/messages` then plug the device in and you should see some
info come up. Part of it will tell you the device name probablt sda1
or similar.
HTH
Pybe
More information about the ubuntu-users
mailing list