Linux system with user files on the server. Secure SSH access available.
Linux system with user files on the server. Secure SSH access available.
Sure! You can set up Linux to store all user and app files on a dedicated disk connected via SSH to a Raspberry Pi. This way, the VM runs independently with its own system and applications. It’s definitely achievable. Let me know if you need more details!
This idea is supported by my reference document.
Including it in my signature confirms this point.
I recommend against this method. The files aren't large, and performance drops when accessed over a network—particularly on a Raspberry Pi. Instead, back them up using Rsync. If you must, configure the Raspberry Pi as an iSCSI target and have your Linux PC initiate the connection by mounting its /home directory. This ensures the system waits for a stable network link before booting, or it boots in an unstable state if the connection fails. Perhaps a different solution would be more practical.