CentOS 7 Mount win shared folder boot auto mount

Source: Internet
Author: User

Auto mount on Boot

If we want to implement the boot automatically mount a device, just modify the/etc/fstab file.

file Mount profile :/etc/fstab

View this file

Each row defines a file system to be mounted;

The format of each line is as follows

device or pseudo file system to be mounted  mount point  File System Type Mount Options Dump Frequency self-Test order

Uuid=6efb8a23-bae1-427c-ab10-3caca95250b1/boot    XFS    Defaults 0 0

device or pseudo file system to mount : Device file, LABEL (label= ""), UUID (uuid= ""), pseudo file system name (proc, SYSFS)

mount point : The specified folder

mount option : Defaults

Dump frequency :

0: Do not make a backup

1: Daily dumps

2: Dump every other day

self-Test order :

0: no self-test

1: First self-test, usually only rootfs 1;

CentOS 7 Mount win shared folder boot auto mount

Related Article

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.