Results 1 to 3 of 3
hi,
I'm newbie in Linux. could you tell me please how I can read a Flash Memory USB?
thanks in advance,
G....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-25-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 1
How to read a Flash Memory USB
hi,
I'm newbie in Linux. could you tell me please how I can read a Flash Memory USB?
thanks in advance,
G.
- 06-26-2006 #2
What distro are you using?
I'm on Gentoo with a 2.6.14 kernel and 2 SATA drives, so I mount mine as /dev/sdc1:
But that's just what I do as an example.Code:mount -t vfat /dev/sdc1 /mnt/flash
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 06-26-2006 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Depending on your distro it is most likely already mounted in either /mnt or /media. You can look for the volume name of the key there, or sometimes it may be listed as sda1_removable or removable device.


Reply With Quote
