Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-03-2006, 05:13 AM
|
#1
|
Member
Registered: May 2006
Location: Marlow, UK
Distribution: Slackware 12.2
Posts: 232
Rep:
|
Mounting iPod on Slackware 10.2
Hi all,
I'm trying to mount my Mac formatted iPod on my Slack 10.2 notebook running kernel 2.16.7.7.
To do this, I have recompiled my kernel to include HFS+ filesystem support and Advanced partition selection / Macintosh partition map support.
However, when I reboot I get the following error:
Code:
kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,2)
I can then fix it all by booting to another kernel again, and then recompiling 2.6.17.7 without Advanced Partition selection - but I need this to successfully mount my iPod.
Can anyone help me? I don't really want to go through the hassle of formatting my iPod into a Windows iPod.
Mark.
|
|
|
08-03-2006, 05:25 AM
|
#2
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
Unsure if this helps and i cannot test this very moment as i am booted into Ubuntu and loading freeBSD into VMWare But...
When i use slackware im pretty sure i can mount my ipod nano just by issuing a standard mount command as root with reference to sda1 or whatever it has mapped to.
i.e. #mount /dev/sda1 /mnt/ipod
i have never done anything special to the iPOD itself so i assume it is still 'windows' or whatever...
Im not sure if this helps but it worked for me. ALl i had to do when building the kernel was ensure i compiled all USB support and also support for scsi devices ..
Are you able to use a standard USB thumb drive or something similar in your standard kernel that works?
|
|
|
08-03-2006, 05:31 AM
|
#3
|
Member
Registered: May 2006
Location: Marlow, UK
Distribution: Slackware 12.2
Posts: 232
Original Poster
Rep:
|
Hi Graz!
Yeah, it sees the iPod as a USB device - that ain't a problem. The issue is that I can't read it.
If I do a fdisk -l I get:
Code:
Disk /dev/sda doesn't contain a valid partition table
This is because it needs HFS+ support and Advanced partition selection. However, when I compile those in, I get that nasty error at boot time.
Mark.
|
|
|
08-03-2006, 06:45 PM
|
#4
|
LQ Newbie
Registered: May 2005
Location: Los Angeles, CA USA
Distribution: Slackware, Knoppix
Posts: 23
Rep:
|
Quote:
Originally Posted by brooky9999
Can anyone help me? I don't really want to go through the hassle of formatting my iPod into a Windows iPod.
|
Why not use FAT32? It's automatically supported and you won't have to do a Kernel recompile, plus you get read/write support on the device. The HFS+ filesystem, AFAIK, only has read-only support under Linux. About the only problem you'll have with FAT32, though, is using files at or larger than 4GB.
I'm assuming the hassle arises from: Not having Windows installed. Backing up and restoring the files on the iPod. Or you're using files larger than 4GB?
|
|
|
08-04-2006, 04:32 AM
|
#5
|
Member
Registered: May 2006
Location: Marlow, UK
Distribution: Slackware 12.2
Posts: 232
Original Poster
Rep:
|
hi Turnip,
Yeah, I'd pretty much resigned myself to the fact this is what I'm gonna have to do.
It ain't a major hassle - but I've got to fire up a Windows VM, install the iPod and iTunes software, then restore my music to it. All so it can be seen in GTKpod.
On the plus side, it means I can keep my lean, mean, killing machine kernel just that! I won't have to compile in advanced partition support and HFS+.
I don't use my iPod as a portable HD so I ain't bothered about saving files 4Gb+ in size.
Many thanks for all your help guys!
Mark.
|
|
|
08-04-2006, 06:14 AM
|
#6
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
hey cool, no probs... glad you got it sorted.
yeah FAT filesystem would be the best bet for sure - i agree.
|
|
|
08-04-2006, 06:17 AM
|
#7
|
Senior Member
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132
Rep:
|
I don't know why your kernel won't boot with the Advanced Partition Selection option. I know that in the past I was able to mount a Mac formatted iPod with this method.
I did want to add that I think you will be much happier with the Windows formatted iPod. The HFS+ support is not read-only (you can write to it), but when the filesystem gets corrupted, it will become read-only. It's a real pain. The filesystem seems to get corrupted quite easily with HFS+ (at least it did when I tried it last). With my Windows formatted iPod, I have no issues.
It is possible to convert to a Windows format without Windows, but it is more trouble than it's worth (if you have Windows available). If you are going to use Windows, make sure to grab the latest firmware while you're at it. Upgrading the firmware without Windows is kinda difficult, requiring that you use Wine to help you extract a copy of the new firmware.
If you happen to be running Dropline with a recent 2.6.x kernel, working with a Windows formatted iPod is really easy. I added a custom UDEV rule, installed libgpod, installed gtkpod, and was done. I just plug in the iPod, and it is mounted right up. Then, just fire up GTKpod, make sure it's pointing to the correct mount point, and have fun. GTKpod is even better than iTunes. You can easily tranfer music either way, computer to iPod or iPod to computer.
|
|
|
08-05-2006, 05:10 PM
|
#8
|
Member
Registered: May 2006
Location: Marlow, UK
Distribution: Slackware 12.2
Posts: 232
Original Poster
Rep:
|
Hiya Shilo,
Yeah, the more I think about it, the more I get used to the 'format from Windows' option.
It ain't that bad really.
I'll grab the latest firmware and get on with the format and copying.
I'll let you know how I get on.
Thanks,
Mark.
|
|
|
All times are GMT -5. The time now is 01:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|