From owner-freebsd-questions@FreeBSD.ORG Thu Nov 11 23:36:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A9F16A4CE for ; Thu, 11 Nov 2004 23:36:19 +0000 (GMT) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342AD43D1F for ; Thu, 11 Nov 2004 23:36:19 +0000 (GMT) (envelope-from bc979@lafn.org) Received: from [10.0.1.90] ([4.28.157.47]) (authenticated bits=0) by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id iABNaG3D030921 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Thu, 11 Nov 2004 15:36:18 -0800 (PST) (envelope-from bc979@lafn.org) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <7AA0C2D3-343A-11D9-900C-000393681B06@lafn.org> Content-Type: text/plain; charset=US-ASCII; format=flowed To: f-questions From: Doug Hardie Date: Thu, 11 Nov 2004 15:36:15 -0800 X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80rc4/531/Thu Oct 14 08:09:21 2004 clamav-milter version 0.80j on zoot.lafn.org X-Virus-Status: Clean Subject: Upgrade to 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 23:36:19 -0000 I am doing some testing of 5.3 in preperation to converting a number of production boxes from 4.6. A couple questions I have not been able to find answers for: One of my systems has a very large IDE drive that is used to hold some long term very large files that are rarely created but occasionally referenced. The system disks are all SCSI. When I convert that system will the IDE drive (UFS format obviously) be mountable on 5.3? Or do I need to reformat it also? I don't have any easy way to preserve those files because of their size. The port pstack doesn't work on the basic 5.3 install. It expects /proc to be there. I can mount /proc and then pstack works just fine. My guess is that proc was removed for a reason. However, is there a replacement for pstack or do I need to mount /proc?