Jump to content

Linux. User files on the server. SSH connection.

Go to solution Solved by Bacon soup,

i used to use sshfs to connect my laptop's drive to my desktop. You can even make it connect automatically

https://wiki.archlinux.org/index.php/SSHFS

Hello!


Can I configure Linux so that all user and application files installed by them are on a separate disk connected to RaspberryPi using SSH? The system and applications of this VM would be exclusively on the computer.
Is that feasible?

 

Thank you in advance for your help.

Link to post
Share on other sites

14 minutes ago, Sans Granie said:

Hello!


Can I configure Linux so that all user and application files installed by them are on a separate disk connected to RaspberryPi using SSH? The system and applications of this VM would be exclusively on the computer.
Is that feasible?

 

Thank you in advance for your help.

Linux desktop or CLI install?

SFTP will be your easiest way to set this up on desktop. it uses the same port as SSH so if you can SSH to it, you can connect to it via a SFTP client like FileZilla. 

Fine you want the PSU tier list? Have the PSU tier list: https://linustechtips.com/main/topic/1116640-psu-tier-list-40-rev-103/

 

Stille (Desktop)

Ryzen 9 3900XT@4.5Ghz - Cryorig H7 Ultimate - 16GB Vengeance LPX 3000Mhz- MSI RTX 3080 Ti Ventus 3x OC - SanDisk Plus 480GB - Crucial MX500 500GB - Intel 660P 1TB SSD - (2x) WD Red 2TB - EVGA G3 650w - Corsair 760T

Evoo Gaming 15"
i7-9750H - 16GB DDR4 - GTX 1660Ti - 480GB SSD M.2 - 1TB 2.5" BX500 SSD 

VM + NAS Server (ProxMox 6.3)

1x Xeon E5-2690 v2  - 92GB ECC DDR3 - Quadro 4000 - Dell H310 HBA (Flashed with IT firmware) -500GB Crucial MX500 (Proxmox Host) Kingston 128GB SSD (FreeNAS dev/ID passthrough) - 8x4TB Toshiba N300 HDD

Toys: Ender 3 Pro, Oculus Rift CV1, Oculus Quest 2, about half a dozen raspberry Pis (2b to 4), Arduino Uno, Arduino Mega, Arduino nano (x3), Arduino nano pro, Atomic Pi. 

Link to post
Share on other sites

11 hours ago, Bacon soup said:

i used to use sshfs to connect my laptop's drive to my desktop. You can even make it connect automatically

https://wiki.archlinux.org/index.php/SSHFS

Adding to this point, I have a guide for that in my signature

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to post
Share on other sites

I'd advice against that, they're not large files and responsiveness suffers if they're solely accessed over network, especially to raspberry pi. Rsync them for backups. If you're hell-bent on doing that, set up raspi as an iSCSI target and have your linux PC be the initiator in the form of mounting its /home over iSCSI. That will also mean that the boot process will wait until network connection is established (best case) or just boot in a broken state if it can't connect to the raspi.

 

Why are you considering this setup? Maybe there's a more sensible approach.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×