From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 30 01:51:00 2003 Return-Path: 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 F31DB37B401 for ; Wed, 30 Apr 2003 01:50:59 -0700 (PDT) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B4B543F93 for ; Wed, 30 Apr 2003 01:50:58 -0700 (PDT) (envelope-from timon@memphis.mephi.ru) Received: from [10.0.1.2] (timon.memphis.mephi.ru [10.0.1.2]) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id h3U8oqPt071075 for ; Wed, 30 Apr 2003 12:50:53 +0400 (MSD) (envelope-from timon@memphis.mephi.ru) From: "Artem 'Zazoobr' Ignatjev" To: freebsd-hackers@freebsd.org Content-Type: text/plain Organization: Message-Id: <1051692657.296.15.camel@timon.memphis.mephi.ru> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 30 Apr 2003 12:50:57 +0400 Content-Transfer-Encoding: 7bit Subject: Implementing a FS: some help required X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 08:51:00 -0000 Hello I've recently came accross an issue with solaris/x86 hard, which was damaged so much, that it caused native solaris fsck dump a core. Since there was some important data on that hard, I started playing with that hard. It's said that Solaris uses UFS derived from 4.2BSD, and after a while I was able to mount it. I've found their disklabel structure and now I want to make BSD recognize it, so that it will automatically detect layout of their partitions. Where can i find docs on adding implementations of others filesystems into kernel?