raphnet wrote:raphnet wrote:So sadly I can't get to the 'p' command.
This is from a freshly opened one without me having messed around with it.
Please try the new release (v03). I modified sdpart.com to display card information before attempting to read the MBR. Maybe it will show something that will help me understand how I could support it...
- Code: Select all
SDpart version 0.3
Partition tool for SD-Cart JR
Running on DOS 5.0
Initializing card... OK
Card: 74/J' (Transcend) SDC v1.0
Serial 38 00 EC CE , OCR: 80FF800
SD Version 1.0, Byte-addressed
Sectors: 0x003BD800
SD-Cart geometry: CHS=244,255,63
Dunno if this is pertinent but I stuck to SD Card in a linux machine and did this
- Code: Select all
#fdisk -l
<snip>
Disk /dev/sde: 1.9 GiB, 2008023040 bytes, 3921920 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sde1 255 3921919 3921665 1.9G 6 FAT16
#parted /dev/sde
GNU Parted 3.2
Using /dev/sde
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) unit chs print
Model: Generic- USB3.0 CRW-SM/xD (scsi)
Disk /dev/sde: 972,44,43
Sector size (logical/physical): 512B/512B
BIOS cylinder,head,sector geometry: 972,64,63. Each cylinder is 2064kB.
Partition Table: msdos
Disk Flags:
Number Start End Type File system Flags
1 0,4,3 972,44,43 primary fat16
(parted)
The CHS doesn't match.
When I do the same things with the Sandisk sdcard that works the CHS matches.