mirror of https://github.com/stella-emu/stella.git
Updated Retron 77 (markdown)
parent
4922c7dd2d
commit
535e2791b6
|
@ -95,6 +95,6 @@ The firmware running on the two WT51F104S MCUs is proprietary and has not been p
|
||||||
|
|
||||||
## FAT32 partition type (aka MacOS cannot mount the drive)
|
## FAT32 partition type (aka MacOS cannot mount the drive)
|
||||||
|
|
||||||
The FAT32 partition is wrongly labelled as type 0x83 (linux ext2). As a consequence, MacOS will not mount it and instead offer to format ("initialize") the card. This can be fixed by manually changing the partition type 0x0c (FAT32) with fdisk.
|
The FAT32 partition is wrongly labelled as type 0x83 (linux ext2). As a consequence, MacOS will not mount it and instead offer to format ("initialize") the card. This can be fixed by manually changing the partition type to 0x0c (FAT32) with fdisk.
|
||||||
|
|
||||||
**WARNING:** Only use fdisk if you know what you are doing. Don't accidentally mess up your other drives.
|
**WARNING:** Only use fdisk if you know what you are doing. Don't accidentally mess up your other drives.
|
Loading…
Reference in New Issue