NetBSD-Docs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wapbl.4 correction



Hi,

mount_ffs requires block device:

# mount -o log /dev/rwd1h /mnt

mount_ffs: /dev/rwd1h on /mnt: Block device required

r.
--- src/share/man/man4/wapbl.4.orig     2009-11-22 01:08:15.000000000 +0100
+++ src/share/man/man4/wapbl.4  2009-11-22 01:08:51.000000000 +0100
@@ -100,7 +100,7 @@
 option.
 For existing file systems and general use, however, simply using
 .Bd -literal -offset indent
-mount -o log /dev/rwd0a /mnt
+mount -o log /dev/wd0a /mnt
 .Ed
 .Pp
 will be sufficient to create an appropriate journal within the file
@@ -118,7 +118,7 @@
 .Pp
 followed by
 .Bd -literal -offset indent
-mount -o log /dev/rwd0a /mnt
+mount -o log /dev/wd0a /mnt
 .Ed
 .Pp
 will remove the log and then re-create it with the default size.


Home | Main Index | Thread Index | Old Index