Re: Kingston DataTraveler 8Gb USB Key
> I just bought a Kingston DataTraveler 8Gb USB key
Look into: /dev/disk/by-id
Everything connected or plugged in will be listed. The USB data traveler will be a disk too. It will be listed, I just have that feeling.
Check the end of the description for what device name data traveller has been assigned.
To mount it directly:
mount /dev/<sda something> /mnt
Any media on this mounted device can be viewed on /mnt
If you leave this device plugged in all the time and want it mounted during the boot put this line in your etc/fstab file
/dev/<sda something> /mnt <your fs> defaults 0 0
-
CK
Reply to: