I recently tried to mount the MMC card that came with my Nokia 6230
with a USB card reader on a Linux machine, and it detected it
correctly:
SCSI device sdd: 62720 512-byte hdwr sectors (32 MB)
sdd: assuming Write Enabled
sdd: assuming drive cache: write through
Still, I can't seem to be able to access it. Mounting CompactFlash
cards works fine on this machine, and the reader used is the same
(it supports 6 formats). When I try to display the partition table:
$ fdisk -l /dev/sdd
the reader will blink endlessly and the following appears in the
logs:
SCSI error : <2 0 0 3> return code = 0x6000000
end_request: I/O error, dev sdd, sector 0
Buffer I/O error on device sdd, logical block 0
SCSI error : <2 0 0 3> return code = 0x6000000
end_request: I/O error, dev sdd, sector 0
Buffer I/O error on device sdd, logical block 0
unable to read partition table
What kind of crack have the Nokia people been smoking? What format
is the MMC card using? Not VFAT?
-m