Linux 磁盘旧RAID 信息 导致不能格式化 和mount 的解决方法
服务器上加了一块旧硬盘,打算格式化以后放点历史数据,结果用fdisk 报错:/dev/sda1 isapparently in use by the system; will not make a filesystem here!一般来说,这种情况是该盘已经被系统使用或者挂载到其他地方,使用mount 和df –lh确认,这个盘没有使用。在我之前整理过一篇类似的文章:/dev/sdxx isapparently in use by the sy...