this post was submitted on 28 Aug 2024
8 points (90.0% liked)
Linux Gaming
15789 readers
4 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
the bin and cue files are a cd/dvd image. IIRC you can't mount those directly, but you can convert them to iso with
bin2iso
(there are probably other tools too)iso file you can mount something like
mount -o loop /path/to/my-iso-image.iso /mnt/iso
and then pull the files out from there.As for directly pulling files out from bin/cue.. dunno.
I'd expect linux to have some way to extract a .bin image file or open it in a file explorer, even windows can do that. The .cue can be opened with a text editor, it's just a bit of text indicating where tracks begin and end on said .bin image