I thought I had this up and running (non 64 version) howver it turns
out to not play at all with directories in the bucket
s3fs.cpp:
604 if (S_ISREG(mode)) {
605 /*if (*/mkdirp(resolved_path + mydirname(path), 0777)/*
== -1)
606 return -errno*/;
607 fd = open(cache_path.c_str(), O_CREAT|O_RDWR|O_TRUNC,
mode);
608 } else {
609 // its a folder; do *not* create anything in local
cache... (###TODO do this in a better way)
610 fd = fileno(tmpfile());
611 }
all my dirs come through as zero files. and using the s3cmd with the
install as well as syncing status' etc appers to lack. This is a great
tool for flat singular bucket however for myself (having directory
structures under (which are truly only sub buckets) this will not work
for me(us). It is a great tool for flat structure buckets however!
kudos for that!
ken;
On Mar 28, 7:05 am, Jhb <[email protected]> wrote:
> Uname -r -> 2.6.16.33-xenU
>
> I used the fuse.so kernel module for my kernel, from here
> :http://www.persistentfs.com/extras/ec2-linux-2.6.16.33-xenU-x86_64/
>
> By default on my instance, i already have a fuse.ko module installed,
> am gonna try without updating it.
>
> Still digging :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"scalr-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/scalr-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---