mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Sweep man pages replacing ad -> ada.
Approved by: re (blackend) MFC after: 1 week X-MFC note: stable/9 only
This commit is contained in:
parent
620a44e54f
commit
05d98029e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255977
@ -32,7 +32,7 @@
|
|||||||
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
|
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 23, 2009
|
.Dd October 1, 2013
|
||||||
.Dt DD 1
|
.Dt DD 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -378,12 +378,12 @@ will exit.
|
|||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
Check that a disk drive contains no bad blocks:
|
Check that a disk drive contains no bad blocks:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "dd if=/dev/ad0 of=/dev/null bs=1m"
|
.Dl "dd if=/dev/ada0 of=/dev/null bs=1m"
|
||||||
.Pp
|
.Pp
|
||||||
Do a refresh of a disk drive, in order to prevent presently
|
Do a refresh of a disk drive, in order to prevent presently
|
||||||
recoverable read errors from progressing into unrecoverable read errors:
|
recoverable read errors from progressing into unrecoverable read errors:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "dd if=/dev/ad0 of=/dev/ad0 bs=1m"
|
.Dl "dd if=/dev/ada0 of=/dev/ada0 bs=1m"
|
||||||
.Pp
|
.Pp
|
||||||
Remove parity bit from a file:
|
Remove parity bit from a file:
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
.\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94
|
.\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 5, 2011
|
.Dd October 1, 2013
|
||||||
.Dt BSDLABEL 8
|
.Dt BSDLABEL 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -457,9 +457,9 @@ such as
|
|||||||
and
|
and
|
||||||
.Cm * ,
|
.Cm * ,
|
||||||
which could be used as a source file for
|
which could be used as a source file for
|
||||||
.Dq Li "bsdlabel -R ad0s1 new_label_file" :
|
.Dq Li "bsdlabel -R ada0s1 new_label_file" :
|
||||||
.Bd -literal -offset 4n
|
.Bd -literal -offset 4n
|
||||||
# /dev/ad0s1:
|
# /dev/ada0s1:
|
||||||
|
|
||||||
8 partitions:
|
8 partitions:
|
||||||
# size offset fstype [fsize bsize bps/cpg]
|
# size offset fstype [fsize bsize bps/cpg]
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 17, 1995
|
.Dd October 1, 2013
|
||||||
.Dt CCDCONFIG 8
|
.Dt CCDCONFIG 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -180,7 +180,7 @@ and read it from
|
|||||||
mdadm --create --chunk=32 --level=0 --raid-devices=2 /dev/md0 \\
|
mdadm --create --chunk=32 --level=0 --raid-devices=2 /dev/md0 \\
|
||||||
/dev/hda1 /dev/hdb1
|
/dev/hda1 /dev/hdb1
|
||||||
# Make the RAID-0 just created available on FreeBSD:
|
# Make the RAID-0 just created available on FreeBSD:
|
||||||
ccdconfig -c /dev/ccd0 32 linux /dev/ad0s1 /dev/ad0s2
|
ccdconfig -c /dev/ccd0 32 linux /dev/ada0s1 /dev/ada0s2
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
When you create a new ccd disk you generally want to
|
When you create a new ccd disk you generally want to
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 24, 2009
|
.Dd October 1, 2013
|
||||||
.Dt FDISK 8
|
.Dt FDISK 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -159,7 +159,7 @@ mounted root device.
|
|||||||
When called with no arguments, it prints the sector 0 slice table.
|
When called with no arguments, it prints the sector 0 slice table.
|
||||||
An example follows:
|
An example follows:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
******* Working on device /dev/ad0 *******
|
******* Working on device /dev/ada0 *******
|
||||||
parameters extracted from in-core disklabel are:
|
parameters extracted from in-core disklabel are:
|
||||||
cylinders=769 heads=15 sectors/track=33 (495 blks/cyl)
|
cylinders=769 heads=15 sectors/track=33 (495 blks/cyl)
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd February 8, 2006
|
.Dd October 1, 2013
|
||||||
.Dt GBDE 8
|
.Dt GBDE 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -207,23 +207,23 @@ used).
|
|||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
To initialize a device, using default parameters:
|
To initialize a device, using default parameters:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gbde init /dev/ad0s1f -L /etc/ad0s1f.lock"
|
.Dl "gbde init /dev/ada0s1f -L /etc/ada0s1f.lock"
|
||||||
.Pp
|
.Pp
|
||||||
To attach an encrypted device:
|
To attach an encrypted device:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gbde attach ad0s1f -l /etc/ad0s1f.lock"
|
.Dl "gbde attach ada0s1f -l /etc/ada0s1f.lock"
|
||||||
.Pp
|
.Pp
|
||||||
The encrypted device has the suffix
|
The encrypted device has the suffix
|
||||||
.Pa .bde
|
.Pa .bde
|
||||||
so a typical
|
so a typical
|
||||||
command to create and mount a file system would be:
|
command to create and mount a file system would be:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "newfs /dev/ad0s1f.bde"
|
.Dl "newfs /dev/ada0s1f.bde"
|
||||||
.Dl "mount /dev/ad0s1f.bde /secret"
|
.Dl "mount /dev/ada0s1f.bde /secret"
|
||||||
.Pp
|
.Pp
|
||||||
To detach an encrypted device:
|
To detach an encrypted device:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gbde detach ad0s1f"
|
.Dl "gbde detach ada0s1f"
|
||||||
.Pp
|
.Pp
|
||||||
Please notice that detaching an encrypted device corresponds to
|
Please notice that detaching an encrypted device corresponds to
|
||||||
physically removing it, do not forget to unmount the file system first.
|
physically removing it, do not forget to unmount the file system first.
|
||||||
@ -231,11 +231,11 @@ physically removing it, do not forget to unmount the file system first.
|
|||||||
To initialize the second key using a detached lockfile and a trivial
|
To initialize the second key using a detached lockfile and a trivial
|
||||||
pass-phrase:
|
pass-phrase:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gbde setkey ad0s1f -n 2 -P foo -L key2.lockfile"
|
.Dl "gbde setkey ada0s1f -n 2 -P foo -L key2.lockfile"
|
||||||
.Pp
|
.Pp
|
||||||
To destroy all copies of the masterkey:
|
To destroy all copies of the masterkey:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gbde destroy ad0s1f -n -1"
|
.Dl "gbde destroy ada0s1f -n -1"
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr gbde 4 ,
|
.Xr gbde 4 ,
|
||||||
.Xr geom 4
|
.Xr geom 4
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 5, 2013
|
.Dd October 1, 2013
|
||||||
.Dt GELI 8
|
.Dt GELI 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -841,10 +841,10 @@ Create an encrypted provider for use by the user, but remember that users
|
|||||||
forget their passphrases, so backup the Master Key with your own random key:
|
forget their passphrases, so backup the Master Key with your own random key:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
# dd if=/dev/random of=/mnt/pendrive/keys/`hostname` bs=64 count=1
|
# dd if=/dev/random of=/mnt/pendrive/keys/`hostname` bs=64 count=1
|
||||||
# geli init -P -K /mnt/pendrive/keys/`hostname` /dev/ad0s1e
|
# geli init -P -K /mnt/pendrive/keys/`hostname` /dev/ada0s1e
|
||||||
# geli backup /dev/ad0s1e /mnt/pendrive/backups/`hostname`
|
# geli backup /dev/ada0s1e /mnt/pendrive/backups/`hostname`
|
||||||
(use key number 0, so the encrypted Master Key will be re-encrypted by this)
|
(use key number 0, so the encrypted Master Key will be re-encrypted by this)
|
||||||
# geli setkey -n 0 -k /mnt/pendrive/keys/`hostname` /dev/ad0s1e
|
# geli setkey -n 0 -k /mnt/pendrive/keys/`hostname` /dev/ada0s1e
|
||||||
(allow the user to enter his passphrase)
|
(allow the user to enter his passphrase)
|
||||||
Enter new passphrase:
|
Enter new passphrase:
|
||||||
Reenter new passphrase:
|
Reenter new passphrase:
|
||||||
@ -852,9 +852,9 @@ Reenter new passphrase:
|
|||||||
.Pp
|
.Pp
|
||||||
Encrypted swap partition setup:
|
Encrypted swap partition setup:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
# dd if=/dev/random of=/dev/ad0s1b bs=1m
|
# dd if=/dev/random of=/dev/ada0s1b bs=1m
|
||||||
# geli onetime -d -e 3des ad0s1b
|
# geli onetime -d -e 3des ada0s1b
|
||||||
# swapon /dev/ad0s1b.eli
|
# swapon /dev/ada0s1b.eli
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The example below shows how to configure two providers which will be attached
|
The example below shows how to configure two providers which will be attached
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 8, 2005
|
.Dd October 1, 2013
|
||||||
.Dt GSHSEC 8
|
.Dt GSHSEC 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -108,7 +108,7 @@ Exit status is 0 on success, and 1 if the command fails.
|
|||||||
The following example shows how to create a shared secret device.
|
The following example shows how to create a shared secret device.
|
||||||
The secret will be split between a slice on a local disk and a USB Pen drive.
|
The secret will be split between a slice on a local disk and a USB Pen drive.
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
gshsec label -v secret /dev/ad0s1 /dev/da0
|
gshsec label -v secret /dev/ada0s1 /dev/da0
|
||||||
newfs /dev/shsec/secret
|
newfs /dev/shsec/secret
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd August 3, 2012
|
.Dd October 1, 2013
|
||||||
.Dt GVIRSTOR 8
|
.Dt GVIRSTOR 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -161,7 +161,7 @@ size
|
|||||||
.Pq 4 MiB ,
|
.Pq 4 MiB ,
|
||||||
with two physical devices for backing storage.
|
with two physical devices for backing storage.
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
.No gvirstor label -v Ar mydata Ar /dev/ad4 Ar /dev/ad6
|
.No gvirstor label -v Ar mydata Ar /dev/ada4 Ar /dev/ada6
|
||||||
.No newfs Ar /dev/virstor/mydata
|
.No newfs Ar /dev/virstor/mydata
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
@ -170,11 +170,11 @@ From now on, the virtual device will be available via the
|
|||||||
device entry.
|
device entry.
|
||||||
To add a new physical device / component to an active virstor device:
|
To add a new physical device / component to an active virstor device:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
.No gvirstor add Ar mydata Ar ad8
|
.No gvirstor add Ar mydata Ar ada8
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
This will add physical storage of
|
This will add physical storage of
|
||||||
.Ar ad8
|
.Ar ada8
|
||||||
to
|
to
|
||||||
.Pa /dev/virstor/mydata
|
.Pa /dev/virstor/mydata
|
||||||
device.
|
device.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 10, 2009
|
.Dd October 1, 2013
|
||||||
.Dt GVINUM 8
|
.Dt GVINUM 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -279,27 +279,27 @@ directory with device nodes for
|
|||||||
objects
|
objects
|
||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
To create a mirror on disks /dev/ad1 and /dev/ad2, create a filesystem, mount,
|
To create a mirror on disks /dev/ada1 and /dev/ada2, create a filesystem,
|
||||||
unmount and then stop
|
mount, unmount and then stop
|
||||||
.Ic gvinum :
|
.Ic gvinum :
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gvinum mirror /dev/ad1 /dev/ad2"
|
.Dl "gvinum mirror /dev/ada1 /dev/ada2"
|
||||||
.Dl "newfs /dev/gvinum/gvinumvolume0"
|
.Dl "newfs /dev/gvinum/gvinumvolume0"
|
||||||
.Dl "mount /dev/gvinum/gvinumvolume0 /mnt"
|
.Dl "mount /dev/gvinum/gvinumvolume0 /mnt"
|
||||||
.Dl "..."
|
.Dl "..."
|
||||||
.Dl "unmount /mnt"
|
.Dl "unmount /mnt"
|
||||||
.Dl "gvinum stop"
|
.Dl "gvinum stop"
|
||||||
.Pp
|
.Pp
|
||||||
To create a striped mirror on disks /dev/ad1 /dev/ad2 /dev/ad3 and /dev/ad4
|
To create a striped mirror on disks /dev/ada1 /dev/ada2 /dev/ada3 and
|
||||||
named "data" and create a filesystem:
|
/dev/ada4 named "data" and create a filesystem:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gvinum mirror -s -n data /dev/ad1 /dev/ad2 /dev/ad3 /dev/ad4"
|
.Dl "gvinum mirror -s -n data /dev/ada1 /dev/ada2 /dev/ada3 /dev/ada4"
|
||||||
.Dl "newfs /dev/gvinum/data"
|
.Dl "newfs /dev/gvinum/data"
|
||||||
.Pp
|
.Pp
|
||||||
To create a raid5 array on disks /dev/ad1 /dev/ad2 and /dev/ad3, with stripesize
|
To create a raid5 array on disks /dev/ada1 /dev/ada2 and /dev/ada3,
|
||||||
493k you can use the raid5 command:
|
with stripesize 493k you can use the raid5 command:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gvinum raid5 -s 493k /dev/ad1 /dev/ad2 /dev/ad3"
|
.Dl "gvinum raid5 -s 493k /dev/ada1 /dev/ada2 /dev/ada3"
|
||||||
.Pp
|
.Pp
|
||||||
Then the volume will be created automatically.
|
Then the volume will be created automatically.
|
||||||
Afterwards, you have to initialize the volume:
|
Afterwards, you have to initialize the volume:
|
||||||
@ -313,9 +313,9 @@ The list command will give you information about its progress.
|
|||||||
Imagine that one of the drives fails, and the output of 'printconfig' looks
|
Imagine that one of the drives fails, and the output of 'printconfig' looks
|
||||||
something like this:
|
something like this:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "drive gvinumdrive1 device /dev/ad2"
|
.Dl "drive gvinumdrive1 device /dev/ada2"
|
||||||
.Dl "drive gvinumdrive2 device /dev/???"
|
.Dl "drive gvinumdrive2 device /dev/???"
|
||||||
.Dl "drive gvinumdrive0 device /dev/ad1"
|
.Dl "drive gvinumdrive0 device /dev/ada1"
|
||||||
.Dl "volume myraid5vol"
|
.Dl "volume myraid5vol"
|
||||||
.Dl "plex name myraid5vol.p0 org raid5 986s vol myraid5vol"
|
.Dl "plex name myraid5vol.p0 org raid5 986s vol myraid5vol"
|
||||||
.Dl "sd name myraid5vol.p0.s2 drive gvinumdrive2 len 32538s driveoffset 265s"
|
.Dl "sd name myraid5vol.p0.s2 drive gvinumdrive2 len 32538s driveoffset 265s"
|
||||||
@ -327,7 +327,7 @@ something like this:
|
|||||||
.Pp
|
.Pp
|
||||||
Create a new drive with this configuration:
|
Create a new drive with this configuration:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "drive gdrive4 device /dev/ad4"
|
.Dl "drive gdrive4 device /dev/ada4"
|
||||||
.Pp
|
.Pp
|
||||||
Then move the stale subdisk to the new drive:
|
Then move the stale subdisk to the new drive:
|
||||||
.Pp
|
.Pp
|
||||||
@ -344,7 +344,7 @@ might be delayed.
|
|||||||
Given the configuration as in the previous example, growing a RAID-5 or STRIPED
|
Given the configuration as in the previous example, growing a RAID-5 or STRIPED
|
||||||
array is accomplished by using the grow command:
|
array is accomplished by using the grow command:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "gvinum grow myraid5vol.p0 /dev/ad4"
|
.Dl "gvinum grow myraid5vol.p0 /dev/ada4"
|
||||||
.Pp
|
.Pp
|
||||||
If everything went ok, the plex state should now be set to growable.
|
If everything went ok, the plex state should now be set to growable.
|
||||||
You can then start the growing with the
|
You can then start the growing with the
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd December 23, 2008
|
.Dd October 1, 2013
|
||||||
.Dt MOUNT_MSDOSFS 8
|
.Dt MOUNT_MSDOSFS 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -182,14 +182,14 @@ Specify text file name with conversion table:
|
|||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
To mount a Russian MS-DOS file system located in
|
To mount a Russian MS-DOS file system located in
|
||||||
.Pa /dev/ad1s1 :
|
.Pa /dev/ada1s1 :
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "mount_msdosfs -L ru_RU.KOI8-R -D CP866 /dev/ad1s1 /mnt"
|
.Dl "mount_msdosfs -L ru_RU.KOI8-R -D CP866 /dev/ada1s1 /mnt"
|
||||||
.Pp
|
.Pp
|
||||||
To mount a Japanese MS-DOS file system located in
|
To mount a Japanese MS-DOS file system located in
|
||||||
.Pa /dev/ad1s1 :
|
.Pa /dev/ada1s1 :
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "mount_msdosfs -L ja_JP.eucJP -D CP932 /dev/ad1s1 /mnt"
|
.Dl "mount_msdosfs -L ja_JP.eucJP -D CP932 /dev/ada1s1 /mnt"
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr mount 2 ,
|
.Xr mount 2 ,
|
||||||
.Xr unmount 2 ,
|
.Xr unmount 2 ,
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
.\" @(#)newfs.8 8.6 (Berkeley) 5/3/95
|
.\" @(#)newfs.8 8.6 (Berkeley) 5/3/95
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd June 22, 2011
|
.Dd October 1, 2013
|
||||||
.Dt NEWFS 8
|
.Dt NEWFS 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -285,10 +285,10 @@ to find the alternate superblocks if the standard superblock is lost.
|
|||||||
The size of a sector in bytes (almost never anything but 512).
|
The size of a sector in bytes (almost never anything but 512).
|
||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
.Dl newfs /dev/ad3s1a
|
.Dl newfs /dev/ada3s1a
|
||||||
.Pp
|
.Pp
|
||||||
Creates a new ufs file system on
|
Creates a new ufs file system on
|
||||||
.Pa ad3s1a .
|
.Pa ada3s1a .
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
utility will use a block size of 32768 bytes, a fragment size of 4096 bytes
|
utility will use a block size of 32768 bytes, a fragment size of 4096 bytes
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 25, 2010
|
.Dd October 1, 2013
|
||||||
.Dt NEWFS_MSDOS 8
|
.Dt NEWFS_MSDOS 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -209,9 +209,9 @@ The maximum file size is 4GB, even if the file system itself is bigger.
|
|||||||
Exit status is 0 on success and 1 on error.
|
Exit status is 0 on success and 1 on error.
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
Create a file system, using default parameters, on
|
Create a file system, using default parameters, on
|
||||||
.Pa /dev/ad0s1 :
|
.Pa /dev/ada0s1 :
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
newfs_msdos /dev/ad0s1
|
newfs_msdos /dev/ada0s1
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Create a standard 1.44M file system, with volume label
|
Create a standard 1.44M file system, with volume label
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 11, 2009
|
.Dd October 1, 2013
|
||||||
.Dt NEWFS_NANDFS 8
|
.Dt NEWFS_NANDFS 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -58,9 +58,9 @@ Percentage of reserved blocks (5 if not specified).
|
|||||||
Exit status is 0 on success and 1 on error.
|
Exit status is 0 on success and 1 on error.
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
Create a file system, using default parameters, on
|
Create a file system, using default parameters, on
|
||||||
.Pa /dev/ad0s1 :
|
.Pa /dev/ada0s1 :
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
newfs_nandfs /dev/ad0s1
|
newfs_nandfs /dev/ada0s1
|
||||||
.Ed
|
.Ed
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr disktab 5 ,
|
.Xr disktab 5 ,
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 5, 2012
|
.Dd October 1, 2013
|
||||||
.Dt RECOVERDISK 1
|
.Dt RECOVERDISK 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -104,11 +104,11 @@ Percent complete.
|
|||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
# recover data from failing hard drive ad3
|
# recover data from failing hard drive ada3
|
||||||
recoverdisk /dev/ad3 /data/disk.img
|
recoverdisk /dev/ada3 /data/disk.img
|
||||||
|
|
||||||
# clone a hard disk
|
# clone a hard disk
|
||||||
recoverdisk /dev/ad3 /dev/ad4
|
recoverdisk /dev/ada3 /dev/ada4
|
||||||
|
|
||||||
# read an ISO image from a CD-ROM
|
# read an ISO image from a CD-ROM
|
||||||
recoverdisk /dev/cd0 /data/cd.iso
|
recoverdisk /dev/cd0 /data/cd.iso
|
||||||
@ -120,7 +120,7 @@ recoverdisk -r worklist -w worklist /dev/cd0 /data/cd.iso
|
|||||||
recoverdisk /cdrom/file.avi file.avi
|
recoverdisk /cdrom/file.avi file.avi
|
||||||
|
|
||||||
# If the disk hangs the system on read-errors try:
|
# If the disk hangs the system on read-errors try:
|
||||||
recoverdisk -b 0 /dev/ad3 /somewhere
|
recoverdisk -b 0 /dev/ada3 /somewhere
|
||||||
|
|
||||||
.Ed
|
.Ed
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd February 20, 2008
|
.Dd October 1, 2013
|
||||||
.Dt GEOM_LINUX_LVM 4
|
.Dt GEOM_LINUX_LVM 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -72,7 +72,7 @@ Providers:
|
|||||||
Sectorsize: 512
|
Sectorsize: 512
|
||||||
Mode: r0w0e0
|
Mode: r0w0e0
|
||||||
Consumers:
|
Consumers:
|
||||||
1. Name: ad0s1
|
1. Name: ada0s1
|
||||||
Mediasize: 80023716864 (75G)
|
Mediasize: 80023716864 (75G)
|
||||||
Sectorsize: 512
|
Sectorsize: 512
|
||||||
Mode: r0w0e0
|
Mode: r0w0e0
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 16, 2006
|
.Dd October 1, 2013
|
||||||
.Dt EXT2FS 5
|
.Dt EXT2FS 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -53,9 +53,9 @@ file systems.
|
|||||||
To mount a
|
To mount a
|
||||||
.Nm
|
.Nm
|
||||||
volume located on
|
volume located on
|
||||||
.Pa /dev/ad1s1 :
|
.Pa /dev/ada1s1 :
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "mount -t ext2fs /dev/ad1s1 /mnt"
|
.Dl "mount -t ext2fs /dev/ada1s1 /mnt"
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr nmount 2 ,
|
.Xr nmount 2 ,
|
||||||
.Xr unmount 2 ,
|
.Xr unmount 2 ,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Written by Tom Rhodes
|
.\" Written by Tom Rhodes
|
||||||
.\" This file is in the public domain.
|
.\" This file is in the public domain.
|
||||||
.\"
|
.\"
|
||||||
.Dd August 22, 2007
|
.Dd October 1, 2013
|
||||||
.Dt MSDOSFS 5
|
.Dt MSDOSFS 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -21,7 +21,7 @@ based file systems.
|
|||||||
.Pp
|
.Pp
|
||||||
The most common usage follows:
|
The most common usage follows:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "mount -t msdosfs /dev/ad0sN /mnt"
|
.Dl "mount -t msdosfs /dev/ada0sN /mnt"
|
||||||
.Pp
|
.Pp
|
||||||
where
|
where
|
||||||
.Ar N
|
.Ar N
|
||||||
@ -40,7 +40,7 @@ It is possible to define an entry in
|
|||||||
.Pa /etc/fstab
|
.Pa /etc/fstab
|
||||||
that looks similar to:
|
that looks similar to:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
/dev/ad0sN /dos msdosfs rw 0 0
|
/dev/ada0sN /dos msdosfs rw 0 0
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
This will mount an
|
This will mount an
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 23, 2011
|
.Dd October 1, 2013
|
||||||
.Dt REISERFS 5
|
.Dt REISERFS 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -53,9 +53,9 @@ file systems.
|
|||||||
To mount a
|
To mount a
|
||||||
.Nm
|
.Nm
|
||||||
volume located on
|
volume located on
|
||||||
.Pa /dev/ad1s1 :
|
.Pa /dev/ada1s1 :
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "mount -t reiserfs /dev/ad1s1 /mnt"
|
.Dl "mount -t reiserfs /dev/ada1s1 /mnt"
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr nmount 2 ,
|
.Xr nmount 2 ,
|
||||||
.Xr unmount 2 ,
|
.Xr unmount 2 ,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" -*- nroff-fill -*-
|
.\" -*- nroff-fill -*-
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.Dd June 25, 2009
|
.Dd October 1, 2013
|
||||||
.Dt PICOBSD 8
|
.Dt PICOBSD 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -408,9 +408,9 @@ and the floppy is ready to boot.
|
|||||||
The same process can be used to store the image on a hard disk
|
The same process can be used to store the image on a hard disk
|
||||||
(entire volume or one of the slices):
|
(entire volume or one of the slices):
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
dd if=picobsd.bin of=/dev/ad2
|
dd if=picobsd.bin of=/dev/ada2
|
||||||
dd if=picobsd.bin of=/dev/ad2s3
|
dd if=picobsd.bin of=/dev/ada2s3
|
||||||
dd if=picobsd.bin of=/dev/ad2 oseek=NN
|
dd if=picobsd.bin of=/dev/ada2 oseek=NN
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The first form will install the image on the entire disk, and it
|
The first form will install the image on the entire disk, and it
|
||||||
@ -435,8 +435,8 @@ You have to use the
|
|||||||
command to properly initialize the label (do not ask why!).
|
command to properly initialize the label (do not ask why!).
|
||||||
One way to do this is
|
One way to do this is
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
disklabel -w ad0s2 auto
|
disklabel -w ada0s2 auto
|
||||||
disklabel -e ad0s2
|
disklabel -e ada0s2
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
and from the editor enter a line corresponding to the actual partition, e.g.\&
|
and from the editor enter a line corresponding to the actual partition, e.g.\&
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 7, 2012
|
.Dd October 1, 2013
|
||||||
.Dt LOADER 8
|
.Dt LOADER 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -972,7 +972,7 @@ autoboot 5
|
|||||||
.Pp
|
.Pp
|
||||||
Set the disk unit of the root device to 2, and then boot.
|
Set the disk unit of the root device to 2, and then boot.
|
||||||
This would be needed in a system with two IDE disks,
|
This would be needed in a system with two IDE disks,
|
||||||
with the second IDE disk hardwired to ad2 instead of ad1.
|
with the second IDE disk hardwired to ada2 instead of ada1.
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
set root_disk_unit=2
|
set root_disk_unit=2
|
||||||
boot /boot/kernel/kernel
|
boot /boot/kernel/kernel
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd February 4, 2012
|
.Dd October 1, 2013
|
||||||
.Dt BOOT0CFG 8
|
.Dt BOOT0CFG 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -173,17 +173,17 @@ Image for serial consoles (COM1,9600,8,N,1,MODEM)
|
|||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
To boot slice 2 on the next boot:
|
To boot slice 2 on the next boot:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "boot0cfg -s 2 ad0"
|
.Dl "boot0cfg -s 2 ada0"
|
||||||
.Pp
|
.Pp
|
||||||
To enable just slices 1 and 3 in the menu:
|
To enable just slices 1 and 3 in the menu:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "boot0cfg -m 0x5 ad0"
|
.Dl "boot0cfg -m 0x5 ada0"
|
||||||
.Pp
|
.Pp
|
||||||
To go back to non-interactive booting, use
|
To go back to non-interactive booting, use
|
||||||
.Xr fdisk 8
|
.Xr fdisk 8
|
||||||
to install the default MBR:
|
to install the default MBR:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "fdisk -B ad0"
|
.Dl "fdisk -B ada0"
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr geom 4 ,
|
.Xr geom 4 ,
|
||||||
.Xr boot 8 ,
|
.Xr boot 8 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user