GUI環境を使用している場合は、ext4、NTFS、FATなどしかありませんが、名前を入力する必要があります。そこに入力しようとしましたが止まったext2
ようです。長い間待ってもフォーマットしませんでした。私のオペレーティングシステムはGnome 3を使ったDebianです。
答え1
2つのステップがあります。まず、パーティションを作成してからその上にファイルシステムを構築する必要があります。 CLIからrootとして次のコマンドを実行すると、USBスティックにext2ファイルシステムがフォーマットされ、ビルドされます。
ディスクを挿入します。実行しdmesg
、追加された新しいドライブを確認します。
rootユーザーとして:
fdisk /dev/sdX # the drive letter only without a number
d (delete existing partitions.)
n (create new partition)
use the default start and end blocks.
l (list the available partition types)
t (I think? I'm working from memory here)
type the number "83" to set the partition to linux.
w (writes the partition)
mkfs -t ext2 /dev/sdX1 # the drive letter and partition number of the flash disk
ディスクを取り出して再接続し、通常どおりに取り付けます。
答え2
答え3
ファイルシステムの種類を手動で入力する必要があります。
選択:カスタマイズ(ファイルシステムタイプの入力)、次ファイルシステムタイプext2