Results 1 to 3 of 3
Does anybody know how i can access a St or Compaq flash memory from linux, i have never tried it myself so i dont know...
What kernel support do i ...
- 08-20-2003 #1Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
How do i access a usb ST or Compaq flash memory??
Does anybody know how i can access a St or Compaq flash memory from linux, i have never tried it myself so i dont know...
What kernel support do i need and which modules are used?? How do i mount it?
If the memory have been connected to MS is it already partitioned as an msdos partition??Regards
Andutt
- 08-21-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Did you mean Compaq flash or Compact flash? In any case, what interface does it have?
Whether or not it's partitioned depends on how it was first set up. Some devices simply don't have a partition table (ie. they work like a floppy).
- 08-22-2003 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Thanks for the reply Dolda...i ve read me up on theese usb-interfaces on linux, there are 2 interfaces Open Host Controller Interface (OHCI, by Compaq) or the Universal Host Controller Interface (UHCI, by Intel).
They work against compact flash and St, ive got it running with..
which starts the api:s against the usb-device which work under somekind of scsi layer. When its loaded you can see some info under /proc/scsi/scsi on the device.Code:modprobe usb-storage
My device was found under /dev/sda, with fdisk -l /dev/sda you can see if the memory have somekind of partition on it.
Make sure you got support for OHCI and UHCI in your kernel under the usb-section.Regards
Andutt


Reply With Quote
