How can I list the s3fs mounts that exist on an ubuntu system? I'd like to know to which bucket each mount is mapped.
Specifically, I have a specific mount (e.g. ~/s3/mymount), and would like to know to which S3 bucket its mapped.
How can I list the s3fs mounts that exist on an ubuntu system? I'd like to know to which bucket each mount is mapped.
Specifically, I have a specific mount (e.g. ~/s3/mymount), and would like to know to which S3 bucket its mapped.
You can view s3 mounts with the
mount
command:If you don't see it here it is probably not mounted.
A related item you will see in the mount output is
fusectl
:This is a related service that is used to mount the s3 bucket but does not indicate if an s3 bucket is currently mounted. Only that you could mount it with fusectl
Doesn't it show up in the "mount" command?