MOUNT_UDFS(8) | Maintenance Commands and Procedures | MOUNT_UDFS(8) |
mount_udfs - mount a udfs file system
mount -F udfs [generic_options] [-o specific_options]
[-O] special mount_point
mount -F udfs [generic_options] [-o specific_options]
[-O] special | mount_point
The mount utility attaches a udfs file system to the file system hierarchy at the mount_point, which is the pathname of a directory. If mount_point has any contents prior to the mount operation, these are hidden until the file system is unmounted.
If mount is invoked with either special or mount_point as the only arguments, mount searches /etc/vfstab to fill in the missing arguments, including the specific_options. See mount(8).
The udfs file system supports direct mounting of files containing the file system as well as block devices. See mount(8) and lofiadm(8).
If special and mount_point are specified without any specific_options, the default is rw.
If the directory on which a file system is to be mounted is a symbolic link, the file system is mounted on the directory to which the symbolic link refers, rather than on top of the symbolic link itself.
See mount(8) for the list of supported generic_options.
The following options are supported:
-o specific_options
m
remount
A file system mounted read-only can be remounted as read-write. This option fails if the file system is not currently mounted.
-O
/etc/mnttab
/etc/vfstab
mount(2), mnttab(5), vfstab(5), attributes(7), fsck(8), fsck_udfs(8), lofiadm(8), mount(8), mountall(8)
not super user
no such device
not a directory
is not an udfs file system
is already mounted
not a block device
write-protected
is corrupted. needs checking
Copy-protected files can be stored on DVD-ROM media using Universal Disk Format (UDF). Reading these copy-protected files is not possible as this involves an authentication process. Unless an authentication process between the host and the drive is completed, reading these copy-protected files after mounting and before the authentication process, returns an error.
May 12, 2008 | OmniOS |