View Full Version : flash disk


confused
asalamo 3alikom
i'm a new user of linux ,
i have a flash disk and i want to see its content ,
how to get it and mount it ?

don't forget that i'm a beginner , so plz tell me how in details ,
thanks

OneOfOne
flash disk? as in a memory chip from a cam/cell phone?

usually you'd mount it as fat16 (vfat).

peace

Bondo2
What type of flash disk ?
is it PCMCIA, USB or what ?
it is usually mounted as a SCSI disk
you insert it into its slot (USB, PCMCIA) then
# modprobe usb-storage
# mount /dev/sdan /mnt/dir

just replace n with number with USB keys usually 4, replace dir with whatever directory u like

confused
thank u so much ,
the disk is a usb device and i'll try these commands ,

ErrorMsg
what about usb hot plug ?!!

---
what is your distro

Bondo2
I am using RH 9 and most of my USB devices were never recognized by hotplug, you will only find a log saying that a new device connected and the SCSI driver will tell you the partitions found on it.

eAhmad
this link describe a similar :

http://www.extremetech.com/article2/0,3973,1256786,00.asp

I hope it help you.

Arico2004
this way did not work with me in mandrake 9.2 :(