1996-10-18 20:22:31 +00:00
|
|
|
.\" Copyright (c) 1996
|
|
|
|
.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\"
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1997-02-22 13:26:29 +00:00
|
|
|
.\" $Id$
|
1996-12-26 16:16:37 +00:00
|
|
|
.\"
|
1996-01-18 21:36:18 +00:00
|
|
|
.Dd January 18, 1996
|
1995-01-25 09:18:56 +00:00
|
|
|
.Dt SD 4
|
|
|
|
.Os FreeBSD
|
|
|
|
.Sh NAME
|
|
|
|
.Nm sd
|
1996-01-18 21:36:18 +00:00
|
|
|
.Nd SCSI disk driver
|
1995-01-25 09:18:56 +00:00
|
|
|
.Sh SYNOPSIS
|
1996-01-18 21:36:18 +00:00
|
|
|
.Cd disk sd
|
|
|
|
.Cd disk sd1 at scbus0 target 4 lun 0
|
1995-01-25 09:18:56 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
1996-01-18 21:36:18 +00:00
|
|
|
.Nm sd
|
1995-01-25 09:18:56 +00:00
|
|
|
driver provides support for a
|
1996-01-18 21:36:18 +00:00
|
|
|
.Tn SCSI
|
1995-01-25 09:18:56 +00:00
|
|
|
disk. It allows the disk
|
|
|
|
to be divided up into a set of pseudo devices called
|
1996-01-18 21:36:18 +00:00
|
|
|
.Em partitions .
|
1995-01-25 09:18:56 +00:00
|
|
|
In general the interfaces are similar to those described by
|
1996-01-18 21:36:18 +00:00
|
|
|
.Xr wd 4 .
|
1995-01-25 09:18:56 +00:00
|
|
|
.Pp
|
|
|
|
Where the
|
|
|
|
.Xr wd 4
|
|
|
|
device has a fairly low level interface to the system,
|
1996-01-18 21:36:18 +00:00
|
|
|
.Tn SCSI
|
1995-01-25 09:18:56 +00:00
|
|
|
devices have a much higher level interface and talk to the system via
|
|
|
|
a
|
1996-01-18 21:36:18 +00:00
|
|
|
.Tn SCSI
|
|
|
|
host adapter
|
|
|
|
(e.g.,
|
|
|
|
.Xr ahc 4 ) .
|
|
|
|
A
|
|
|
|
.Tn SCSI
|
|
|
|
adapter must also be separately configured into the system
|
|
|
|
before a
|
|
|
|
.Tn SCSI
|
|
|
|
disk can be configured.
|
1995-01-25 09:18:56 +00:00
|
|
|
.Pp
|
1996-01-18 21:36:18 +00:00
|
|
|
When the
|
|
|
|
.Tn SCSI
|
|
|
|
adapter is probed during boot, the
|
|
|
|
.Tn SCSI
|
|
|
|
bus is scanned for devices. Any devices found which answer as
|
|
|
|
.Sq Em Direct
|
|
|
|
type devices will be attached to the
|
1995-01-25 09:18:56 +00:00
|
|
|
.Nm
|
1995-03-01 22:32:38 +00:00
|
|
|
driver.
|
1996-01-18 21:36:18 +00:00
|
|
|
In
|
|
|
|
.Tn FreeBSD
|
|
|
|
releases prior to 2.1, the first found was attached as
|
|
|
|
.Li sd0 ,
|
|
|
|
the second
|
|
|
|
.Li sd1 ,
|
|
|
|
and so on.
|
1996-08-22 23:51:58 +00:00
|
|
|
Beginning in
|
|
|
|
.Fx 2.1
|
|
|
|
it became possible to lock down the assignment of
|
1996-01-18 21:36:18 +00:00
|
|
|
devices on the
|
|
|
|
.Tn SCSI
|
|
|
|
bus to particular units of the
|
|
|
|
.Nm
|
1996-01-30 13:52:50 +00:00
|
|
|
device; refer to
|
1995-03-01 22:32:38 +00:00
|
|
|
.Xr scsi 4
|
|
|
|
for details on kernel configuration.
|
1995-01-25 09:18:56 +00:00
|
|
|
.Sh PARTITIONING
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver allows the disk to have two levels of partitioning.
|
1996-01-18 21:36:18 +00:00
|
|
|
One layer, called the
|
|
|
|
.Dq slice layer ,
|
|
|
|
is used to separate the
|
|
|
|
.Tn FreeBSD
|
|
|
|
areas of the disk from areas used by other operating systems.
|
|
|
|
The second layer is the native
|
|
|
|
.Bx 4.4
|
|
|
|
partitioning scheme,
|
|
|
|
.Xr disklabel 5 ,
|
|
|
|
which is used to subdivide the
|
|
|
|
.Tn FreeBSD
|
|
|
|
slices into areas for individual filesystems and swap spaces.
|
|
|
|
For more information, see
|
|
|
|
.Xr fdisk 8
|
|
|
|
and
|
|
|
|
.Xr disklabel 8 ,
|
|
|
|
respectively.)
|
1995-01-25 09:18:56 +00:00
|
|
|
.Pp
|
1996-01-18 21:36:18 +00:00
|
|
|
If an uninitialized disk is opened, the slice table will be
|
|
|
|
initialized with a fictitious
|
|
|
|
.Tn FreeBSD
|
|
|
|
slice spanning the entire disk. Similarly, if an uninitialized
|
|
|
|
(or
|
|
|
|
.No non- Ns Tn FreeBSD )
|
|
|
|
slice is opened, its disklabel will be initialized with parameters returned
|
|
|
|
by the drive and a single
|
|
|
|
.Sq Li c
|
|
|
|
partition encompassing the entire slice.
|
1995-01-25 09:18:56 +00:00
|
|
|
.Sh KERNEL CONFIGURATION
|
1996-01-18 21:36:18 +00:00
|
|
|
It is only necessary to explicitly configure one
|
|
|
|
.Nm
|
|
|
|
device; data structures are dynamically allocated as disks are found
|
|
|
|
on the
|
|
|
|
.Tn SCSI
|
|
|
|
bus.
|
1995-01-25 09:18:56 +00:00
|
|
|
.Sh IOCTLS
|
|
|
|
The following
|
|
|
|
.Xr ioctl 2
|
1996-01-18 21:36:18 +00:00
|
|
|
calls apply to
|
|
|
|
.Tn SCSI
|
|
|
|
disks as well as to other disks. They are defined in the header file
|
|
|
|
.Aq Pa disklabel.h .
|
|
|
|
.Pp
|
1995-01-25 09:18:56 +00:00
|
|
|
.Bl -tag -width DIOCSDINFO
|
|
|
|
.It Dv DIOCSBAD
|
1996-01-18 21:36:18 +00:00
|
|
|
Usually used to set up a bad-block mapping system on the disk.
|
|
|
|
.Tn SCSI
|
|
|
|
drive incorporate their own bad-block mapping so this command is not
|
1996-01-30 13:52:50 +00:00
|
|
|
implemented.
|
1995-01-25 09:18:56 +00:00
|
|
|
.It Dv DIOCGDINFO
|
|
|
|
Read, from the kernel, the in-core copy of the disklabel for the
|
1996-01-30 13:52:50 +00:00
|
|
|
drive. This may be a fictitious disklabel if the drive has never
|
|
|
|
been initialized, in which case it will contain information read
|
1996-01-18 21:36:18 +00:00
|
|
|
from the
|
|
|
|
.Tn SCSI
|
|
|
|
inquiry commands.
|
1995-01-25 09:18:56 +00:00
|
|
|
.It Dv DIOCSDINFO
|
1996-01-18 21:36:18 +00:00
|
|
|
Give the driver a new disklabel to use. The driver
|
|
|
|
.Em will not
|
|
|
|
write the new
|
1995-01-25 09:18:56 +00:00
|
|
|
disklabel to the disk.
|
|
|
|
.It Dv DIOCWLABEL
|
1996-01-18 21:36:18 +00:00
|
|
|
Enable or disable the driver's software
|
1995-01-25 09:18:56 +00:00
|
|
|
write protect of the disklabel on the disk.
|
|
|
|
.It Dv DIOCWDINFO
|
1996-01-18 21:36:18 +00:00
|
|
|
Give the driver a new disklabel to use. The driver
|
|
|
|
.Em will
|
|
|
|
write the new disklabel to the disk.
|
1995-01-25 09:18:56 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
In addition, the
|
|
|
|
.Xr scsi 4
|
1996-01-18 21:36:18 +00:00
|
|
|
general
|
|
|
|
.Fn ioctl
|
|
|
|
commands may be used with the
|
1995-01-25 09:18:56 +00:00
|
|
|
.Nm
|
1996-01-18 21:36:18 +00:00
|
|
|
driver, but only against the
|
|
|
|
.Sq Li c
|
|
|
|
(whole disk) partition.
|
1995-01-25 09:18:56 +00:00
|
|
|
.Sh NOTES
|
|
|
|
If a removable device is attached to the
|
|
|
|
.Nm
|
1996-01-18 21:36:18 +00:00
|
|
|
driver, then the act of changing the media will invalidate the
|
|
|
|
disklabel and information held within the kernel. To avoid
|
|
|
|
corruption, all accesses to the device will be discarded until there
|
|
|
|
are no more open file descriptors referencing the device. During this
|
|
|
|
period, all new open attempts will be rejected. When no more open
|
|
|
|
file descriptors reference the device, the first next open will load a
|
|
|
|
new set of parameters (including disklabel) for the drive.
|
1995-01-25 09:18:56 +00:00
|
|
|
.Sh FILES
|
1996-01-18 21:36:18 +00:00
|
|
|
.Bl -tag -width /dev/rsdXXXXX -compact
|
|
|
|
.It Pa /dev/rsd Ns Ar u
|
|
|
|
raw mode
|
|
|
|
.Tn SCSI
|
|
|
|
disk unit
|
|
|
|
.Ar u ,
|
|
|
|
accessed as an unpartitioned device
|
|
|
|
.Sm off
|
|
|
|
.It Pa /dev/sd Ar u Pa s Ar n
|
|
|
|
.Sm on
|
|
|
|
block mode
|
|
|
|
.Tn SCSI
|
|
|
|
disk unit
|
|
|
|
.Ar u ,
|
|
|
|
slice
|
|
|
|
.Ar n ,
|
|
|
|
accessed as an unpartitioned device
|
|
|
|
.Sm off
|
|
|
|
.It Pa /dev/rsd Ar u Pa s Ar n
|
|
|
|
.Sm on
|
|
|
|
raw mode
|
|
|
|
.Tn SCSI
|
|
|
|
disk unit
|
|
|
|
.Ar u ,
|
|
|
|
slice
|
|
|
|
.ar n ,
|
|
|
|
accessed as an unpartitioned device
|
|
|
|
.It Pa /dev/sd Ns Ar u Ns Ar p
|
|
|
|
block mode
|
|
|
|
.Tn SCSI
|
|
|
|
disk unit
|
|
|
|
.Ar u ,
|
|
|
|
first
|
|
|
|
.Tn FreeBSD
|
|
|
|
slice, partition
|
|
|
|
.Ar p
|
|
|
|
.It Pa /dev/rsd Ns Ar u Ns Ar p
|
|
|
|
raw mode
|
|
|
|
.Tn SCSI
|
|
|
|
disk unit
|
|
|
|
.Ar u ,
|
|
|
|
first
|
|
|
|
.Tn FreeBSD
|
|
|
|
slice, partition
|
|
|
|
.Ar p
|
|
|
|
.Sm off
|
|
|
|
.It Xo
|
|
|
|
.Pa /dev/sd
|
|
|
|
.Ar u
|
|
|
|
.Pa s
|
|
|
|
.Ar n
|
|
|
|
.Ar p
|
|
|
|
.Xc
|
|
|
|
.Sm on
|
|
|
|
block mode
|
|
|
|
.Tn SCSI
|
|
|
|
disk unit
|
|
|
|
.Ar u ,
|
|
|
|
.No Ar n Ns th
|
|
|
|
slice, partition
|
|
|
|
.Ar p
|
|
|
|
.Sm off
|
|
|
|
.It Xo
|
|
|
|
.Pa /dev/rsd
|
|
|
|
.Ar u
|
|
|
|
.Pa s
|
|
|
|
.Ar n
|
|
|
|
.Ar p
|
|
|
|
.Xc
|
|
|
|
raw mode
|
|
|
|
.Tn SCSI
|
|
|
|
disk unit
|
|
|
|
.Ar u ,
|
|
|
|
.No Ar n Ns th
|
|
|
|
slice, partition
|
|
|
|
.Ar p
|
1995-01-25 09:18:56 +00:00
|
|
|
.El
|
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
None.
|
|
|
|
.Sh SEE ALSO
|
1996-01-18 21:36:18 +00:00
|
|
|
.Xr wd 4 ,
|
1996-12-26 16:16:37 +00:00
|
|
|
.Xr disklabel 5 ,
|
|
|
|
.Xr disklabel 8 ,
|
1997-02-20 15:14:59 +00:00
|
|
|
.Xr fdisk 8 ,
|
|
|
|
.Xr sd 9
|
1995-01-25 09:18:56 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
1996-01-18 21:36:18 +00:00
|
|
|
driver was originally written for
|
|
|
|
.Tn Mach
|
|
|
|
2.5, and was ported to
|
|
|
|
.Tn FreeBSD
|
|
|
|
by Julian Elischer. Support for slices was written by Bruce Evans.
|