diff options
author | rsc <devnull@localhost> | 2005-07-24 13:37:47 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-24 13:37:47 +0000 |
commit | 06466bd0da7163a1fd5d61edcb97493873ea6bcf (patch) | |
tree | 8c9be6d748cd1f1fd1041baa989971b69f8e3793 | |
parent | edf41df7bbf6f9247d4a148a77170e7997a910ba (diff) | |
download | plan9port-06466bd0da7163a1fd5d61edcb97493873ea6bcf.tar.gz plan9port-06466bd0da7163a1fd5d61edcb97493873ea6bcf.tar.bz2 plan9port-06466bd0da7163a1fd5d61edcb97493873ea6bcf.zip |
explain disk parittions
-rw-r--r-- | man/man8/venti.8 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/man/man8/venti.8 b/man/man8/venti.8 index 06e4ee2c..4a41073a 100644 --- a/man/man8/venti.8 +++ b/man/man8/venti.8 @@ -330,6 +330,7 @@ is an arena partition, formatted using .I File is an index section, formatted using .IR fmtisect . +.PD .PP After formatting a venti system using .IR fmtindex , @@ -381,6 +382,28 @@ or .LR g (case-insensitive) to indicate kilobytes, megabytes, or gigabytes respectively. +.PP +The +.I file +name in the configuration lines above can be of the form +.IB file : lo - hi +to specify a range of the file. +.I Lo +and +.I hi +are specified in bytes but can have the usual +.BI k , +.BI m , +or +.B g +suffixes. +Either +.I lo +or +.I hi +may be omitted. +This notation eliminates the need to +partition raw disks on non-Plan 9 systems. .SS Command Line Many of the options to Venti duplicate parameters that can be specified in the configuration file. |