我正在尝试自动格式化USB驱动器。我要做的是:
- 卸载USB驱动器
- 终端:sudo parted / dev / sdb1 mktable msdos
这是当我收到以下错误时:
Error: Partition(s) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57,
58, 59, 60, 61, 62, 63, 64 on /dev/sdb1 have been written, but we have been
unable to inform the kernel of the change, probably because it/they are in use.
As a result, the old partition(s) will remain in use. You should reboot now
before making further changes.
在GParted的同一USB记忆棒上创建分区表时,无需重启!
我必须进入终端什么,所以不必重启?我的意思是GParted就是要分开的GUI,对吗?