From a0071a7cbe7714281c89afe427fecb7259399ff4 Mon Sep 17 00:00:00 2001 From: Dru Lavigne Date: Mon, 7 Apr 2014 16:48:22 +0000 Subject: [PATCH] White space fix only. Translators can ignore. Sponsored by: iXsystems --- .../books/handbook/filesystems/chapter.xml | 66 +++++++++++-------- 1 file changed, 37 insertions(+), 29 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml b/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml index 7efa6ff6e3..10687651d0 100644 --- a/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml @@ -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 23:12 .. 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 17547008 0% /example/data 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 17547008 0% /example/data &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