Skip to content

Instantly share code, notes, and snippets.

@gotohr
Created July 1, 2023 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gotohr/141cbc0f325b7281fe33f86a59023b1a to your computer and use it in GitHub Desktop.
Save gotohr/141cbc0f325b7281fe33f86a59023b1a to your computer and use it in GitHub Desktop.
linux cli mount/unmount iso file
sudo mkdir /media/iso
sudo mount -o loop path/to/file.iso /media/iso
#sudo umount /media/iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment