Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux hard disk Partition and Boot automatic mounting

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article takes CentOS 6.4as an example to view the current linux server partition: df-h

View the current linux server hard drive:

Fdisk-l

/ dev/sda the first hard disk

/ dev/sdb second hard disk

And so on

Take / dev/sdb as an example, you need to do the following before you can use it normally.

1. Zoning

Fdisk / dev/sdb

Input in turn

N, enter

P, enter

1, enter

Enter

W

2. Formatting

Mkfs-t ext4-c / dev/sdb1

3. Mount (the mount directory can be defined by yourself)

Mount / dev/sdb1 / opt

4. Set up automatic mount on boot.

Vi / etc/fstab

Add a line at the end

/ dev/sdb1 / opt ext4 defaults 0 0

After the configuration, use df-h to see if the mount is normal. Restart the server system and verify again using the df-h command.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report