Subject: Apple HFS+ support: call for testers
To: None <current-users@NetBSD.org>
From: Dieter Baron <dillo@danbala.tuwien.ac.at>
List: current-users
Date: 03/08/2007 23:09:08
hi,

recently, I added read-only support for Apple's HFS+ file system,
originally written for Google Sumer of Code 2005 by Yevgeny Binder.

It is still considered experimental and could use some testing.  So
please update your system, dig out your HFS+ disks or CDs and test
away.

  For mounting HFS+ CDs use apmlabel:

	$ apmlabel -w cd0
	$ mount -t hfs /dev/cd0b /mnt

(for fitting values of cd0 and /mnt)

  Resource forks can be accessed as <file>/rsrc, as in Mac OS X.

  Please file PRs for any problems you find.

					thank you,
					dillo