From owner-freebsd-geom@FreeBSD.ORG Sat Jan 27 17:08:35 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B88416A401 for ; Sat, 27 Jan 2007 17:08:35 +0000 (UTC) (envelope-from chris.branch@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6F43913C4AC for ; Sat, 27 Jan 2007 17:08:34 +0000 (UTC) (envelope-from chris.branch@gmx.de) Received: (qmail invoked by alias); 27 Jan 2007 16:41:52 -0000 Received: from ip-115.net-81-220-245.rev.numericable.fr (EHLO [192.168.0.4]) [81.220.245.115] by mail.gmx.net (mp050) with SMTP; 27 Jan 2007 17:41:52 +0100 X-Authenticated: #24323161 Message-ID: <45BB80C8.1090406@gmx.de> Date: Sat, 27 Jan 2007 17:41:44 +0100 From: Christophe Branchereau User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Two questions about gconcat X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jan 2007 17:08:35 -0000 Hello list, I have a very simple question. I installed freebsd on an xSeries 330 with two 73Go scsi disks. I partitionned largely for the system on one disk, and concated the rest with the second disk. That gives me a 125Go /usr/home. First question is, the system is very slow to start. From what I can see on the console, it first stops for a while after an "2nd cpu launched !" message (I know, that doesn't belong to this list) and it halts again for a while launching gconcat, the floppy drive making weird noises. Hmmm, I didn't concat my floppy drive... any thoughts ? Second question is, if one of the two disks fails, will I be able to retreive what is on the other disk ? I mean, is there still a "normal" UFS system on it that I will be able to mount or would be everything lost ? I would then rather mount the second disk in /usr/home/compaq or something... Christophe