this post was submitted on 01 Mar 2024
25 points (87.9% liked)
Open Source
31175 readers
126 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Take a look at the IODD ST400.
It's a hardware solution to your problem: you put multiple isos on an ssd, plug your ssd into the ST400, then plug the ST400 into the computer you want to live boot from (through USB).
From the ST400 you can quickly swap the active ISO, and it acts like a virtual DVD drive to the target computer, and you're basically ejecting and inserting a new DVD every time you do so.
You can also mount it for RW operations (ie. for inserting new ISOs without having to remove the SSD), for which it acts like a regular usb disk - but I recommend using it usually in RO mode to avoid data corruption.
It's not that user friendly, but once you get used to it, it's a perfect multiboot tool to have in your belt.
I have an older clone by zalman, and it's meh. First of all, it only works with either fat32 or NTFS (although, I haven't checked exfat), and you need to flash different firmware to change the compatible fs. Also, if the drive has multiple partitions, the last one becomes unmountable using this thingy (mismatch in real size and that advertised by the superblock, as far as I remember).
Can the newer models ext4 at least?
I have been using exfat since it has support for big ISOs and is compatible with Linux.
The ST400 does NOT support ext4, but I didn't care much: I wanted a partition scheme that was accessible from both Windows and Linux.
I don't recall ever having to change the firmware for that, nor for NTFS which I have used the very first time when testing it out.
For my use case, I am using a cheap 120G ssd on which I only keep ISOs, so I never found myself needing multiple partitions...
Edit: The documentation does say that it supports multiple partitions, but again, I never tested that out, so YMMV...
Hope this helps.