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
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
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
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.
>
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
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
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
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
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
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
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
11 matches
Mail list logo