Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
translations translations
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  ipods. Fixing Corrupted iPod by using DD in linux
« previous next »
  • Print
Pages: [1]

Author Topic: ipods. Fixing Corrupted iPod by using DD in linux  (Read 1821 times)

Offline 777funk

  • Member
  • *
  • Posts: 30
ipods. Fixing Corrupted iPod by using DD in linux
« on: February 22, 2023, 09:27:13 PM »
I had one I was about to throw away and thought to myself, I have another Nano 4GB that is working great. I wonder if I can use DD in the terminal (Linux) to fix the bad one (corrupted and not fixable since I do not have iTunes or Windows).

So, I plugged in both ipods and opened a terminal.

You can DD (clone disk) from one working ipod with RockBox to another that is corrupted using two USB cables plugged into a Linux computer. This is a great way to save a corrupted ipod.
MAKE SURE you copy the good one to the bad one. If in doubt, plug in one at a time and check using:
Code: [Select]
sudo fdisk -l

You will have to take ownership of the drive using chown (change ownership):
Code: [Select]
sudo chown <user> /dev/sdx (of course change x to each actual ipod and own them one at a time)


Then just DD like this:
Code: [Select]
dd if=/dev/sdx of=/dev/sdx  (of course change x to the actual ipod location for the good (first) and corrupted (second)).

DONE! It works again (if you've done it correctly). Warning, if you DD a wrong location, you could clone the bad to the good one, or clone any other incorrect storage location to the ipod or the ipod to your computer etc. Use DD with caution!!
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3555
  • creature
Re: ipods. Fixing Corrupted iPod by using DD in linux
« Reply #1 on: February 23, 2023, 12:31:40 PM »
https://www.rockbox.org/wiki/IpodManualRestore
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  ipods. Fixing Corrupted iPod by using DD in linux
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.09 seconds with 19 queries.