Add an example which shows how mdconfig(8) can be used
to mount an ISO 9660 CD image file. PR: 112691 Submitted by: Warren Block, wblock at wonkity.com MFC after: 3 days
This commit is contained in:
parent
d413d21071
commit
5810c7ef77
@ -41,7 +41,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 6, 2004
|
||||
.Dd May 18, 2007
|
||||
.Dt MDCONFIG 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -215,6 +215,12 @@ bsdlabel -w md0 auto
|
||||
newfs md0c
|
||||
mount /dev/md0c /mnt
|
||||
.Ed
|
||||
.Pp
|
||||
To mount an ISO 9660 CD image file:
|
||||
.Bd -literal -offset indent
|
||||
mdconfig -a -t vnode -u 10 -f cdimage.iso
|
||||
mount_cd9660 /dev/md10 /mnt
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr md 4 ,
|
||||
.Xr bsdlabel 8 ,
|
||||
|
Loading…
Reference in New Issue
Block a user