|
|
|
|
|
by dpark
3172 days ago
|
|
This seems like a very different end result than what was desired. All your in-flight app and system state is still unique to each machine you connect to. Maintaining disk consistency would also be a nightmare as each machine is unaware that it’s sharing the physical disk with other machines and they’re all clobbering each other with conflicting writes. You “boot” on machine A and suddenly all the files it was reading/writing have changed unexpectedly. |
|