From owner-freebsd-questions@FreeBSD.ORG Fri May 21 00:56:27 2010 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 701E61065675 for ; Fri, 21 May 2010 00:56:27 +0000 (UTC) (envelope-from sektie@gmail.com) Received: from mail-pz0-f175.google.com (mail-pz0-f175.google.com [209.85.222.175]) by mx1.freebsd.org (Postfix) with ESMTP id 426798FC13 for ; Fri, 21 May 2010 00:56:27 +0000 (UTC) Received: by pzk5 with SMTP id 5so267111pzk.14 for ; Thu, 20 May 2010 17:56:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=QwXHITobnfWkPHCFFYr7I/q2SDz5nXICHcgOT/Ihbl8=; b=iducaPoCKTBaRfd1Ugs0EAD9eRipF95Jh8geg/fV7lYUj+XO7XZgfDxTZfeQZZf6Wh 60MPy9lC6CgSThWcEaC3Z88vjG/H76nxKw5b+NfV98b2ky9XtGqNgbZBcH8lJPewfn2+ pCJSROl0bETVyqtn2RowFNVj78JNGfb6GrzHo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=YltYPCkF5WNDiYvfygTrwdZ8GNJwyjcrgQykn6JQqqzxl9Hd07FZglYLsbuoLck1Rk VL02Tqx2XamwpNSQAw0o+TSMeoaMymDCax6/bj6XWmUmo8Wv/6vXezeTS2fhzlSGKiXU iQHjRNC+N0nXWATe8yUgJ0+2bNBSfHyQF+ZAE= MIME-Version: 1.0 Received: by 10.140.251.11 with SMTP id y11mr595528rvh.279.1274403386718; Thu, 20 May 2010 17:56:26 -0700 (PDT) Sender: sektie@gmail.com Received: by 10.141.29.11 with HTTP; Thu, 20 May 2010 17:56:26 -0700 (PDT) In-Reply-To: <201005092151.o49Lp1mR029794@mail.r-bonomi.com> References: <201005092151.o49Lp1mR029794@mail.r-bonomi.com> Date: Thu, 20 May 2010 17:56:26 -0700 X-Google-Sender-Auth: GwV2l79WZFD1_40jlIhkhvUQGUU Message-ID: From: Randi Harper To: Robert Bonomi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: File system 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: Fri, 21 May 2010 00:56:27 -0000 On Sun, May 9, 2010 at 2:51 PM, Robert Bonomi wr= ote: > 2) You could try using a 'journaling' filesystem, *BUT* you'd have to bui= ld/ > =A0 implement it yourself. =A0Journaling filesystems are deliberately _no= t_ > =A0 provided with FreeBSD, due to security issues/implications with them. > =A0 _You_ will have to decide if the security risks in *your* envrionment= are > =A0 worth the (limited) benefits. Really? Where do you get your information? Seriously, loling so hard right now. There's been a lot of work within FreeBSD to add journaling to UFS2. I guess we just don't care about security anymore. -- randi