Attachment '00-usage-n-versions-6.txt'
Download
Toggle line numbers
1 $ mkusb -h
2 Usage: # New: parameter p for persistent #
3 ---- Make a USB install device from ISO or image file --------
4 sudo -H mkusb
5 sudo -H mkusb file.iso # install a live only system
6 sudo -H mkusb file.iso p # install a persistent live system
7 sudo -H mkusb "quote file name (1) with special characters.iso"
8 sudo -H mkusb file.img
9 sudo -H mkusb file.img.gz
10 sudo -H mkusb file.img.xz
11 ---- Install from 'file.img.xz', show all mass storage devices
12 sudo -H mkusb file.img.xz all
13 ---- Clone a device (typically a CD drive or USB drive) ------
14 sudo -H mkusb /dev/sr0 # example of CD drive
15 ---- Wipe the USB device (may take long time) ----------------
16 sudo -H mkusb wipe-whole-device
17 ---- Wipe the first megabyte (MibiByte)
18 sudo -H mkusb wipe-1 # show only USB devices
19 sudo -H mkusb wipe-1 all # show all mass storage devices
20 ---- Help and Version ----------------------------------------
21 mkusb -h
22 mkusb -v
23 $ mkusb -v
24 mkusb 10.0.1
25 $
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.