I am an absolute Linux baby running Mint23(?) on my PC. I wanted to play an ancient game from my childhood that I cherished but I don’t really know how to get it off the Internet Archive onto my computer.
Any suggestions?
# mount -o loop file.iso empty_dir“Linux is for everyone! No need to learn anything new” lmao.
You should need to learn code to open a file imo.
Most distros you can just open it, like on Mac.
You call that “learning code”? What are you, an AI tech bro?
Is terminal code not…code?
The biggest put off to Linux is the absolute shit community it has
Is terminal code not…code?
N-no?
Its a program/command called
mountthat takes in command line arguments. The program is documented (in overwhelming detail) in the manual which is accessible online or using the programman(man mount)The reason someone would recommened that command over the GUI is its universally installed on all Linux machines. OP said they were using Linux Mint. There are several Linux Mint distributions with different Desktop Managers (MATE/Cinnamon/Xfce) that all have different workflows of mounting an ISO file.
mountis universal.Ah right, in the times of MS-DOS, every computer user was a programmer… /s
Ms-dos came with a manual.
And Linux has a manual built into the console.
Also: are you seriously insinuating most MS-DOS users had actually purchased a boxed license? This may come as a shock to you - and you only… :)
I wasn’t alive in the 70s bro so idgaf about MS-DOS lmao
This is just invoking a command, it’s basically the same as double-clicking a .exe in Windows, just without a mouse. There’s no need to “learn coding” to do this. Coding involves complex logic; this doesn’t.
The biggest put off to Linux is the absolute shit community it has
Have you ever given it a shot? Most Linux users I’ve encountered are very friendly. Yes, there are some boards (like Arch forums) where people get pissy at noobs; however Arch isn’t a noob-friendly distro, in contrast to Mint/openSUSE etc.
Attitude matters as well; if you start off by shitting on stuff you have limited knowledge of, you won’t get a friendly response.
Inise Linux mint
Commands are normally not considered “code” on their own. Someone who just runs commands on their computer to get a few operations done will normally not learn any programming constructs or concepts. If you’re doing shell scripting that usually crosses the line into code as you’d be using if statements, for loops, etc, which you normally don’t use if you’re just moving files around or whatever in the shell.
All new things will require some learning and getting used to. If you think that is crazy you should see how to get windows to only search for local files
Or you could search in file explorer.
Or use Everything, which is a lot faster.
Dude inise Linux, have a long time…windows is just easier. Then Mac after that and then Linux. The whole community wants everyone to switch to Linux but then screams at you because you don’t want to type 3 paragraphs in a terminal to get one program to open.
If you want to search only local files for windows. You just go that file and search.
deleted by creator
If you’re on Mint 23, just open up the file browser and double click the file, entering your password when prompted.
If you’ve got isos set to open as archives instead of auto mount, right click and select mount image from the menu.
Unimportant nitpick: Linux Mint 22.3 was released this week. There is no Mint 23 yet.
(it was OP’s mistake but they at least added “(?)” to indicate they weren’t sure)
As others have noted, you can use the
mountcommand from the terminal. On Mint, you should also be able to use the Disks utility that ships with the OS if you’d prefer to use a GUI.this is the most appropriate response in the thread, gold star
As others said there’s a command, but pretty sure you can just right click and click “Mount” without bringing up terminal
I use the built in mount commend, personally.






