Solaris 7 System Administration Supplement

How to Mount a UDF File System

Mount a UDF file system.

  1. Become superuser.

  2. Mount a UDF file system.


    # mount -F UDFS /dev/dsk/device-name /mount-point
    
  3. Verify the UDF file system is mounted.


    # ls  /mount-point
    

See the man page, mount_udfs.1m, for more information.