Re: Still seeing if hfsplus is reliable with recent kernels (was: Re: 2-4-21-rc3-benh0 - hfsplus)
- To: Greg Hamilton <gregh@object-craft.com.au>
- Cc: ppc debian <debian-powerpc@lists.debian.org>
- Subject: Re: Still seeing if hfsplus is reliable with recent kernels (was: Re: 2-4-21-rc3-benh0 - hfsplus)
- From: Adam Done <mlist@donestudios.com>
- Date: Sun, 24 Oct 2004 01:57:18 -0700
- Message-id: <1098608238.10149.7.camel@localhost>
- Reply-to: mlist@donestudios.com
- In-reply-to: <06509A55-E9A8-11D8-B98A-000393B5EFF2@object-craft.com.au>
- References: <20030529171047.GA723@olliwolli.de> <20030714161538.GH46499@terizla.org> <20040807213754.GA2234@ime.usp.br> <200408081114.16551.rafael.espindola@ic.unicamp.br> <20040808182053.GA4697@ime.usp.br> <06509A55-E9A8-11D8-B98A-000393B5EFF2@object-craft.com.au>
On Sun, 2004-08-08 at 19:01, Greg Hamilton wrote:
> I ran into trouble some time ago backing up data from a Linux server to
> a Mac running OS X. I wasn't previously aware that HFS+ was case
> insensitive. I solved the problem by using UFS. In my case the file
> system was never directly mounted by a Linux system.
>
> OS X >= 10.3 supports case sensitive HFS+. You have to create the file
> system from the command line as the option is not available in the GUI
> tools.
>
> Try creating a new file system using something like this:
> $ newfs_hfs -v "Volume Name" -J -s /dev/devicename
>
> Unfortunately I don't know if the Linux hfsplus module supports this.
>
> Greg
I read some things about the HFSX (HFS+ with case sensitivity) and I am
wondering how I can mount it on Linux? I get HFS_-fs: unable to find
HFS+ superblock when trying to mount and it fails when I try to mount
with $ mount -t hfs /dev/hda13 /mnt/x. I would like to use and mount
the case sensitive HFS+ on my powerbook to use my hard drive space more
efficiently between the 2 oses. Is this even possible even with the
2.6.8 kernel?
-Adam
PS. I got HFSX from the table when I do mac-fdisk -l
Reply to: