yunusem / pardus-imagewriter

Fast, Qt based simple disk image writer (MacOS / Linux / Windows)
35 stars 10 forks source link

USB Stick Format Support #14

Open MehmetNuri opened 6 years ago

MehmetNuri commented 6 years ago

If you bring usb formatting option, it will be useful. @yunusem

ealtintas commented 5 years ago

Formatting means creating a file system (https://www.wikiwand.com/en/File_system) on a drive or partition. Practically there is no need to format a drive before writing (raw) an image onto it because the image already contains the necessary file system itself.

If you mean just formatting (not writing any images):

Apologies if I misunderstood your request.