linux 硬盘操作

parted /dev/sdb
mkfs -t ext4 /dev/sdb1
mkdir /data
mount /dev/sdb1 /data

posted @ 2022-08-19 14:52  lifei888  阅读(12)  评论(0)    收藏  举报