Is it possible to create bootable linux on USB drive using windows command line?
Solution 1:
With the command diskpart as in the link, I tried with fat32 and it works fine.
- list disk
- select disk 1
- clean
- create partition primary
- active
- format fs=fat32 quick
- assign
- exit
You can use the command
xcopy source:*.* /S/E/F destination:\