其他分享
首页 > 其他分享> > 磁盘挂载

磁盘挂载

作者:互联网

查看磁盘情况

fdisk -l

mount报错

`

mount /dev/vdb /opt/qfusion

mount: /dev/vdb is write-protected, mounting read-only
mount: unknown filesystem type '(null)'
`

创建文件系统

mkfs.ext4 /dev/vdb

重新挂载
mount /dev/vdb /data

标签:mount,dev,vdb,报错,磁盘,挂载
来源: https://www.cnblogs.com/pyweb/p/15576800.html