Update to r44800:
UFS snapshots are read-only Change the snapshot example to show creating the md(4) read-only, in order to avoid a warning.
This commit is contained in:
parent
44b2ab8ee3
commit
731b8a3337
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48786
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/disks/chapter.xml,v 1.187 2012/04/26 19:32:48 bcr Exp $
|
||||
basiert auf: r44695
|
||||
basiert auf: r44800
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="disks">
|
||||
<info><title>Speichermedien</title>
|
||||
|
@ -2206,7 +2206,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
hängt den Schnappschuss
|
||||
<filename>/var/snapshot/snap</filename> ein:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mdconfig -a -t vnode -f /var/snapshot/snap -u 4</userinput>
|
||||
<screen>&prompt.root; <userinput>mdconfig -a -t vnode -o readonly -f /var/snapshot/snap -u 4</userinput>
|
||||
&prompt.root; <userinput>mount -r /dev/md4 /mnt</userinput></screen>
|
||||
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue