Re: Mounting an iPod

2005-11-05 Thread James Seward
On 11/4/05, edward <[EMAIL PROTECTED]> 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 /mn

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-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 und

Re: Mounting an iPod

2005-10-31 Thread edward
OK, this is the status : - I have built HFS/HFS+ support into the kernel as described in : http://people.freebsd.org/~yar/hfs/ - My iPod is recognised on ad0 when I plug it in under console mode : firewire0: New S400 device ID:000a270002b6bcd8 da0 at sbp0 bus 0 target 0 lun 0 da: Removable Simp

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

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

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-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 hap

Re: Mounting an iPod

2005-10-30 Thread Eric F Crist
If you attach the device as the root user, you should get a console message indicating that a new device was found on such-and-such port. Also, I believe it will be listed 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

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 happen

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 ? Ed

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-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

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 : # DeviceMo