From owner-freebsd-questions@FreeBSD.ORG Tue Sep 5 21:43:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7C41516A4DA for ; Tue, 5 Sep 2006 21:43:30 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E3043D45 for ; Tue, 5 Sep 2006 21:43:30 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k85LhTQ9020398; Tue, 5 Sep 2006 14:43:29 -0700 (PDT) Received: from [17.214.13.96] ([17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id k85LhR9V020125; Tue, 5 Sep 2006 14:43:28 -0700 (PDT) In-Reply-To: <94ff3700609051359la8926f0hc0cc701001d120b1@mail.gmail.com> References: <94ff3700609051322m1c63420xe5e6e379a21906b2@mail.gmail.com> <62577AB3-E7BF-488F-8903-8DE9BB53452B@mac.com> <94ff3700609051341g57aae9b1gb7ce05f04f3c2d12@mail.gmail.com> <121D3BD0-623D-4019-94ED-BA271481D830@mac.com> <20060905165313.c7dc1f11.wmoran@collaborativefusion.com> <94ff3700609051359la8926f0hc0cc701001d120b1@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Tue, 5 Sep 2006 14:43:27 -0700 To: Jordi Carrillo X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE Cc: FreeBSD Mailing Lists Subject: Re: Backing up 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: Tue, 05 Sep 2006 21:43:30 -0000 On Sep 5, 2006, at 1:59 PM, Jordi Carrillo wrote: > Just a doubt: FFS is not the same as UFS (unix filesystem)??? I > installed FreeBSD and let FreeBSD to partition my hard drive and in > fstab I have the partitions mounted as UFS. FFS is an abbreviation for "Berkeley Fast File System", and is the UFS for BSDs. FFSv1 == BSD UFSv1. It's likely that Linux will support FFSv1/UFSv1 OK, but not UFSv2. I think FreeBSD supports ext2 better than Linux supports UFS. -- -Chuck