Add a UDF file system on a DVD-RAM
• Create a UDF file system # udfcreate -d /dev/cd0 • Change the label on a UDF file system # udflabel -d /dev/cd0 -l testdvd • Create a mount point # mkdir /dvddisk • Mount a UDF file system # mount -V udfs -o rw /dev/cd0 /dvddisk • Check a UDF file system # udfcheck […]
Tagged AIX, Filesystem, UDF