[Coco] SD card fix
rietveld rietveld
rietveldh at hotmail.com
Fri Nov 10 19:04:08 EST 2017
I may have miss read his post but I thought he was having trouble getting windows to format the SD to FAT 16. He will need to set it to ntfs first. Then he can use a tool to force format to FAT 16
Sent from my BlackBerry Passport Red Edition.
Original Message
From: rietveld rietveld
Sent: Friday, November 10, 2017 6:52 PM
To: Darren A
Reply To: CoCoList for Color Computer Enthusiasts
Subject: Re: [Coco] SD card fix
I could be wrong, as I usually am, but I thought that the SD needed to be set to ntfs before it can be changed to FAT
Sent from my BlackBerry Passport Red Edition.
Original Message
From: Darren A
Sent: Friday, November 10, 2017 6:49 PM
To: CoCoList for Color Computer Enthusiasts
Reply To: CoCoList for Color Computer Enthusiasts
Subject: Re: [Coco] SD card fix
On Fri, Nov 10, 2017 at 4:20 PM, rietveld rietveld wrote:
>
> Hi. This is a response to Paul Thayer 's fb post about 16mb sd card
> formatting
> I am still at work so email is my only way to respond
>
> Try this fix:
>
> In Windows:
> Open command prompt. Type “diskpart”.
> That will launch another window with a DISKPART> prompt.
> In the Diskpart window, type “select disk 1” (or whatever number your SD
> card happens to be assigned to).
> Type “clean”.
> Diskpart will tell you when this is complete
> Type “create partition primary”. This sets up the new partition (one big
> one ) for the drive.
> Type “select partition 1” to select the partition you just created.
> Type “active” to mark the selected partition as active.
> Type “format fs=ntfs quick” to format the drive.
> Type “assign”.
> Type “exit” to leave the Diskpart program.
>
> Your SD card will now be usable with Windows
>
>
If the goal is to be able to use a 16MB SD card with the CoCo SDC then what
you really want to do is format the card to install a FAT16 file system.
By default, the 'Format' command in Windows will choose FAT12 for cards of
that size. You need to override the default cluster size by using the
/a:1024 option to specify a cluster size of 1024 bytes. This will increase
the number of clusters beyond that which can be handled by FAT12, forcing
the tool to use FAT16 instead.
Example of a 'Format' command for card mounted as drive E:
format E: /fs:fat /a:1024 /Q
- Darren
--
Coco mailing list
Coco at maltedmedia.com
https://pairlist5.pair.net/mailman/listinfo/coco
--
Coco mailing list
Coco at maltedmedia.com
https://pairlist5.pair.net/mailman/listinfo/coco
More information about the Coco
mailing list