Merge commit '9276b3991ba20d5a5660887ba81b0bc7bed25a0c'
[unleashed.git] / share / man / man7fs / dev.7fs
blobe3ff5f5a063bd362c54e0f70851210db56aaffb1
1 '\" te
2 .\" Copyright (c) 2006, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DEV 7FS "Jun 9, 2006"
7 .SH NAME
8 dev \- Device name file system
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBdev\fR filesystem manages the name spaces of devices under the Solaris
13 operating environment. The global zone's instance of the \fBdev\fR filesystem
14 is mounted during boot on \fB/dev\fR.
15 .sp
16 .LP
17 A subdirectory under \fB/dev\fR may have unique operational semantics. Most of
18 the common device names under \fB/dev\fR are created automatically by
19 \fBdevfsadm\fR(8).  Others, such as \fB/dev/pts\fR, are dynamic and reflect
20 the operational state of the system. You can manually generate device names for
21 newly attached hardware by invoking \fBdevfsadm\fR(8) or implicitly, by
22 indirectly causing a lookup or readdir operation in the filesystem to occur.
23 For example, you can discover a disk that was attached when the system was
24 powered down (and generate a name for that device) by invoking
25 \fBformat\fR(8)).
26 .SH FILES
27 .sp
28 .ne 2
29 .na
30 \fB/dev\fR
31 .ad
32 .RS 8n
33 Mount point for the \fB/dev\fR filesystem in the global zone.
34 .RE
36 .SH SEE ALSO
37 .sp
38 .LP
39 \fBdevfsadm\fR(8), \fBformat\fR(8), \fBdevfs\fR(7FS)
40 .SH NOTES
41 .sp
42 .LP
43 The global \fB/dev\fR instance cannot be unmounted.