0

I don't know much about servers or virtualization. However, for the last years, I've been using a rented linux-vserver as my backup drive and for recording radio shows through cronjobs.

I ran out of disk space at this provider and always wanted a proxy in the US, so I'm thinking of this 100G openVZ offer.

I know I can't use lovely fuse inside the linux-vserver to mount the new box. This would be my preferred solution as it allows me to integrate everything seamlessly. Also openVZ by default doesn't allow this.

Is there a way to configure my servers such that their combined disk space shows up in a single location?

Sebastian
  • 189
  • 6
  • Side note: My linux-vserver doesn't provide `/dev/fuse`, so it doesn't have the kernel module `fuse` loaded. – Sebastian Mar 09 '13 at 08:49

2 Answers2

1

Generally your OpenVZ provider only needs to enable the FUSE device /dev/fuse for your container. This is handled more-or-less the same way enabling TUN/TAP support is. Just open a ticket to the provider to have them enable it.

Or if you want things to work out of the box, skip OpenVZ (how do I hate thee, let me count the ways) and use Xen or KVM.

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940
  • I just saw that my current linux-vserver provider also offers KVM w/fuse. Perhaps I should switch, but it's twice as expensive... – Sebastian Mar 09 '13 at 11:20
  • That's because with KVM they can't pack you in like sardines (oversubscribe) quite so easily. So you may pay more, but you do get a more reliable service. – Michael Hampton Mar 09 '13 at 11:27
-1

Overselling is overselling on any platform and it can be done on KVM as much as OpenVZ. It all depends on your hosting provider and how much "overselling" they do, as long as the provider does a reasonable job of regulating fair usage of their resources.

The 'over'selling is the subjective part and how much $/resource the provider is trying to stretch out to cover X amount of users per physical server.

You can go to sites like serverbear.com and see numerous hosts and providers and sort them by various performance. I also recommend sites like Web Hosting Talk and you can see what customers say about their hosting provider.

I am paying $10/month for an OpenVZ VPS with Fuse, with 30 Gig SSD drive, 1 Gig RAM, Quad Core CPU and 3TB of data transfer with excellent performance.

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940
user193267
  • 19
  • 1