Created
July 1, 2023 15:06
-
-
Save gotohr/141cbc0f325b7281fe33f86a59023b1a to your computer and use it in GitHub Desktop.
linux cli mount/unmount iso file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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