Hey,
"John A. Kinsella" <John.Kinsella at ul.ie> writes:
> Hi.
> I'm sure there is a simple explanation?
>> When I mount my usb stick I just enter (as root)
> mount -t vfat /dev/sdc1 /mnt/flash
>> but how do I know which letter/number?
>> In other words how do I know in advance which of /dev/sda1 ... /dev/sdd4
> to use?
For me dmesg shows the following:
[...]
Vendor: Sony Model: MSC-U03 Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
[...]
And these work:
dmesg | grep -A3 'Sony' | grep 'Attached'
The following might work for you:
dmesg | grep -A3 'M-Systems' | grep 'Attached'
Regards,
Richard
--
Richard Corden
To reply remove 's' from address
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!