UDF(iso13346) 光盘镜像挂载

先检查内核有无 UDF 支持

cat /boot/config-`uname -r` | grep -i udf

若 CONFIG_UDF_FS=m 或 CONFIG_UDF_FS=y 则有支持

安装相关库

sudo apt-get install libudf0 udftools libdvd-pkg

挂载 UDF 格式镜像

sudo mount -t udf -o loop filename.iso /mnt

不行的话

sudo mount -t udf,iso13346 -o loop filename.iso /mnt

挂载 UDF 光盘

sudo mount -t udf /dev/sr0 /mnt

Share Tweet Send
0 Comments
Loading...
You've successfully subscribed to 隔窗听雨
Great! Next, complete checkout for full access to 隔窗听雨
Welcome back! You've successfully signed in
Success! Your account is fully activated, you now have access to all content.
豫ICP备19045256号-1