Page MenuHomeFreeBSD

D14034.id38405.diff
No OneTemporary

D14034.id38405.diff

Index: chapter.xml
===================================================================
--- chapter.xml
+++ chapter.xml
@@ -2114,10 +2114,12 @@
on <filename>/mnt</filename>:</para>
<screen>&prompt.root; <userinput>mdconfig -f <replaceable>diskimage.iso</replaceable> -u <replaceable>0</replaceable></userinput>
-&prompt.root; <userinput>mount /dev/md<replaceable>0</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
+&prompt.root; <userinput>mount -t cd9660 /dev/md<replaceable>0</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
- <para>If a unit number is not specified with
- <option>-u</option>, <command>mdconfig</command> will
+ <para>Notice that the <option>-t cd9660</option> option was
+ used to mount an ISO format. If a unit number is not
+ specified with <option>-u</option>,
+ <command>mdconfig</command> will
automatically allocate an unused memory device and output
the name of the allocated unit, such as
<filename>md4</filename>. Refer to &man.mdconfig.8; for more

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 5:11 PM (41 m, 37 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31852878
Default Alt Text
D14034.id38405.diff (1 KB)

Event Timeline