Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
I am kinda new to linux and I was wondering if anybody could help me out a bit....
I have searched the forum to no avail...
I am attempting to mount a mac file system ipod nano in fedora core 5
I can't figure out the command line to mount it; however, I can mount it through the GUI having it end up as /media/disk. when i mount it it ends up as read-only
what I was wondering was if anybody could tell me which logs or conf to look in or give me a point to the/a command tutorial?
That command would do it just fine, exchanging the * for the letter pertinent to the drive. You may find all mountable devices currently plugged in with this command -> fdisk -l (that is a L), there you can probably figure out which letter to place in. iPod's have multiple file systems at their disposal: FAT32 and HFS+, you may need to mount your iPod on Windows first to initialize the secondary FS FAT32 (if HFS+ is on and not working correctly)...otherwise, the command above should suffice. man mount will give you mount options, read-only is an optional argument you can use when mounting devices, but I don't believe it is on by default.
Thank you so much for your help, it was a great thing to learn that command ( fdisk -l )
right ow I do have it in hfs+, everything that I have found has told me that linux doesn't like that fs very much ~ kind of weird both derived from unix....
however. when I try and mount it it says something like this
Thank you much for all your help...it's almost like you are a personal support desk or something; and I do thank you for that!
But, I have already done the format to fat32 fs and started to download some of my music via ftp from work. thanks again for all your help wish there was some way to repay ya ~
ok so I get to use a better OS have fun doing it
not spend any real money doing it
and thats what you want....
I'de have bought you a coke too if you said heh heh
the ipod does now mount; however, it is still read-only?!? i got hfsutils and hfsplusutils via rpm
to no avail also I run dmesg and get this line and I am currently trying to find the force option
hfs: write access to a jounaled filesystem is not supported, use the force option at your own risk, mounting read-only.
I'm pretty sure "use the force option at your own risk" is telling you that you are forcing (with -t hsfplus) to mount the unsupported device but writing to the device is entirely out of the question.
Now, this is probably a bit too lofty for a new linux user, but you can always re-compile your kernel with HFS+ support and it would work, but I wouldn't recommend it. As it is, the kernel doesn't support the file-system and has no means to communicate with it. You can thank Apple for very poor Linux support, even though they made their fame off the same framework (boggles the mind). Proprietary systems in mass-market devices has been and will always be a stupid thing.
to mount a ipod nano that is hfsplus it must have journaling *disabled*
and one must have hfsplusutils in order for this to work
I googled everything found a site that shows how to disable journaling, this had to be done on an OS X machine along with gtkpod mounted the volume and taa daa
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.