Skip to content

codylane/bash-iso2usb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iso2usb

Attempted platform agnostic utility to convert iso -> usb

Supported OS:

  • MacOS
  • Linux

Examples

On a MacOS host

Determine USB disk

Run this command and find your USB disk

diskutil list

Next, once the drive is known

./iso2usb.sh ~/Downloads/linuxmint-21.3-xfce-64bit.iso disk2

On a Linux host

Run this command and find your USB disk

sudo fdisk -l

Next, once the drive is known

./iso2usb.sh ~/Downloads/linuxmint-21.3-xfce-64bit.iso sdb

Copyright 2024

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages