1mount_udfs(1M)          System Administration Commands          mount_udfs(1M)
2
3
4

NAME

6       mount_udfs - mount a udfs file system
7

SYNOPSIS

9       mount -F udfs [generic_options] [-o specific_options]
10            [-O] special mount_point
11
12
13       mount -F udfs [generic_options] [-o specific_options]
14            [-O] special | mount_point
15
16

DESCRIPTION

18       The  mount utility attaches a udfs file system to the file system hier‐
19       archy at the mount_point, which is the  pathname  of  a  directory.  If
20       mount_point  has  any  contents prior to the mount operation, these are
21       hidden until the file system is unmounted.
22
23
24       If mount is invoked with either special  or  mount_point  as  the  only
25       arguments, mount searches /etc/vfstab to fill in the missing arguments,
26       including the specific_options. See mount(1M).
27
28
29       The udfs file system supports direct mounting of files  containing  the
30       file system as well as block devices. See mount(1M) and lofiadm(1M).
31
32
33       If  special and mount_point are specified without any specific_options,
34       the default is rw.
35
36
37       If the directory on which a file system is to be mounted is a  symbolic
38       link, the file system is mounted on the directory to which the symbolic
39       link refers, rather than on top of the symbolic link itself.
40

OPTIONS

42       See mount(1M) for the list of supported generic_options.
43
44
45       The following options are supported:
46
47       -o specific_options
48
49           Specify udfs file system specific options in a comma-separated list
50           with  no  intervening  spaces.  The  following specific_options are
51           available:
52
53           m
54
55               Mount the file system without making an entry in /etc/mnttab.
56
57
58           remount
59
60               Remount the file system as read-write. The option  is  used  in
61               conjunction with the rw option.
62
63               A file system mounted read-only can be remounted as read-write.
64               This option fails if the file system is not currently mounted.
65
66
67
68       -O
69
70           Overlay mount. Allow the file system to be mounted over an existing
71           mount  point,  making the underlying file system inaccessible. If a
72           mount is attempted on a pre-existing mount  point  without  setting
73           this flag, the mount fails, producing the error device busy.
74
75

FILES

77       /etc/mnttab
78
79           Table of mounted file systems
80
81
82       /etc/vfstab
83
84           List of default parameters for each file system
85
86

ATTRIBUTES

88       See attributes(5) for descriptions of the following attributes:
89
90
91
92
93       ┌─────────────────────────────┬─────────────────────────────┐
94       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
95       ├─────────────────────────────┼─────────────────────────────┤
96       │Availability                 │SUNWudf                      │
97       └─────────────────────────────┴─────────────────────────────┘
98

SEE ALSO

100       fsck(1M),    fsck_udfs(1M),   lofiadm(1M),   mount(1M),   mountall(1M),
101       mount(2), mnttab(4), vfstab(4), attributes(5)
102

DIAGNOSTICS

104       not super user
105
106           The command is run by a non-root user. Run as root.
107
108
109       no such device
110
111           The device name specified does not exist.
112
113
114       not a directory
115
116           The specified mount point is not a directory.
117
118
119       is not an udfs file system
120
121           The device specified does not contain a udf 1.50 file system or the
122           udfs file system module is not available.
123
124
125       is already mounted
126
127           The specified device is already in use.
128
129
130       not a block device
131
132           The  device  specified  is  not a block device. Use block device to
133           mount.
134
135
136       write-protected
137
138           The device is read-only.
139
140
141       is corrupted. needs checking
142
143           The file system is in an inconsistent state. Run fsck.
144
145

NOTES

147       Copy-protected files can be stored on  DVD-ROM  media  using  Universal
148       Disk  Format  (UDF). Reading these copy-protected files is not possible
149       as this involves an authentication process.  Unless  an  authentication
150       process  between  the  host  and  the drive is completed, reading these
151       copy-protected files  after  mounting  and  before  the  authentication
152       process, returns an error.
153
154
155
156SunOS 5.11                        12 May 2008                   mount_udfs(1M)
Impressum