| Linode Forum https://forum.linode.com/ |
|
| mounting partition from other hosting provider https://forum.linode.com/viewtopic.php?f=19&t=3441 |
Page 1 of 1 |
| Author: | nepveul [ Tue Aug 12, 2008 10:34 am ] |
| Post subject: | mounting partition from other hosting provider |
Hi All, I'm wondering if it would be possible to mount a partition on my linode from another hosting provider that gives me ssh access. I'm thinking some of those providers who offer 200-300GB for 10$/month. I would like to use this partition for images hosted on websites running on my linode and for backup of data on my linode. If anyone is doing it, I would be interested in details. Thanks! Laurent |
|
| Author: | Dave [ Tue Aug 12, 2008 10:38 am ] |
| Post subject: | |
There are various ways to do this. One way is SSHFS. You can find more information about this here: http://fuse.sourceforge.net/sshfs.html |
|
| Author: | mwalling [ Tue Aug 12, 2008 11:07 am ] |
| Post subject: | Re: mounting partition from other hosting provider |
nepveul wrote: I would like to use this partition for images hosted on websites running on my linode and for backup of data on my linode.
I don't know how advisable it would be to host images off an sshfs mount, I would think you would want that data to be available to your http server as fast as possible. |
|
| Author: | anderiv [ Tue Aug 12, 2008 12:46 pm ] |
| Post subject: | |
nepveul - Many of these "extreme value" hosting providers will, very quickly, pick up on the fact that you're use their space in a non-standard way and will shut you down. Just a word of warning. If you need to store large amounts of data, I'd recommend you look at Amazon's S3 service. For 300GB, it'll be about 3x more expensive than your current "other" hosting provider, but I guarantee you that it'll be a *lot* more reliable, and you don't have to worry about being shut down. |
|
| Author: | nepveul [ Tue Aug 12, 2008 1:29 pm ] |
| Post subject: | |
Thanks Anderiv....i'm gonna look at S3....could this be mounted and used in a seamless way on the linode? thanks! Laurent |
|
| Author: | anderiv [ Tue Aug 12, 2008 1:35 pm ] |
| Post subject: | |
nepveul wrote: Thanks Anderiv....i'm gonna look at S3....could this be mounted and used in a seamless way on the linode?
I believe there may be a way to mount S3 using fuse, but that's really not the way it was intended to be used. When you upload a file to S3, it returns a unique "key" for that object. Going forward, you can retrieve that object via http using that key. Upon upload, you'd store metadata from each image in a database of some sort (object key, image dimensions, file size, etc.) Then upon viewing, you'd use that information to retrieve the data from S3. If possible, I'd highly recommend you stay away from relying on remotely-mounted partitions for data storage. It's okay to do something like that on a periodic basis for scheduled backups or the like. Relying on that for normal operations is asking for trouble if you want my opinion. |
|
| Author: | marcus0263 [ Tue Aug 12, 2008 2:11 pm ] |
| Post subject: | |
Yeah I was digging into this myself and came to the same conclusion, it's not worth it. I've got another hosting provider that I'm gonna use to host up the media for my site. I'm just creating a subdomain there just for that purpose. |
|
| Author: | mwalling [ Tue Aug 12, 2008 2:26 pm ] |
| Post subject: | |
S3 can be used to serve static content (a trick I learned from The B-List). http://developer.amazonwebservices.com/ ... f=featured |
|
| Author: | marcus0263 [ Tue Aug 12, 2008 2:55 pm ] |
| Post subject: | |
mwalling wrote: S3 can be used to serve static content (a trick I learned from The B-List).
http://developer.amazonwebservices.com/ ... f=featured MMMM beautiful!!!! |
|
| Author: | chadhenson [ Thu Aug 21, 2008 9:18 pm ] |
| Post subject: | |
Google gave me this link http://www.saho.net/2008/08/connect-to- ... using-ssh/. I was looking for the same thing. I have disk space (a lot) on another provider. This worked for me -- and it's fast. Chad |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|