Make Bootable flash drive on linux
Look here:
https://www.youtube.com/watch?v=V6m5ZPGIbcI
firstly we must unmount flase drive for that:
sudo umount /dev/sdb* (*unmount all partitions of drive)
sudo cfdisk /dev/sdb
sudo mkfs.vfat -n 'yourlabel' /dev/sdb1
in details , please look the video
Comments
Post a Comment