MOUNT_UDF(8) | System Manager's Manual | MOUNT_UDF(8) |
mount_udf
—
mount_udf |
[-c ] [-g
gid] [-o
options] [-t
gmtoff] [-s
session] [-u
uid] special
node |
mount_udf
command attaches the UDF file system
residing on the specified special device node on the
location indicated with node.
Anonymous files stored on the UDF disc will be represented and saved in the specified uid:gid pair. If unspecified, it will default to nobody:nobody. Both uid and gid can be either specified with their names as with their numerical equivalents.
-c
-g
gid-o
options-s
session-t
gmtoff-u
uidmount_udf
utility appeared in NetBSD
4.0.
Read and write access is supported for all media types that CD/DVD type drives can recognise including DVD-RAM. BluRay support is preliminary; read-only access should work fine but write support is experimental.
Implemented and tested media types are CD-ROM, CD-R, CD-RW, CD-MRW, DVD-ROM, DVD*R, DVD*RW, DVD+MRW, DVD-RAM but the same code can also read HD-DVD and BluRay discs. Discs created and written by UDFclient, Nero's InCD, and Roxio's DirectCD/Drag2Disc can be read without problems. Both open and closed media are supported so there is no need to close discs or sessions.
All current UDF versions up to version 2.60 are supported.
Hard disk partitions and vnd(4) devices may also be mounted. Note when mounting a vnd(4) device it might be necessary to specify the file image sector size in the geomspec when creating the vnd(4) device or the disc sector size will be used.
Due to lack of test media and recording devices, BluRay support and in particular BluRay-R is still preliminary as of writing.
September 12, 2016 | NetBSD 9.4 |