$ ./mkusb8 Usage: ---- Make a USB install device from 'file.iso' --------------- sudo ./mkusb8 file.iso ---- Make a USB install device from 'file.img.gz' ------------ sudo ./mkusb8 file.img.gz ---- Make a USB install device from 'file.img.xz' ------------ sudo ./mkusb8 file.img.xz ---- Install from 'file.img.xz', show all mass storage devices sudo ./mkusb8 file.img.xz all ---- Install from 'file.img.xz', show all ..., no help text sudo ./mkusb8 file.img.xz anh ---- Wipe the USB device (may take long time) ---------------- sudo ./mkusb8 wipe-whole-device ---- Wipe the first megabyte (MibiByte), show only USB devices sudo ./mkusb8 wipe-1 ---- Wipe the first megabyte, show all mass storage devices -- sudo ./mkusb8 wipe-1 all ---- Version ------------------------------------------------- ./mkusb8 -v $ ./mkusb8 -v mkusb version 8.0 $