diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2009-10-21 22:35:28 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2009-10-21 22:35:28 +0000 |
commit | e990becb683185ae6d8df39ba534ec5200132b04 (patch) | |
tree | 006c6516d5a6e7ab4ba36988b04168f794706b1f /sbin/bioctl/bioctl.8 | |
parent | b2b168551efa19ecc877ccefaf29c9dc4330caa1 (diff) |
Add delete example since it has come up several times.
Diffstat (limited to 'sbin/bioctl/bioctl.8')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index 595ac1d1efb..a3246acc736 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.73 2009/10/21 22:31:17 marco Exp $ +.\" $OpenBSD: bioctl.8,v 1.74 2009/10/21 22:35:27 marco Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -250,6 +250,12 @@ This can be done with the following command (assuming the new disk is sd3): .Bd -literal -offset 3n # dd if=/dev/zero of=/dev/rsd3c bs=1m count=1 .Ed +.Pp +Deleting a softraid volume requires the exact volume name. +For example: +.Bd -literal -offset 3n +# bioctl -d sd2 +.Ed .Sh SEE ALSO .Xr bio 4 , .Xr scsi 4 , |