Merge remote-tracking branch 'origin/master'
[unleashed/lotheac.git] / share / man / man7fs / udfs.7fs
blobb7c22e11136712f4e3473e55e4e120a231534e7a
1 '\" te
2 .\"  Copyright (c) 1999 Sun Microsystems, Inc.
3 .\"  All Rights Reserved.
4 .\" 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.
5 .\" 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.
6 .\" 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]
7 .TH UDFS 7FS "Mar 29, 1999"
8 .SH NAME
9 udfs \- universal disk format file system
10 .SH DESCRIPTION
11 .sp
12 .LP
13 The \fBudfs\fR file system is a file system type that allows user access to
14 files on Universal Disk Format (UDF) disks from within the Solaris operating
15 environment. Once mounted,  a \fBudfs\fR file system provides standard Solaris
16 file system operations and semantics. That is, users can read files, write
17 files,  and list files in a directory on a UDF device and applications can use
18 standard UNIX system calls on these files and directories.
19 .sp
20 .LP
21 Because \fBudfs\fR is a platform-independent file system, the same media can be
22 written to and read from by any operating system or vendor.
23 .SS "Mounting File Systems"
24 .sp
25 .LP
26 \fBudfs\fR file systems are mounted using:
27 .sp
28 .in +2
29 .nf
30 mount\fB-F\fR udfs -o rw/ro device-special
31 .fi
32 .in -2
33 .sp
35 .sp
36 .LP
37 Use:
38 .sp
39 .in +2
40 .nf
41 mount /udfs
42 .fi
43 .in -2
44 .sp
46 .sp
47 .LP
48 if the \fB/udfs\fR and device special file \fB/dev/dsk/c0t6d0s0\fR are valid
49 and the following line (or similar line) appears in your \fB/etc/vfstab\fR
50 file:
51 .sp
52 .in +2
53 .nf
54 /dev/dsk/c0t6d0s0 - /udfs udfs - no ro
55 .fi
56 .in -2
57 .sp
59 .sp
60 .LP
61 The \fBudfs\fR file system provides read-only support for ROM,  RAM,  and
62 sequentially-recordable media and  read-write  support on RAM media.
63 .sp
64 .LP
65 The \fBudfs\fR file system also supports regular files, directories, and
66 symbolic links, as well as device nodes such as block, character, FIFO, and
67 Socket.
68 .SH SEE ALSO
69 .sp
70 .LP
71 \fBmount\fR(8), \fBmount_udfs\fR(8), \fBvfstab\fR(4)
72 .SH NOTES
73 .sp
74 .LP
75 Invalid characters such as "\fINULL\fR" and "\fB/\fR" and invalid file names
76 such as "\fB\&.\fR" and "\fB\&..\fR" will be translated according to the
77 following rule:
78 .sp
79 .LP
80 Replace the invalid character with an "\fB_\fR," then append the file name with
81 \fB#\fR followed by a 4 digit hex representation of the 16-bit CRC of the
82 original \fBFileIdentifier\fR. For example, the file name ".." will become
83 "__#4C05"