From owner-freebsd-hackers Tue Mar 18 13:33:58 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B8837B401 for ; Tue, 18 Mar 2003 13:33:57 -0800 (PST) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A52943FAF for ; Tue, 18 Mar 2003 13:33:56 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0203.cvx22-bradley.dialup.earthlink.net ([209.179.198.203] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18vOiS-0000iS-00; Tue, 18 Mar 2003 13:33:49 -0800 Message-ID: <3E77906E.8D63B1FE@mindspring.com> Date: Tue, 18 Mar 2003 13:32:30 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Christoph Kukulies Cc: freebsd-hackers@freebsd.org Subject: Re: HP-UX FS mountable? References: <200303181406.h2IE6bq20518@accms33.physik.rwth-aachen.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4bf308295daa6dbf9deca4543f3df1fea350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Christoph Kukulies wrote: > > Does anyone know whether I can mount a HP-UX (10.26) disk under FreeBSD? FreeBSD does not support the partitioning or FS layout for HP/UX, so you can not mount it locally. You could mount it via NFS (of course). According to the "5.0 way of doing things", you could implement a "GEOM" module that would be able to deal with locating the first block of any FS's on the volume, and from there, deal with it with an FS module. The actual FS layout for HP/UX FS volumes depends on the specific version and FS type, but most of that information is documented in the system header files, if you have them. NetBSD for that particular hardware can mount it. I don't know about NetBSD/i386. So that would also be a place to start. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message