I used RiscOS for a couple of days and then decided it wasn’t nearly as useful as Linux. So, I decided to write over the SD card containing RiscOS.
I tried using WinImage but for some reason the card refused to write. I had a lovely cyclic redundancy check error and the SD card was reporting the wrong amount of space free.
I tried using the Disk Management tool in Windows but it wouldn’t let me expand the primary partition to the full space.
I found this tutorial about using DiskPart to reset the card:
Recover Missing Unallocated Space On USB Drive Using Windows DiskPart.
In short:
- Press Windows-R and type DiskPart in the ‘Open’ box.
- This will bring up a DOS box with DiskPart running in it.
- Type ‘list disk’ and look for the disk that resembles your SD card. (For this tutorial, we’ll assume it’s Disk 1)
- Type ‘select disk 1’
- BE REALLY SURE YOU WANT TO WIPE THE CARD.
- Type ‘clean’. This resets the disk.
- Type ‘create partition primary’
- Type ‘exit’ to quit.
You can now go into Windows Explorer and Format the SD card before writing your image to it.