[Reading notes] Linux file system

Source: Internet
Author: User

1. Types of File systems

Ext ext2 ext3 ext4 JFS XFS

Where Ext3 started to support Journal log mode

Similar to RAID card with Data mode sorting mode and write-back mode

The most secure write-back mode for Data mode has the highest performance.

2. File system commands:

1) Fdisk

Fdisk-l first look at the disk condition.

Fdisk/dev/sda the way to handle specific disks

Input m for processing

Give help and then enter N to create a new partition

Enter p to define a partition that can be 1-4 selectable

Then select Size to create

2) mkfs Create file system

Mkfs.ext4/dev/sdc1

3) Create directory to mount

Mkdir/sdc

4) Mount

Mount-t EXT4/DEV/SDC1/SDC

5) Modify/etc/fstab

Add a new line

/DEV/SDC1/SDC EXT4 Defaults 0 0

Shown

It can be mounted automatically.

[Reading notes] Linux 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.