F5F Stay Refreshed Software Operating Systems Linux system with user files on the server. Secure SSH access available.

Linux system with user files on the server. Secure SSH access available.

Linux system with user files on the server. Secure SSH access available.

_
_NeoBl0X_
Senior Member
635
04-16-2023, 01:21 PM
#1
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!
_
_NeoBl0X_
04-16-2023, 01:21 PM #1

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!

A
Aspriet
Member
247
04-25-2023, 08:32 PM
#2
Choose Linux or CLI installation for your desktop. SFTP offers the simplest setup and shares the same port as SSH, allowing you to use an SFTP client such as FileZilla if you're already connected via SSH.
A
Aspriet
04-25-2023, 08:32 PM #2

Choose Linux or CLI installation for your desktop. SFTP offers the simplest setup and shares the same port as SSH, allowing you to use an SFTP client such as FileZilla if you're already connected via SSH.

Z
Zoe783
Member
180
05-03-2023, 11:14 AM
#3
I previously relied on sshfs to link your laptop's storage to your desktop. It's possible to set up automatic connections as well.
Z
Zoe783
05-03-2023, 11:14 AM #3

I previously relied on sshfs to link your laptop's storage to your desktop. It's possible to set up automatic connections as well.

P
packerfarr
Member
119
05-23-2023, 07:51 PM
#4
This idea is supported by my reference document.
Including it in my signature confirms this point.
P
packerfarr
05-23-2023, 07:51 PM #4

This idea is supported by my reference document.
Including it in my signature confirms this point.

D
DJ_Creeper_LT
Junior Member
8
05-25-2023, 07:12 PM
#5
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.
D
DJ_Creeper_LT
05-25-2023, 07:12 PM #5

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.