[[email protected] /]# fdisk -l
[[email protected] /]# fdisk /dev/sdb
[[email protected] /]# mkfs -t ext3 -c /dev/sdb1
[[email protected] /]# mkdir /sdb
[[email protected] /]# mount /dev/sdb1 /sdb
[[email protected] /]# df -h
[[email protected] /]# vi /etc/fstab
末尾添加:
/dev/sdb1 /sdb ext3 defaults 1 2
时间: 2024-10-07 06:33:38