iPod Nano: Stop Sign
Friday, May 26th, 2006So I've recently recieved a second hand ipod nano (2GB) from my brother who upgraded to a large ipod video. He gave it to me dead flat, so I plugged it into my laptop so it could charge, and after a while it started saying "Do Not Disconnect". ah, it's registered itself as a USB mass storage and thinks it's in use. Fair enough, lets see what Linux thought of it. Linux found a two partitions /dev/sda1 and /dev/sda2. Lets try and mount them. /dev/sda1 failed to mount, didn't detect the partition type, fair enough, lets try /dev/sda2. /dev/sda2 mounted ok with some interesting stuff on it. Now what was /dev/sda1, lets try file(1), hrm, it doesn't detect it. Lets try less then…. wait, what's THAT?
perry@shine:/mnt$ sudo dd if=/dev/sda1 bs=512 count=1 | fold -w 16
{{~~ /-----\
{{~~ / \
{{~~| |
{{~~| S T O P |
{{~~| |
{{~~ \ /
{{~~ \-----/
Copyright(C) 200
1 Apple Computer
, Inc.----------
----------------
----------------
----------------
----------------
----------------
---------------
]ih[@
It appears that the first sector of the first partition has an ascii art stop sign in it!
Now *THAT* is cool.