Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 14:48:24 +0300
From:      Yar Tikhiy <yar@FreeBSD.ORG>
To:        Max Khon <fjoe@iclub.nsu.ru>
Cc:        Mark Day <mday@apple.com>, "Matthew N. Dodd" <mdodd@FreeBSD.ORG>, ppc@FreeBSD.ORG, fs@FreeBSD.ORG
Subject:   Re: HFS/HFS Plus driver and tools for 5.x are available
Message-ID:  <20030325114824.GD26415@comp.chem.msu.su>
In-Reply-To: <20030325114159.A18471@iclub.nsu.ru>
References:  <20030324225320.B96310@iclub.nsu.ru> <86E4FD83-5E5E-11D7-B20F-00039354009A@apple.com> <20030325114159.A18471@iclub.nsu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 25, 2003 at 11:41:59AM +0600, Max Khon wrote:
> 
> > Directory entries are stored in a B-tree, sorted in 
> > part on the case-insensitive name.  If you make the names in the B-tree 
> > keys case sensitive, your sort order will be different, and you'll be 
> > incompatible with existing HFS or HFS Plus volumes.  If you want to 
> > experiment with this, I strongly suggest using a different signature 
> > word.
> 
> It can be newfs-time option.
> Case-sensitive HFS+ volumes can have different signature in MBR (or whatever
> partitioning scheme is used on that hardware platform).
> There is a plenty of variants.

BTW, correct me if I'm wrong, but a new signature (HFS has it at
the first two bytes of its volume header) and a change to the
function for comparing two Unicode keys (so it will compare them
respecting case) is all that is needed to make a case-sensitive
variant of HFS.  Of course, the utilities (fsck_hfs in particular)
should be changed, too.

-- 
Yar

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-fs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030325114824.GD26415>