Methods and permissions for automatically mounting Windows partitions under Fedora

Source: Internet
Author: User

You can modify/etc/fstab to automatically mount Windows partitions under Fedora. Add the following code: # fs_spec fs_file fs_type fs_options fs_dump fs_pass/dev/sda2/mnt/d ntfs umask = 0000, rw, exec, auto, user, sync 0 0 1, fs_spec: the device or remote file system where the file system to be loaded is located, such as/dev/sda22 and fs_file: Directory point to which the file system is loaded, such as/data3 and fs_type: defines the file system on the device, such as vfat4 and fs_options: specify that the file system to load the device is a specific parameter option (1) rw readable and writable, ro read-only www.2cto.com (2) sync completed, async asynchronous completion (3) exec executable, noexec unexecutable (4) user allows normal users to mount, nouser can be mounted only by the root user (5) auto mounting is allowed automatically. noauto does not allow automatic mounting (6) mask of umask permission (solving the write permission problem of common users) 5. fs_dump: whether to perform dump (Backup) 6. fs_pass: the sequence of the file system to be scanned at startup by statdm

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.