Doug Barton
1b6c6f4aae
Add .Xr's to mdmfs(8).
...
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2003-04-27 01:46:56 +00:00
Poul-Henning Kamp
ebe789d61c
Add a "-S sectorsize" option to enable Kirk to find a bug :-)
2003-03-03 13:05:00 +00:00
Poul-Henning Kamp
ea396d5bfa
Don't show disklabel in the examples, it is not necessary.
2002-09-26 21:29:10 +00:00
Tom Rhodes
ce66ddb763
s/filesystem/file system/g as discussed on -developers
2002-08-21 18:11:48 +00:00
Ralf S. Engelschall
32f28b1541
Replace extra call to "tunefs" with the equivalent of "newfs -U".
...
Reviewed by: phk
2002-07-15 11:30:21 +00:00
Philippe Charnier
e1205e80e5
The .Nm utility
2002-07-06 19:34:18 +00:00
Ruslan Ermilov
b87581119e
mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets.
2001-08-10 10:41:30 +00:00
Dima Dorfman
26a0ee75c6
Introduce a force option, MD_FORCE, that instructs the driver to
...
bypass some extra anti-foot-shooting measures. Currently, its only
effect is to allow detaching a device while it's still open (e.g.,
mounted). This is useful for testing how the system reacts to a disk
suddenly going away, which can happen with some removeable media.
At this point, the force option is only checked on detach, so it
would've been possible to allow the option to be passed with the
MDIOCDETACH operation. This was not done to allow the possibility of
having the force flag influence other tests in the future, which may
not necessarily deal with detaching the device.
Reviewed by: sobomax
Approved by: phk
2001-08-07 19:23:16 +00:00
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Ruslan Ermilov
9fe48c6e8d
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 11:04:34 +00:00
Ruslan Ermilov
3832aecacb
mdoc(7) police: add a missing An call.
2001-03-12 09:18:12 +00:00
Poul-Henning Kamp
e10469fef8
Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)
...
entirely as previously advertised.
md(4) adopted all assets of vn(4) some time back and has proper devfs
support and cloning abilities to boot.
2001-03-09 20:09:28 +00:00
Poul-Henning Kamp
3f6f92161c
Remove "autounit" from settable options, it's the default unless you
...
specify -u.
Spotted by: dcs
2001-02-26 15:31:47 +00:00
Poul-Henning Kamp
174b5e9aec
Make "md" and "mdctl" macroized parameters.
...
Implement "-l" option to mdconfig which can list one or all md devices.
Submitted by: Dima Dorfman <dima@unixfreak.org>
2001-02-25 13:12:57 +00:00
Poul-Henning Kamp
3b42f2f3bb
Duh, the version of mdconfig.c I committed came from the wrong machine.
...
Commit the right version, but without the -b option which is too evil
for the present.
Remove -b and preload from the manpage as well.
2001-01-28 20:17:46 +00:00
Poul-Henning Kamp
353f4b3966
Don't specify fragment size, it autosizes from the sectorsize.
...
Remember to set mode 1777 on /tmp
Submitted by: mjacob
2001-01-28 20:03:02 +00:00
Ruslan Ermilov
739cdd4baa
Mdoc(7)ify.
2001-01-10 14:53:46 +00:00
Poul-Henning Kamp
e06b153abe
Add padding space and a version number to the md_ioctl structre for future
...
extension.
Add ability to create a preload disk giving an address and a length
(suggested by imp)
Fix bug relating to very small md(4) devices.
Update md.c copyright to reflect the status of code copied from vn.c.
(noticed by dillon)
2001-01-01 23:08:26 +00:00
Poul-Henning Kamp
c2ef0b73df
Improve cmdline parsing and messages.
...
Add a rudimentary man-page. (I'm no mdoc wizard, feel free to attack my
mistakes and blunders)
2000-12-31 11:20:49 +00:00