xref: /freebsd/share/man/man4/umass.4 (revision 5773cccf19ef7b97e56c1101aa481c43149224da)
1.\" Copyright (c) 1999
2.\"	Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\"    notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\"    notice, this list of conditions and the following disclaimer in the
11.\"    documentation and/or other materials provided with the distribution.
12.\" 3. Neither the name of the author nor the names of any co-contributors
13.\"    may be used to endorse or promote products derived from this software
14.\"   without specific prior written permission.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY NICK HIBMA AND CONTRIBUTORS ``AS IS'' AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED.  IN NO EVENT SHALL NICK HIBMA OR THE VOICES IN HIS HEAD
20.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
26.\" THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\"	$FreeBSD$
29.\"
30.Dd May 3, 1999
31.Dt UMASS 4
32.Os
33.Sh NAME
34.Nm umass
35.Nd USB Mass Storage Devices driver
36.Sh SYNOPSIS
37.Cd "device umass"
38.Sh DESCRIPTION
39The
40.Nm
41driver provides support for Mass Storage devices that attach to the USB
42port.
43Supported are
44.Pp
45.Bl -tag -compact -width xxxxxx
46.It Iomega USB Zip 100 drive
47.It Iomega USB Zip 250 drive
48.It Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable.
49.It Panasonic ("Matshita FDD CF-VFDU03")
50.It VAIO floppy drive (includes Y-E Data Flashbuster-U)
51.El
52.Pp
53The driver also supports some USB adapters for removable media.
54Among the supported models are:
55.Pp
56.Bl -tag -compact -width xxxxxx
57.It SanDisk SDDR-31 (Compact Flash)
58.It SanDisk SDDR-75 (only Compact Flash port works)
59.El
60.Pp
61.Nm usb
62and one of
63.Nm uhci
64or
65.Nm ohci
66must be configured in the kernel as well.
67Last but not least, support for
68SCSI drives,
69.Nm da
70.Sh EXAMPLES
71.Dl device umass
72.Dl device scbus
73.Dl device da
74.Dl device pass
75.Pp
76Add the
77.Nm
78driver to the kernel.
79.Pp
80.Dl camcontrol rescan 0
81.Pp
82Rescan a Zip drive that was added after boot.
83The command above
84assumes that the Zip drive is the first SCSI bus in the system.
85.Pp
86.Dl disklabel -w -r da0 zip100
87.Dl newfs da0c
88.Dl mount -t ufs /dev/da0c /mnt
89.Pp
90Write a disklabel to the Zip drive (see
91.Nm vpo
92for the
93.Nm disktab
94entry), creates the filesystem and mounts the new filesystem on /mnt.
95.Pp
96.Dl newfs_msdos /dev/da0
97.Pp
98Create a new FAT type filesystem.
99.Sh SEE ALSO
100.Xr ohci 4 ,
101.Xr uhci 4 ,
102.Xr usb 4 ,
103.Xr vpo 4 ,
104.Xr disktab 5 ,
105.Xr camcontrol 8 ,
106.Xr disklabel 8
107.\".Sh HISTORY
108.Sh AUTHORS
109.An -nosplit
110The
111.Nm
112driver was written by
113.An MAEKAWA Masahide Aq bishop@rr.iij4u.or.jp
114and
115.An Nick Hibma Aq n_hibma@FreeBSD.org .
116.Pp
117This manual page was written by
118.An Nick Hibma Aq n_hibma@FreeBSD.org .
119