You are not logged in.

#1 2008-12-13 05:54:50

gorn
Member
Registered: 2008-02-01
Posts: 56

isomount/isoumount Easily mount ISO images from command line

I find my self always typing: sudo modprobe loop && sudo mount -o loop /path/to/image.iso /mnt/other and sometimes even creating other1 other2 other3 just so I can mount isos. I decided instead to model a mounter after pmount which will dynamically create directories in /media. This is a quick set of scripts but I find it useful. Let me know if you find any bugs, the string parsing might need improvements.

isomountshellscript

Last edited by gorn (2021-02-05 19:05:29)

Offline

#2 2008-12-13 14:23:22

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: isomount/isoumount Easily mount ISO images from command line

You can always use fuseiso which don't require sudo.
Please refer to archlinux wiki listed below:
http://wiki.archlinux.org/index.php/Mou … es_as_user

Offline

#3 2008-12-13 15:50:17

gorn
Member
Registered: 2008-02-01
Posts: 56

Re: isomount/isoumount Easily mount ISO images from command line

But still requires creating a mount point for each image.

Offline

#4 2008-12-16 05:44:20

oddsocks
Member
Registered: 2008-12-08
Posts: 47

Re: isomount/isoumount Easily mount ISO images from command line

Thanks for the script gorn! It works very well.

Offline

Board footer

Powered by FluxBB