Is it possible to access an s3backer file system from multiple computers sequentially? I understand that simultaneous mounts are not possible. I'd like to be able to access the same files from more than one computer, but only from one computer at a time.
BUGS Due to a design flaw in FUSE, an unmount of the s3backer filesystem will com- plete successfully before s3backer has finished writing back all dirty blocks. Therefore, when using the block cache, attempts to remount the same bucket and prefix may fail with an 'already mounted' error while the former s3backer process finishes flusing its cache. Before assuming a false positive and using --reset-mounted-flag, ensure that any previous s3backer process attached to the same bucket and prefix has exited. See issue #40 for details.
A related question: is the 'one big file' that s3backer creates stored locally only, or is it also put into s3?