goofys icon indicating copy to clipboard operation
goofys copied to clipboard

Goofys S3 mount stuck in ListObjects calls and hangs

Open arshad158510 opened this issue 2 years ago • 3 comments

Hello, I installed goofys on MacOs, and tried to mount a bucket with this command

goofys -f --region us-west-2 --stat-cache-ttl 1m0s --debug_fuse --debug_s3 --type-cache-ttl 1m0s --acl "bucket-owner-full-control" BucketName "/Users/name/Downloads/mnt/s3/bucketname"

Once I run this command, there is an endless stream of S3 ListObjects Requests and responses, and the terminal sort of hangs.

Anyone know of a solution? Please help. Thank you.

arshad158510 avatar Feb 24 '23 06:02 arshad158510

sounds like something else on your OS is trying to list all the files in the bucket when it mounts? what happens if you try this with an empty bucket?

kahing avatar Apr 27 '23 20:04 kahing

@kahing If I try this on an empty bucket or even on an existing bucket at a prefix with very few files, it runs fine. Any Ideas?

arshad158510 avatar May 17 '23 22:05 arshad158510

you should try something like lsof and see what's trying to list your mountpoint

kahing avatar Sep 27 '23 00:09 kahing