Post #3829639
2026-07-15 01:30 UTC
Replies (3)
-
@hzulla@infosec.exchange 2026-07-15 10:09
@sam@solent.social I do not understand the problem here. It is fairly easy to mount a CD/DVD on the first computer, share the folder via the network and then mount the shared folder over the network on the second computer. You can use sftp, smb or nfs, it shouldn't matter. All of this should be possible through GUI tools with no line of code, but you can also automate some of it using batch scripts.
-
@mavu@mastodon.social 2026-07-15 14:15
@sam@solent.social nice idea! I don't think there is a "works out of the box" option. But i found this: https://linux.die.net/man/1/autorun You should be able to install it, and put an executable file called autorun on the cd/dvd which gets executed. If you put the steam launch command for a specific game in that file, it should do what you want. (If i understood the manpage correctly) So, looks like it's possible without writing your own software.
-
@mdione@en.osm.town 2026-07-15 06:45
@sam@solent.social I probably lack some context because I don't game and I can't remember the last time I used a CD, but does this help you a bit (see ALT)? But yeah, maybe a bit of coding (a script to emulate the autorunning), maybe a bit of configuring.