Timeline for command line for putting bootable iso on usb
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 2, 2020 at 23:45 | comment | added | ron | a given usb stick will no longer be usable and re-formattable under microsoft windows. To make it back to windows usable, in linux do parted /dev/sd? mklabel gpt; parted /dev/sd? mkpart primary 0% 100%; mkfs.fat /dev/sd? replacing ? with the correct letter of the block device your usb stick is. Then reformat in Windows with disk manager to make ntfs if desired. | |
| May 2, 2020 at 23:41 | vote | accept | ron | ||
| Apr 28, 2020 at 18:15 | history | answered | Arkadiusz Drabczyk | CC BY-SA 4.0 |