Flash Drive
Christoph Bier
christoph.bier at web.de
Sun Oct 23 22:29:23 UTC 2005
Simon Taplin schrieb am 23.10.2005 20:41:
> I use a 128MB USB flash drive that is not being automagically mounted in
> Breezy for whatever reason, I would like to mount it manually but what
> would the the /dev/ be for a 128MB flash Drive?
Have a look at the output of
tail -f /var/log/messages
There you will find the device (with partition) to be mounted. For
example
Oct 24 00:20:48 localhost kernel: sda: sda1
Then you can mount the flash drive with
mount /dev/sda1 /media/<whatever>
or better
mount -o async /dev/sda1 /media/<whatever>
(see:
http://readlist.com/lists/vger.kernel.org/linux-kernel/22/111748.html)
or even
mount -o noatime,async /dev/sda1 /media/<whatever>
HTH
Regards,
Christoph
--
+++ Typografie-Regeln: http://www.zvisionwelt.de/typokurz.pdf (1.4)
More information about the ubuntu-users
mailing list