Mounting hfs+ ipod on freebsd i386

2008-07-31 Thread David Gurvich
Does the kernel need to be rebuilt in order to mount an ipod formatted with apple's hfs+ filesystem? If yes, what options are needed in the kernel and if not, what needs to be done? Other than reformatting to fat32. ___ freebsd-questions@freebsd.org

Re: Mounting hfs+ ipod on freebsd i386

2008-07-31 Thread John Nielsen
On Thursday 31 July 2008, David Gurvich wrote: Does the kernel need to be rebuilt in order to mount an ipod formatted with apple's hfs+ filesystem? If yes, what options are needed in the kernel and if not, what needs to be done? Other than reformatting to fat32. Take a look at emulators/hfs

Re: Mounting an iPod

2005-11-05 Thread James Seward
based my setup of this on the various documents out there about user-mounting CDs. ---CUT--- #!/bin/sh case $1 in start) echo Mounting ipod... mount /ipod ;; stop) echo Ejecting ipod... umount /ipod

Re: Mounting an iPod

2005-11-04 Thread edward
Assistance welcome, James. I finally gave up trying to mount the iPod as an HFS+ device and reformated it in FAT32. Now I can mount it and access its content (I use mount -t msdos /dev/da0s2 /mnt/ipod). However, I can unmount it using umount /mnt/ipod, but I'm not quite sure how to get it to

Re: Mounting an iPod

2005-11-04 Thread Garrett Cooper
edward wrote: Assistance welcome, James. I finally gave up trying to mount the iPod as an HFS+ device and reformated it in FAT32. Now I can mount it and access its content (I use mount -t msdos /dev/da0s2 /mnt/ipod). However, I can unmount it using umount /mnt/ipod, but I'm not quite sure how

Re: Mounting an iPod

2005-10-31 Thread Christopher Illies
On Sun, Oct 30, 2005 at 04:03:02PM +0100, edward wrote: I rebuilt the kernel with HFS/HFS+ support and it boots and loads OK. May I ask how you got this to work and which FreeBSD version you are using? On my FreeBSD 6.0 system the hfs-freebsd-03p2 port fails to build after printing some warning

Re: Mounting an iPod

2005-10-31 Thread 莫雪涛
I wonder when i can download the 6.0-release version? wait for it for a long time. I am glad to use freebsd for my daily job. 2005/10/31, Christopher Illies [EMAIL PROTECTED]: On Sun, Oct 30, 2005 at 04:03:02PM +0100, edward wrote: I rebuilt the kernel with HFS/HFS+ support and it boots and

Re: Mounting an iPod

2005-10-31 Thread Edward Lichtner
On Sun, Oct 30, 2005 at 04:03:02PM +0100, edward wrote: I rebuilt the kernel with HFS/HFS+ support and it boots and loads OK. May I ask how you got this to work and which FreeBSD version you are using? On my FreeBSD 6.0 system the hfs-freebsd-03p2 port fails to build after printing some

Re: Mounting an iPod

2005-10-31 Thread edward
in either /var/log/messages or /var/log/all.log. On Oct 30, 2005, at 10:11 AM, edward wrote: It should be. How do I check ? Edw. Eric F Crist wrote: On Oct 30, 2005, at 9:03 AM, edward wrote: I rebuilt the kernel with HFS/HFS+ support and it boots and loads OK. But no luck mounting

Re: Mounting an iPod

2005-10-30 Thread edward
Hi James, Thanks for your interest. The page you indicate mentions rebuiding the kernel with HFS/HFS+ support. I found a chapter on rebuilding kernels in The Complete FreeBSD and I suppose the handbook also has something to say about it. I'll sort this out first and will come back to you about

Re: Mounting an iPod

2005-10-30 Thread edward
I rebuilt the kernel with HFS/HFS+ support and it boots and loads OK. But no luck mounting the iPod on the firewire port. No luck on the USB port either : # mount -t hfs /dev/da0s1 /mnt hfs: /dev/da0s1: Operation not supported by device Same happens with /dev/da0s2 and /dev/da0s3 Any ideas

Re: Mounting an iPod

2005-10-30 Thread Eric F Crist
On Oct 30, 2005, at 9:03 AM, edward wrote: I rebuilt the kernel with HFS/HFS+ support and it boots and loads OK. But no luck mounting the iPod on the firewire port. No luck on the USB port either : # mount -t hfs /dev/da0s1 /mnt hfs: /dev/da0s1: Operation not supported by device Same

Re: Mounting an iPod

2005-10-30 Thread Eric F Crist
I check ? Edw. Eric F Crist wrote: On Oct 30, 2005, at 9:03 AM, edward wrote: I rebuilt the kernel with HFS/HFS+ support and it boots and loads OK. But no luck mounting the iPod on the firewire port. No luck on the USB port either : # mount -t hfs /dev/da0s1 /mnt hfs: /dev/da0s1: Operation

Re: Mounting an iPod

2005-10-30 Thread Andrew Diakin
2005/10/30, edward [EMAIL PROTECTED]: I rebuilt the kernel with HFS/HFS+ support and it boots and loads OK. But no luck mounting the iPod on the firewire port. No luck on the USB port either : # mount -t hfs /dev/da0s1 /mnt hfs: /dev/da0s1: Operation not supported by device Same happens

Mounting an iPod

2005-10-29 Thread edward
Hi all, I'm not quite sure how to mount an iPod mini on a x86 machine under 5.4 Stable, to use with gtkpod. I installed gtkpod, then connected the iPod through firewire. But I'm not sure how to adjust my fstab file to make the iPod mount when connected. My fstab currently is : # Device

Re: Mounting an iPod

2005-10-29 Thread James Seward
On 10/29/05, edward [EMAIL PROTECTED] wrote: The iPod uses an HFS+ file system. It's been loaded from a Mac. I would like to mount it to /mnt/ipod A quick Google suggests you can try http://people.freebsd.org/~yar/hfs/ to add HFS support to FreeBSD, otherwise you're going to have to reformat