Installation / Removal > Apple - Installation/Removal

Converting Mac Ipod to FAT32 format

(1/1)

Push_Pin:
Im trying to convert my ipod format and i have followed the directions from the actual rockbox link but when it says to save the partition file to the folder for 1a, i'm not sure which folder that is. I also just have altogether kind of given up because i don't understand the written directions at all. So if someone could give me really detailed instructions or possibly a video that would be awesome.

Chronon:
Just save it to a convenient location.  I'm not sure what the 1 a) business is referring to and apparently there were no instructions to download any files in the previous step.  Maybe I'll try to fix that up a bit.  Basically you use the dd program to write the partition table to the boot sector.


--- Code: ---dd if=mbr-xxxx.bin of=/dev/diskN
--- End code ---
where "if" stands for input file and "of" stands for output file.

Just open the terminal, navigate to the directory containing the MBR that you downloaded and execute the above command.  Be careful that you replace "diskN" with the proper disk name for the iPod.  (You don't want to overwrite the boot sector of your Mac's HD.)

This brings you to step d).

Navigation

[0] Message Index

Go to full version