linux分区格式化挂载

1.查看现有分区情况,命令:df -h

系统文件           容量    已用  可用   已用百分比   挂载点


2.查看现有DISK,命令:fdisk -l


3.用fdisk分区工具对磁盘分区


   m  表示帮助

   n  追加一个新的分区

    w 把分区写入分区表,并保存退出

    q  不存储离开

    d  删除一个分区

   

Command (m for help): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)


Command (m for help): n  ※追加一个新的分区
Command action
e extended
p primary partition (1-4)
e
Partition number (1-4): 1
First cylinder (1-416101, default 1): 
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-416101, default 416101): 
Using default value 416101


Command (m for help): w  /*保存退出*/

The partition table has been altered!

Calling ioctl() to re-read partition table.

Syncing disks.


4.分区保存后,查看文件系统  file -s /dev/sda1(系统文件名)

5.如果查看文件系统的时候看不到UUID,可尝试将新创建的分区格式化:mkfs -t ext3  /dev/vdb1 (系统文件名)

6.挂载 #mount /dev/vdb1(分区系统名称)  /mnt/usbhd1 (挂载点)

7.设置开机自动挂载

vi /etc/fstab

编辑系统分区表(使系统启动后自动挂载),增加一条数据:

UUID=f524c7a6-4fbb-41a9-8640-54e4e0ae69c1 /data ext4 defaults 1 2
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值