Bug #700 » slice0.patch
| share/man/man4/md.4 2007-06-14 21:22:51.000000000 +0100 | ||
|---|---|---|
|
device on
|
||
|
.Pa /tmp :
|
||
|
.Bd -literal
|
||
|
if [ -e /dev/md0 -a -e /dev/md0c ]; then
|
||
|
disklabel -r -w md0 auto && \\
|
||
|
newfs /dev/md0c && \\
|
||
|
mount /dev/md0c /tmp && \\
|
||
|
if [ -e /dev/md0s0 -a -e /dev/md0s0c ]; then
|
||
|
disklabel -r -w md0s0 auto && \\
|
||
|
newfs /dev/md0s0c && \\
|
||
|
mount /dev/md0s0c /tmp && \\
|
||
|
chmod 1777 /tmp
|
||
|
fi
|
||
|
.Ed
|
||
|
-- share/man/man4/umass.4.orig 2003-06-17 05:36:59.000000000 +0100
|
||
|
++ share/man/man4/umass.4 2007-06-14 21:29:22.000000000 +0100
|
||
| ... | ... | |
|
boot time. Again, this assumes that the flash reader is the first SCSI bus in
|
||
|
the system.
|
||
|
.Pp
|
||
|
.Dl disklabel -w -r da0 zip100
|
||
|
.Dl newfs da0c
|
||
|
.Dl mount -t ufs /dev/da0c /mnt
|
||
|
.Dl disklabel -w -r da0s0 zip100
|
||
|
.Dl newfs da0s0c
|
||
|
.Dl mount -t ufs /dev/da0s0c /mnt
|
||
|
.Pp
|
||
|
Write a disklabel to the Zip drive (see
|
||
|
.Nm vpo
|
||
- « Previous
- 1
- 2
- Next »