Amazon S3 storage mounting.


 
Thread Tools Search this Thread
Operating Systems Solaris Amazon S3 storage mounting.
# 1  
Old 09-03-2009
Amazon S3 storage mounting.

We need to mount an amazon S3 share on windows as well as Solaris servers.
Any help is appreciated.

Thanks in advance.
# 2  
Old 09-03-2009
where is your problem?
# 3  
Old 09-08-2009
What is an "Amazon S3 share"? Does it natively share files using SMB or NFS, does it have a host operating system?
# 4  
Old 10-13-2009
Quote:
Originally Posted by uxadmin007
We need to mount an amazon S3 share on windows as well as Solaris servers.
Any help is appreciated.

Thanks in advance.
The Amazon AWS service for this is called EBS, Elastic Block Storage and you can only mount EBS volumes on an AWS EBS instance. You cannot "mount" S3, or at least you should not (but some have tried via some strange configuration, but S3 is not reliable.)

Quote:
Originally Posted by TonyFullerMalv
What is an "Amazon S3 share"? Does it natively share files using SMB or NFS, does it have a host operating system?
No, S3 is not a reliable, mountable filesystem.

EBS is the mountable AWS service, and that is only mountable by an EC2 instance:

Quote:
Amazon Elastic Block Store (EBS) provides block level storage volumes for use with Amazon EC2 instances. Amazon EBS volumes are off-instance storage that persists independently from the life of an instance. Amazon Elastic Block Store provides highly available, highly reliable storage volumes that can be attached to a running Amazon EC2 instance and exposed as a device within the instance. Amazon EBS is particularly suited for applications that require a database, file system, or access to raw block level storage.
As far as S3 is concerned:

Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.

Quote:
Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers.
# 5  
Old 10-13-2009
# 6  
Old 10-13-2009
Quote:
Originally Posted by jlliagre
Yes, it can be kludged (anything can be kludged), but it is not reliable and is not supported by Amazon AWS in this configuration.

---------- Post updated at 12:53 ---------- Previous update was at 12:44 ----------

BTW, if you do opt to use the s3fs, you cannot use ACLs or normal permissions in the filesystem:

Limitations
Quote:
no permissions checking
Edit:

Note that there are people who claim to use the s3fs in production, so there seems to be some progress since I last looked into this.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Mounting USB Mass Storage

Hi experts, recently i'm exploring USB with filesystem FAT32 mounting on my aix oslevel 6100-04-02-1007. I tried to google to get solutions but failed. Thus, i post it here hope to get solution. Appreciate :) This is my usb drives: (5 Replies)
Discussion started by: polar
5 Replies

2. UNIX for Advanced & Expert Users

Problems with udev & mounting fat32 usb storage

I have been trying to get USB storage devices to auto-mount themselves under "/media/usb/<dev>" but have been running into some problems with udev (on FC7, btw... running udevd v.106) Every time I put in a FAT (not 32) USB stick, udev identifies it as "USB storage", identifies the partition and... (3 Replies)
Discussion started by: jjinno
3 Replies

3. Virtualization and Cloud Computing

CEP as a Service (CEPaaS) with MapReduce on Amazon EC2 and Amazon S3

Tim Bass 11-25-2008 01:02 PM Just as I was starting to worry that complex event processing community has been captured by RDBMS pirates off the coast of Somalia, I rediscovered a new core blackboard architecture component, Hadoop. Hadoop is a framework for building applications on large... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question