USBパーティションの作成

USBパーティションの作成

パーティション化のためにSDカードを挿入してdmesgを実行すると、

[ 4611.940660] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 4611.944440]  sdb: unknown partition table
[ 4611.949411] sd 7:0:0:0: [sdb] No Caching mode page present
[ 4611.949419] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 4611.949424] sd 7:0:0:0: [sdb] Attached SCSI removable disk
[ 4966.868425] end_request: I/O error, dev fd0, sector 0

最初はLinuxカーネルが読めなかったので、そんなことが分かりましたが(カーネルに問題がありました)、パーティションの詳細を得るためにコマンドを実行してみました。

sudo /dev/sdb [sdb is my device name ]
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with disk identifier 0x9b17bdaf.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

誰でも私にこの問題の解決策を与えることができますか?

ベストアンサー1

おすすめ記事