-1

I have an Ubuntu server having limited storage, 30GB. I need extra 100GB, how can I have a remote storage or remote drive which does not occupy local space? Cloud services like dropbox take local space, too.

Sven
  • 98,649
  • 14
  • 180
  • 226
AVEbrahimi
  • 139
  • 7

1 Answers1

0

if you had a VPS you could use something like SSHFS to provide more disk space from the remote machine, however the performance will not be the best, so i wouldn't recommend it for anything high impact.

EDIT: you could of course use NFS. but you'd want that on your local network.