LoginSignup
11
9

More than 5 years have passed since last update.

Ubuntu USBメモリのフォーマット

Last updated at Posted at 2016-11-11

UbuntuでターミナルからUSBなどをフォーマットする方法

デバイスのパスを確認

sudo df

結果の例
/dev/sda1 15073280 9322528 5750752 62% /media/ubuntu/4F8E-8F31

アンマウント

sudo umount /dev/sda1

フォーマット
(USBという名前で、FAT32にフォーマット)

sudo mkdosfs -F32 -nUSB /dev/sda1

以上

11
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
9