Tech Support > Operating Systems > Linux / Variants > Reading hfs file format
Reading hfs file format
Posted by Daniel Allex on January 23rd, 2004


Is it possible to read HPs hfs file formated disk under linux? I'm
using Red Hat but that shouldn't make a difference.

Posted by Lenard on January 24th, 2004


On Fri, 23 Jan 2004 13:49:34 -0800, Daniel Allex typed:

Yes it's possible, read 'man mount' without the quotes.


--
SCO + RICO Act = Justice

Hi! I'm a .sig virus! Copy me to your .sig!


Posted by Rod Smith on January 24th, 2004


Lenard wrote:

The mount man page references "hfs" twice, without explanation. "HP"
doesn't appear, except as a substring in other words. From personal
experience, though, the Linux hfs driver is for Apple's Hierarchical File
System (HFS). I've never heard of an HFS from HP before now, but a quick
Google search turns up this post:

http://lists.parisc-linux.org/piperm...ch/008478.html

This post suggests that HP's HFS is just UFS, which Linux does support.
UFS is quite variable from one OS to another, though, and there are a
bunch of mount options that relate to these differences. I don't know
whether HP's HFS is mountable using Linux's ufs driver, or if so what
options you'd need to use. You may need to experiment or do some more
searches on Google or Google Groups.

--
Rod Smith, rodsmith@rodsbooks.com
http://www.rodsbooks.com
Author of books on Linux, FreeBSD, and networking

Posted by dan allex on January 25th, 2004


Thanks for the input.

Rod Smith wrote:


Similar Posts