From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 10:49:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95CF8106564A for ; Thu, 24 Jul 2008 10:49:12 +0000 (UTC) (envelope-from G.A.Chappell@lboro.ac.uk) Received: from weed.lut.ac.uk (weed.lut.ac.uk [158.125.1.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3F18FC0A for ; Thu, 24 Jul 2008 10:49:12 +0000 (UTC) (envelope-from G.A.Chappell@lboro.ac.uk) Received: from [158.125.1.203] (helo=ping.lut.ac.uk) by weed.lut.ac.uk with esmtps (SSLv3:DES-CBC3-SHA:168) (Exim 4.66) id 1KLyNi-0004AE-Gu for freebsd-questions@freebsd.org; Thu, 24 Jul 2008 11:49:11 +0100 X-Lboro-Archived: Archived Received: from [158.125.49.50] (account elgac@lboro.ac.uk [158.125.49.50] verified) by ping.lboro.ac.uk (CommuniGate Pro SMTP 5.2.2) with ESMTPSA id 9539676 for freebsd-questions@freebsd.org; Thu, 24 Jul 2008 11:49:09 +0100 Message-ID: <48885E25.7090900@lboro.ac.uk> Date: Thu, 24 Jul 2008 11:49:09 +0100 From: Gavin Chappell Organization: Loughborough University User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <488851CA.2070708@lboro.ac.uk> <20080724123920.O2369@wojtek.tensor.gdynia.pl> In-Reply-To: <20080724123920.O2369@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scan-Signature: 784e814ffcaade99d930b107fe8c5c77 X-Lboro-Filtered: weed.lut.ac.uk, Thu, 24 Jul 2008 11:49:11 +0100 Subject: Re: NWFS filesystem support in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 10:49:12 -0000 Wojciech Puchar wrote: >> utilities to provide a network connection to a Novell Netware server >> running the traditional filesystem. Is there any way that this could >> be used to mount a Netware filesystem attached locally (via a Dell >> PERC 3/DC controller and PV220S disk enclosure) for data recovery >> purposes? > > it would be completely different code to do this. with mount_ncpfs all > fs handling is done by netware. > > AFAIK there is no such tool > > simple use qemu to run netware possibly directly from that disk and then > use virtual network interfaces and mount_ncpfs :) (re-posting to the list to explain the background to why I'm asking...) I have a working Netware 5.1 installation which will no longer recognise the VOL2: volume (which is on a RAID5 in the PV220S). I think this is the latest in a long line of problems with the 220S, there's many annoyed users around these parts who have had problems with them). In short, I can't use Netware to either mount or VRepair the damaged volume, so I have the 4 disk RAID5 set which I can't attach to any other controller (this is the only PERC3/DC I have, which is based on an LSI Logic controller, all the other RAID controllers I have in my Dells are PERC3/Di, which are based on Adaptec controllers and can't recognise the LSI Logic array). I was hoping that maybe Linux or Unix/BSD would have enough NWFS code to be able to attach the volume directly and treat it as a local filesystem rather than being transported across the network via NCP. Looks like I'm out of luck and will have to settle for the content from the backup tapes I've already restored, and lose the remaining days worth of changes :-( Cheers, Gavin