/dev/sda2 is mounted; will not make a filesystem here!
Posted 柒月
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/dev/sda2 is mounted; will not make a filesystem here!相关的知识,希望对你有一定的参考价值。
一定要记住,不可以在分区挂载之后再进行格式化!!
在错误提示当中可以看出你的分区已经挂载了。先将这个分区卸载了再重新格式化:
umount /dev/sda2
mkfs.ext2 /dev/sda2
这样就没有问题了.然后你再重新挂载分区.
以上是关于/dev/sda2 is mounted; will not make a filesystem here!的主要内容,如果未能解决你的问题,请参考以下文章
/dev/sda2 is mounted; will not make a filesystem here!
dev/sda2 is mounted; will not make a filesystem here!