Is there a way to share 1 hard drive between multiple motherboards (they will be old ones). I don't need to be able to write, just boot all of them from it.
feedback
|
|
This will not work. What you are trying to do has a few problems with it.
Find another way to do this (use multiple media), or live with using one machine at a time. | |||
|
feedback
|
|
If they're networked together, sure. But there will be one machine that has the hard drive physically connected to it that will have to boot first. The others can boot using PXE and iSCSI or NFS. Basically, one machine will act as a NAS server and the rest will network boot. | ||||
|
feedback
|
|
This may work:
In conclusion: can be done in theory, but in practice it's much easier to and cheaper to just get a second disk. | |||
feedback
|
|
This is worth looking at - its a very similar setup to what you want, but if you wanted a set of systems running off a single hard drive with persistant installs. There's far too much detail for me to repost it, but to sum it up If you're running linux, he's used nbd to export the root disk images, and uses optional COW layers for the persistant parts of the set up.You will also need a dhcp server and the ability to use TFTP He's also used iscsi for windows boot, though that needed fpxe images for his network card. Another approach you could take is to use ltsp, and boot the client systems as dumb terminals | |||
|
feedback
|