Lines Matching +full:enable +full:- +full:offset

5 .\"	Poul-Henning Kamp  All rights reserved.
80 .Bl -tag -width indent
94 .Bl -tag -width "malloc"
102 malloc-backed memory disk is a very easy way to
192 .Bd -literal -offset indent
197 .Bl -tag -width indent
208 backed devices: enable/disable caching of data in system caches.
223 The result is that with normal (non-zfs) caching,
234 Enable/disable compression features to reduce memory usage.
236 Disable/enable extra sanity checks to prevent the user from doing something
246 backed devices: detect whether hole-punching is supported by the underlying file
248 If the file system supports hole-punching, then to handle a
252 Any parts which are not turned into holes are zero-filled in
255 hole-punching,
266 request, if the file system supports hole-punching, some or all of the request's
268 Any parts which are not turned into holes are zero-filled in the file.
269 If the file system of the vnode type memory disk does not support hole-punching,
270 the request's operation range is zero-filled in the file.
272 Enable/disable readonly mode.
276 backed devices: enable/disable requesting verification of the
305 .Bd -literal -offset indent
311 .Bd -literal -offset indent
312 mdconfig -s 1g -u md3
317 .Bd -literal -offset indent
318 mdconfig -du md3
322 .Bd -literal -offset indent
323 mdconfig -lv
329 .Bd -literal -offset indent
330 mdconfig -rs 2g -u md3
337 .Bd -literal -offset indent
338 mdconfig -s 1g -u md10
339 newfs -U /dev/md10
348 .Bd -literal -offset indent
349 mount -t cd9660 /dev/`mdconfig -f cdimage.iso` /mnt
352 Create a file-backed device from a hard disk image that begins
358 .Bd -literal -offset indent
359 mdconfig -u md1 -f diskimage.img
360 gnop create -o 512K md1
384 .An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .