Linux disk and file System Management 4 Linux file system mount management

Source: Internet
Author: User
Tags file system

1 mount Operation

1 disk or partition need to create a good file system, you need to mount a directory to be able to use

2 windows or Mac automatically mounts the file system and automatically mounts it once the file system is created.

3 for Linux we have to manually mount or configure the system for automatic mounting, such as

2 Mount command to mount file system

1 mount the device mount point to Mount

Mount/dev/sdb1/mnt

2 commonly used parameters

1 mount command with no parameters is to display all mounted file systems

2-T Specifies the type of file system, such as:-T ext3,-t VFAT
3-o Specify mount options:

RO,RW read-only mount or read-write mount

Sync does not use file caching, all operations are written directly to disk

Async uses caching to improve file system read and write efficiency

Noatime does not update file access time

Atime Update file access time

Remount Mount again

3 Umount To uninstall the file system already mounted, the equivalent of Windows pop-up

1umount Mount Source or mount point

UMOUNT/DEV/SDB1 | /mnt

2 we can use fuser-m/mnt to see which processes are using a file system

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.