Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th June 2010, 03:34 PM
john_c Offline
Registered User
 
Join Date: Jan 2009
Posts: 5
linuxfedorafirefox
Reformatting a Mac-formatted iPod nano without iTunes

I was given a Mac-formatted iPod Nano 4G a while back but always had trouble using it with Fedora. By default, the kernel mounts HFS+ (the Mac filesystem) volumes as read-only, which meant that I couldn't update the iPod. Remounting it read-write sort of solved that, but the iPod had problems recognising new tracks and having to manually remount it read-write was a pain (and writing udev rules even more so).

I tried using iTunes in a Windows XP virtual machine, but the VM crashed every time iTunes tried to update the device. This resulted in the filesytem on the device being corrupted so that it could not be mounted. In the end I decided to reformat the iPod to FAT32 (Windows iPod format), so it could be used much more easily in linux.

This turned out to be very simple. I first attached the iPod to my PC via its USB cable and put the iPod into "Disk Mode" by holding down the select and menu buttons together until the Apple logo appeared, then holding select and play/pause. The iPod screen changed to show that it was in Disk Mode.

The iPod appeared on my system as /dev/sdc, with its main partition as /dev/sdc1. If you need to find out where the system creates a device node for your iPod, do as root:

Code:
tail -f /var/log/messages
And watch the output. On mt PC it looks like this:
Code:
Jun  7 15:00:38 johnspc kernel: usb 1-6: new high speed USB device using ehci_hc
d and address 3
Jun  7 15:00:38 johnspc kernel: usb 1-6: New USB device found, idVendor=05ac, idProduct=1263
Jun  7 15:00:38 johnspc kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun  7 15:00:38 johnspc kernel: usb 1-6: Product: iPod
Jun  7 15:00:38 johnspc kernel: usb 1-6: Manufacturer: Apple Inc.
Jun  7 15:00:38 johnspc kernel: usb 1-6: SerialNumber: 000A27001DCEFF61
Jun  7 15:00:38 johnspc kernel: Initializing USB Mass Storage driver...
Jun  7 15:00:38 johnspc kernel: scsi6 : usb-storage 1-6:1.0
Jun  7 15:00:38 johnspc kernel: usbcore: registered new interface driver usb-storage
Jun  7 15:00:38 johnspc kernel: USB Mass Storage support registered.
Jun  7 15:00:43 johnspc kernel: scsi 6:0:0:0: Direct-Access     Apple    iPod             1.62 PQ: 0 ANSI: 0
Jun  7 15:00:43 johnspc kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Jun  7 15:00:43 johnspc kernel: sd 6:0:0:0: [sdc] 1946049 4096-byte logical blocks: (7.97 GB/7.42 GiB)
Jun  7 15:00:43 johnspc kernel: sd 6:0:0:0: [sdc] Write Protect is off
Jun  7 15:00:43 johnspc kernel: sd 6:0:0:0: [sdc] Assuming drive cache: write through
The last few lines had [sdc] at the start, telling me that the iPod could be accessed at /dev/sdc

Warning: back up any files you might have on the iPod before the next stage!

I then gave the following command as root:

Code:
mkdosfs -F 32 /dev/sdc1
This creates a new FAT32 filesystem on the iPod, wiping out the previous HFS+ filesystem and all its data.

I reset the iPod by holding down the select and menu buttons until the Apple logo appeared.

I started up Rhythmbox and it detected an unformatted iPod and asked me to name it. I was then able to transfer music and playlists to and from the device with no hassle. Success!
Reply With Quote
Reply

Tags
fat32, ipod, mac, rhythmbox

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
iPod Nano - Add CD Jongi Using Fedora 1 13th December 2008 11:09 PM
new libgpod to support ipod nano skellert Using Fedora 12 19th December 2007 05:46 AM
FC5 iPod Nano kagenotatsu Hardware & Laptops 3 27th October 2006 07:34 AM
ipod nano blackarib Hardware & Laptops 4 2nd January 2006 01:50 AM


Current GMT-time: 22:15 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat