This was very easy to understand from the beginning to the practice!
lsblk -f
Copysudo dd bs = 4M if = / ISO storage location of = / USB path status = progress && sync
1.Unmount
umount /dev/usb path
2.Quick format to NTFS
sudo mkfs -t ntfs -Q -L usbdisk /dev/sdc1
3.Try again.
https://qiita.com/osorezugoing/items/bc2e641d50a0a655663a
Recommended Posts