Linux skills: udf cd mounting skills

Source: Internet
Author: User

Simply put, it is impossible to burn a file larger than 2 GB in the case of burning. It can only be burned in UDF format, ubuntu cannot be mounted automatically by default. It turns out that you manually mount it with the following commands.

Sudo mount-t udf/dev/cdrom/media/cdrom

However, to save trouble, you can modify the fstab file for the same purpose.

Sudo gedit/etc/fstab

Find this sentence

/Dev/cdrom/media/cdrom0 udf, iso9660 user, noauto, iocharset = utf8 0 0

If your fstab cannot find the above sentence, you can add a ro in options.

/Dev/cdrom/media/cdrom0 udf, iso9660 user, noauto, ro, iocharset = utf8 0 0

In the future, the disk in the UDF format will not be mounted incorrectly.

Related Articles]

  • Common Methods for automatic mounting of Windows File System partitions
  • Automatic mounting and Character Set setting for Windows partitions in Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.