Tried both "isomount" and "isoumount", which worked perfectly fine.Adrian wrote: Sun Oct 29, 2023 9:11 am Sorry, my fault, it's "isomount", it also has the counterpart isoumount. You need to use sudo, for isomount you give the ISO file name as argument, for the isoumount you just run it without arguments and it umounts any ISO you might have mounted.
Just 2 questions:
1. I'm assuming that there's nothing wrong with the following when I run "isoumount" (unmounting) without "sudo": looks like "df" is trying to run, but apparently can't (without "sudo")?
Code: Select all
$ isoumount
df: /run/user/1000/doc: Operation not permitted
isoumount: Unmounted /mnt/iso/iso2
Code: Select all
tmpfs on /mnt/iso type tmpfs (rw,relatime,size=1024k,inode64)
Here's a closer look at what remains in my "/mnt/iso" directory after using "isoumount".The /mnt/iso/ directory is mounted as tmpfs so all of its subdirectories should disappear automatically when the system shuts down.
Code: Select all
opera-dude@GA-H270-HD3:/mnt/iso
$ ls -al
total 4
drwxrwxrwt 2 root root 40 Oct 30 13:35 .
drwxr-xr-x 15 root root 4096 Oct 30 13:34 ..
Anybody...Just let me know if anything looks wrong!
