From owner-freebsd-questions@FreeBSD.ORG Sat Mar 6 16:24:20 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 79B0016A4CE for ; Sat, 6 Mar 2004 16:24:20 -0800 (PST) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A0243D1D for ; Sat, 6 Mar 2004 16:24:20 -0800 (PST) (envelope-from roop@hqst.com) Received: from [217.160.230.50] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1Azm5b-0001ez-00; Sat, 06 Mar 2004 19:24:19 -0500 Received: from [24.82.166.192] (helo=hqst.com) by smtp.perfora.net with asmtp (Exim 3.35 #1) id 1Azm5a-0001JD-00; Sat, 06 Mar 2004 19:24:19 -0500 Message-ID: <404A6BB5.2090206@hqst.com> Date: Sat, 06 Mar 2004 16:24:21 -0800 From: Roop Nanuwa User-Agent: Mozilla Thunderbird 0.5+ (Windows/20040220) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian H References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG Subject: Re: bsd 5.2.1 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: Sun, 07 Mar 2004 00:24:20 -0000 Brian H wrote: > Greetings, > > I have a question about bsd 5.2.1. is it true that it uses a different > file system than 4.9? what command can i run to see the difference? > when i run mount i get: > > /dev/ad0s1e on /tmp (ufs, local, soft-updates) > /dev/ad0s1f on /usr (ufs, local, soft-updates) > /dev/ad0s1d on /var (ufs, local, soft-updates) > > Any thoughts? > > thanks, > > brian > FreeBSD 5.2.1 uses UFS2, FreeBSD 4.9 uses UFS1. The differences are explained here: http://lists.freebsd.org/pipermail/freebsd-current/2003-April/001444.html --roop