From owner-svn-doc-head@FreeBSD.ORG Mon Apr 7 16:48:22 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A36E571; Mon, 7 Apr 2014 16:48:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 850CF7F0; Mon, 7 Apr 2014 16:48:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s37GmMJN040110; Mon, 7 Apr 2014 16:48:22 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s37GmMrr040109; Mon, 7 Apr 2014 16:48:22 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201404071648.s37GmMrr040109@svn.freebsd.org> From: Dru Lavigne Date: Mon, 7 Apr 2014 16:48:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44472 - head/en_US.ISO8859-1/books/handbook/filesystems X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 16:48:22 -0000 Author: dru Date: Mon Apr 7 16:48:22 2014 New Revision: 44472 URL: http://svnweb.freebsd.org/changeset/doc/44472 Log: White space fix only. Translators can ignore. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Mon Apr 7 16:40:15 2014 (r44471) +++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Mon Apr 7 16:48:22 2014 (r44472) @@ -4,14 +4,15 @@ $FreeBSD$ --> - File Systems Support + + File Systems Support + - TomRhodesWritten by + TomRhodesWritten + by - - Synopsis @@ -68,11 +69,13 @@ - Understand &unix; and &os; basics. + Understand &unix; and &os; basics. - Be familiar with the basics of kernel configuration and + Be familiar with the basics of kernel configuration and compilation. @@ -82,7 +85,8 @@ - Have some familiarity with disks, storage, and device names in + Have some familiarity with disks, storage, and device names in &os;. @@ -160,17 +164,17 @@ vfs.zfs.arc_max="40M" vfs.zfs.vdev.cache.size="5M" For a more detailed list of recommendations for - ZFS-related tuning, see http://wiki.freebsd.org/ZFSTuningGuide. + ZFS-related tuning, see http://wiki.freebsd.org/ZFSTuningGuide. Using <acronym>ZFS</acronym> - There is a start up mechanism that allows &os; to - mount ZFS pools during system - initialization. To set it, issue the following - commands: + There is a start up mechanism that allows &os; to mount + ZFS pools during system initialization. To + set it, issue the following commands: &prompt.root; echo 'zfs_enable="YES"' >> /etc/rc.conf &prompt.root; service zfs start @@ -227,7 +231,8 @@ drwxr-xr-x 21 root wheel 512 Aug 29 2 The example/compressed dataset is now a ZFS compressed file system. Try - copying some large files to /example/compressed. + copying some large files to + /example/compressed. Compression can be disabled with: @@ -375,9 +380,8 @@ example/data 17547008 0 175 To get a list of all available snapshots, run ls in the file system's - .zfs/snapshot - directory. For example, to see the previously taken - snapshot: + .zfs/snapshot directory. For example, + to see the previously taken snapshot: &prompt.root; ls /storage/home/.zfs/snapshot @@ -388,9 +392,9 @@ example/data 17547008 0 175 &prompt.root; zfs destroy storage/home@08-30-08 - After testing, /storage/home can be made the - real /home using - this command: + After testing, /storage/home can be + made the real /home using this + command: &prompt.root; zfs set mountpoint=/home storage/home @@ -583,13 +587,16 @@ errors: No known data errors - POSIX compatible name such as + POSIX compatible name such as joe. - POSIX - numeric ID such as + POSIX numeric ID such as 789. @@ -619,8 +626,8 @@ errors: No known data errors User quota properties are not displayed by zfs get all. - Non-root users can only see their own - quotas unless they have been granted the + Non-root users can + only see their own quotas unless they have been granted the userquota privilege. Users with this privilege are able to view and set everyone's quota. @@ -641,9 +648,10 @@ errors: No known data errors &prompt.root; zfs set groupquota@firstgroup=none As with the user quota property, - non-root users can only see the quotas - associated with the groups that they belong to. However, - root or a user with the + non-root users can + only see the quotas associated with the groups that they + belong to. However, root or a user with the groupquota privilege can view and set all quotas for all groups. @@ -655,8 +663,8 @@ errors: No known data errors supported options or how to display only specific options, refer to &man.zfs.1;. - Users with sufficient privileges and - root can list the quota for + Users with sufficient privileges and root can list the quota for storage/home/bob using: &prompt.root; zfs get quota storage/home/bob