这个文档已经说的很清楚了,但是实际操作时,还是会碰到问题的。
the factory default fs is vfat and for obvious reasons I wanted to
format it to ext3 (leaving a 15GB fat partition for emergency).
I proceeded the following way:
- 'sudo fdisk /dev/sdc'
- 'd' to delete the only partition
- 'n' to create the two partitions mentioned above
- 'w' to write the changes to disk
and here I got the problem, this is the message:
--------------------------------------------------------------------------------------
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device
or resource busy.
The kernel still uses the old table.
The new table will be used

本文档描述了在Linux下使用fdisk格式化磁盘时遇到的问题及解决方法,包括删除分区、创建新分区以及在不重启的情况下mkfs.ext3失败的情况。在完成fdisk操作后,系统提示需要重启以应用新的分区表,否则mkfs.ext3会因为设备繁忙而失败。重新启动后,成功创建ext3文件系统并挂载。
最低0.47元/天 解锁文章
1298

被折叠的 条评论
为什么被折叠?



