Hi,
I have a friend of mine who runs a regular folk dance event who just bought an iPod. One of the other group members has an iPod also, and he helpfully added about 1200 songs to her iPod. Unfortunately, he formatted it as HFS+ (using his Macintosh computer). She owns a Windows computer, and wouldn't be able to add anything to the iPod without wiping the whole thing clean and starting over. I have been transferring a bunch of music for her on my Linux box from the original vinyl records to CD. She would also like to add some of these to her iPod.
I'm running Fedora core 3 updated to the 2.6.10 kernel. Supposedly, there is a new kernel module out for using HFS+ formatted disks with the 2.6 kernel from Ardis. I downloaded it from their webpage. (I'd put in the URL, but I don't have my 5 posts yet)
When I follow the instructions in the README, they don't work. Here's what I'm typing in:
Code:
[root]# make KERNELSRC=/usr/src/redhat/SOURCES
Here's what I get:
Code:
make modules -C /usr/src/redhat/SOURCES/ SUBDIRS=$PWD CONFIG_HFSPLUS_FS=m
make[1]: Entering directory `/usr/src/redhat/SOURCES'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/usr/src/redhat/SOURCES'
make: *** [all] Error 2
What target rule do I have to specify, or am I totally missing what's going on?