|
Lines 141-147
Link Here
|
| 141 |
.It Fl S Ar value{k,m,g,t} |
141 |
.It Fl S Ar value{k,m,g,t} |
| 142 |
If no regular file is specified, VN will use swap for backing store. |
142 |
If no regular file is specified, VN will use swap for backing store. |
| 143 |
This option specifies the size of the device. For example, '23m' for |
143 |
This option specifies the size of the device. For example, '23m' for |
| 144 |
23 megabytes. The VN device will round the size up to a machine page boundry. |
144 |
23 megabytes. The VN device will round the size up to a machine page boundary. |
| 145 |
Filesystems up to 7.9 terrabytes are supported. When specified along with |
145 |
Filesystems up to 7.9 terrabytes are supported. When specified along with |
| 146 |
a regular file, this option overrides the regular file's size insofar as |
146 |
a regular file, this option overrides the regular file's size insofar as |
| 147 |
VN is concerned. |
147 |
VN is concerned. |
|
Lines 193-199
Link Here
|
| 193 |
special_file regular_file [ feature ] |
193 |
special_file regular_file [ feature ] |
| 194 |
.Ed |
194 |
.Ed |
| 195 |
.Pp |
195 |
.Pp |
| 196 |
where fields are seperated by white space. |
196 |
where fields are separated by white space. |
| 197 |
The previously described action options serve to configure, enable, |
197 |
The previously described action options serve to configure, enable, |
| 198 |
disable or unconfigure all devices in the configuration file. |
198 |
disable or unconfigure all devices in the configuration file. |
| 199 |
.Sh FILES |
199 |
.Sh FILES |
|
Lines 239-245
Link Here
|
| 239 |
relabeling and recreating the filesystem. It is even possible to fsck the |
239 |
relabeling and recreating the filesystem. It is even possible to fsck the |
| 240 |
VN partitions that previously contained filesystems. |
240 |
VN partitions that previously contained filesystems. |
| 241 |
.Pp |
241 |
.Pp |
| 242 |
.Dl vnconfig -e -s labels,reserve -S 400m vn0 |
242 |
.Dl vnconfig -e -s labels,reserve -S 400m vn1 |
| 243 |
.Dl disklabel -r -w vn1 auto |
243 |
.Dl disklabel -r -w vn1 auto |
| 244 |
.Dl newfs /dev/rvn1c |
244 |
.Dl newfs /dev/rvn1c |
| 245 |
.Dl mount /dev/vn1c /usr/obj |
245 |
.Dl mount /dev/vn1c /usr/obj |