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だということですか?