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