Re: [SOLVED] Mount HFS+

2007-11-12 Thread Sjoerd Hiemstra
Webjay wrote: > Christian Jaeger wrote: > > Sjoerd Hiemstra wrote: > > > Note that Apple partitioning is different from PC partitioning. > > > When mounting a hfs+ partition, it looks like you have 4 or 10 > > > partitions, only one of them (possibly sda2 or sda4) is usable, > > > all the others ap

[SOLVED] Mount HFS+

2007-11-11 Thread webjay
The solution was: # mount -t hfsplus /dev/sda2 /mnt/usbdisk In /etc/fstab I have: /dev/sda2 /mnt/usbdiskhfsplus rw,user,noauto 0 0 And to fix some ownership issues I did this: # chgrp -R users /mnt/usbdisk Thanks for your help everyone :) Jacob -- To UNSUBSCRIBE, email to [E

Re: Mount HFS+

2007-11-11 Thread Christian Jaeger
Sjoerd Hiemstra wrote: webjay wrote: On Nov 11, 12:00 pm, Davide Mancusi <[EMAIL PROTECTED]> wrote: webjay ha scritto:> # mount -t hfsplus -r /dev/sda /mnt/usbdisk ^^^ Shouldn't this be sda1? Just a thought, I do not use HFS+. No, I tried that with th

Re: Mount HFS+

2007-11-11 Thread Sjoerd Hiemstra
webjay wrote: > On Nov 11, 12:00 pm, Davide Mancusi <[EMAIL PROTECTED]> wrote: > > webjay ha scritto:> > > # mount -t hfsplus -r /dev/sda /mnt/usbdisk > > > >^^^ > > Shouldn't this be sda1? Just a thought, I do not use HFS+. > > No, I tried that with the same result. >

Re: Mount HFS+

2007-11-11 Thread webjay
On Nov 11, 12:00 pm, Davide Mancusi <[EMAIL PROTECTED]> wrote: > webjay ha scritto:> # mount -t hfsplus -r /dev/sda /mnt/usbdisk > > ^^^ >Shouldn't this be sda1? Just a thought, I do not use > HFS+. No, I tried that with the same result. I think mo

Re: Mount HFS+

2007-11-11 Thread Kevin Mark
On Sun, Nov 11, 2007 at 07:15:56AM +, Kelly Harding wrote: > > > On 11/11/2007, Kevin Mark <[EMAIL PROTECTED]> wrote: > > On Sat, Nov 10, 2007 at 10:49:00PM -0800, webjay wrote: > > How do I mount a hfsplus GUID partition table drive in Debian Etch? > > It's a LaCie 500gb USB dri

Re: Mount HFS+

2007-11-11 Thread Davide Mancusi
webjay ha scritto: # mount -t hfsplus -r /dev/sda /mnt/usbdisk ^^^ Shouldn't this be sda1? Just a thought, I do not use HFS+. Davide -- A tautology is a thing which is tautological. -- Time flies like an arrow. Fruit flies like a banana. -- T

Re: Mount HFS+

2007-11-11 Thread webjay
On Nov 11, 8:20 am, "Kelly Harding" <[EMAIL PROTECTED]> wrote: > On 11/11/2007, Kevin Mark <[EMAIL PROTECTED]> wrote: > > > > > On Sat, Nov 10, 2007 at 10:49:00PM -0800, webjay wrote: > > > How do I mount a hfsplus GUID partition table drive in Debian Etch? > > > It's a LaCie 500gb USB drive. I can

Re: Mount HFS+

2007-11-10 Thread Kelly Harding
On 11/11/2007, Kevin Mark <[EMAIL PROTECTED]> wrote: > > On Sat, Nov 10, 2007 at 10:49:00PM -0800, webjay wrote: > > How do I mount a hfsplus GUID partition table drive in Debian Etch? > > It's a LaCie 500gb USB drive. I can mount and rw on my Mac. Make sure hfsplus module is loaded with modprobe

Re: Mount HFS+

2007-11-10 Thread Kevin Mark
On Sat, Nov 10, 2007 at 10:49:00PM -0800, webjay wrote: > How do I mount a hfsplus GUID partition table drive in Debian Etch? > It's a LaCie 500gb USB drive. I can mount and rw on my Mac. > > # mount -t hfsplus -r /dev/sda /mnt/usbdisk > mount: wrong fs type, bad option, bad superblock on /dev/sda

Mount HFS+

2007-11-10 Thread webjay
How do I mount a hfsplus GUID partition table drive in Debian Etch? It's a LaCie 500gb USB drive. I can mount and rw on my Mac. # mount -t hfsplus -r /dev/sda /mnt/usbdisk mount: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or other error In some cases usef