Prepare the USB drive on an Ubuntu/Mac operating system - Prepare the USB drive on an Ubuntu/Mac operating system - Ardia Server System State Capture for Rollback Guide - Ardia Core Applications - Ardia Server System State Capture for Rollback Guide - Appendix - Prepare the USB drive on an Ubuntu/Mac operating system - Ardia Core Applications - topic
Ardia Server System State Capture for Rollback Guide
- Product Tree
- Ardia Platform > Ardia Core Applications
- Document Type
- User Guide
- Service Manual
- Software version
- 1.1
- Insert the USB drive into the computer.
- In the Terminal, use the
df command to find the mounted path on your computer. - Enter
sudo umount <mount path> to unmount the path. - To check the USB drive name, use the
lsblk or diskutil list (Mac) command (for example, /dev/sdb). - Copy the iso file onto the USB drive.
sudo dd bs=1M if=<path to the iso> of=<your USB drive> conv=fsync status=progress