You say “FORMAT C:” will give me more space?
You say “FORMAT C:” will give me more space?
Partitioning the iPodNo, this isn’t about using Disk Utility to partition it and break it, this is about partitioning it and keeping the iPod’s functionality intact. Useful for those with 40GB of iPod and 25GB of music… It goes without saying this is not something Apple intended a music player for, so if you break your toy you’re on your own. Apple’s iPod Firmware Updater program can usually restore the iPod back to its former self but reader beware: you may kill your little friend in the process. You have been warned, and since this is merely an educational guide I will take absolutely no responsibility if this fails to work for you even if you follow the directions perfectly. Step One – BackupI don’t want to play with iPod Firmware programs or having to send this beast back to Apple after breaking it, so we’re going to make a good backup of the things we need to beforehand. There are two partitions on the iPod: the first is for the firmware, the second for the music. We’ll need a backup of both. Locate the iPod — disktoolFirst, you need to discover which disk the iPod is, so do this:
The iPod’s on disk 2. Partition Map — pdiskWe’ll need to know where which partitions are and their sizes if we are to do a proper restore should the time come, so run the following:
Device block size=512, Number of Blocks=78126040 Save the output of your iPod in a safe place. Firmware — ddWe’ll make a file that contains a binary disk image of the firmware partition on the iPod so that should we do anything crazy we can restore the iPod back to where it was.
To restore, switch the arguments to if and of. Data — dittoTo backup the disk of the iPod we’ll use ditto to make a copy into a folder on the local drive. This works best when you have little to no music on the iPod. You can clear out the iPod quickly by moving it to playlist mode in iTunes and selecting no playlists or moving to manual mode and selecting all songs and deleting them. You’ll want to trim your iPod’s music down unless you want to spend several dozen minutes copying music back to your Mac that’s already on your Mac.
I ran it as root because I know ditto will keep certain things as root it could not otherwise (i.e. ownership). I do not believe it’s strictly needed but I dislike taking chances. The iPod Backup folder now holds the data from the iPod. Step Two – PartitionThe trick here is that iPod’s firmware is stored on the disk, so you can’t just partition it with Disk Utility as it won’t put the firmware on there. This is why the iPod dies if you do it that way; it has no OS. But there’s a few utilities right in Mac OS X that will help with this. Partition Table — pdiskNow we get to the fun part: partitions. We know that the iPod, in my case, is on disk2, so let’s take a look at it in pdisk:
Device block size=512, Number of Blocks=78126040 I have about 26GB of music, so a 30GB partition should be more than enough, especially when I remove the crap I never listen to. If you do this in the Finder or iTunes the iPod will exit disk mode and you will not be able to proceed.
Then back in pdisk, choose ‘e’ for edit and specify the location of the iPod.
We’re editing the iPod’s map now. Press ‘p’ to print it out and make sure we’re on the right disk.
Device block size=512, Number of Blocks=78126040 Looks good. You have a backup of the disk, right? You’ll need it because you’ll need to restore it after this. Delete the main disk.
Device block size=512, Number of Blocks=78126040 Now create a smaller disk. The formula for length is:
So if you wanted a 30 GB disk:
Device block size=512, Number of Blocks=78126040 Now write the table out by pressing ‘w’ and return. Then quit pdisk.
Command (? for help): q Then erase that partition in Disk Utility so it has a good filesystem on it (or use newfs). Now copy that backup back to the disk so that iTunes can sync with it.
To get a second partition you can repeat the partition creating step for the remaining space … or boot a Linux CD and have at it like I did. Yes, I installed Linux on my iPod. I’m that pathetic. The secret for the bootloader is that it will always be disk2 as long as no other disks are present (disk0 = hard drive, disk1 = CD). But then my music collection grew and I remembered why I don’t use Linux anymore, so I trashed all this and put more music on the iPod. Hell, we all know the answer: Because I Could™. |
|
Post new comment