Search Criteria
Package Details: gcsfuse 0.33.2-2
Git Clone URL: | https://aur.archlinux.org/gcsfuse.git (read-only, click to copy) |
---|---|
Package Base: | gcsfuse |
Description: | A user-space file system for interacting with Google Cloud Storage |
Upstream URL: | https://github.com/GoogleCloudPlatform/gcsfuse |
Licenses: | |
Submitter: | zfo |
Maintainer: | tammert |
Last Packager: | tammert |
Votes: | 7 |
Popularity: | 0.25 |
First Submitted: | 2016-02-10 13:50 |
Last Updated: | 2021-02-24 21:48 |
Dependencies (5)
- fuse (fuse2)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- google-cloud-sdk (optional) – authentication helper
Latest Comments
stocki commented on 2020-12-20 22:56
@tammert Go for it! :-)
tammert commented on 2020-12-20 21:52
@stocki: upstream is currently at 0.32.0. I can (co-)maintain, if you'd like?
stocki commented on 2020-02-29 13:34
Done. :-)
Kage-Yami commented on 2020-02-23 12:39
I wasn't sure at first if
fuse
was needed forgcsfuse
, but I've now encountered instances where something providingfuse
was not installed, renderinggcsfuse
inoperable.As such, could
fuse
be added as a dependency, please?Kage-Yami commented on 2020-01-29 08:13
Yup, looks to be working for me now. Thanks! :)
stocki commented on 2020-01-27 20:11
@Kage-Yami That's what I get for stupidly following some random guy's advices. ;-)
Have a look now.
Kage-Yami commented on 2020-01-27 11:43
@stocki Sorry about the confusion - my original comment (which referenced symlinking) turned out to be completely wrong and so I deleted it and replaced it with another comment.
mount.gcsfuse
shouldn't be a simple symlink togcsfuse
; there's asbin/mount.gcsfuse
(andsbin/mount.fuse.gcsfuse
which symlinks to the former) present in the upstream package that needs to beinstall
ed.(That's what I get for commenting before actually testing it... >.> )
stocki commented on 2020-01-27 11:38
@Kage-Yami Fixed. Thanks for the hint.
Kage-Yami commented on 2020-01-27 10:53
Hi, this package appears to have omitted installation of the
mount.gcsfuse
file, renderinggcsfuse
unable to be used when trying to usemount
orfstab
.stocki commented on 2019-12-31 14:41
Can you update to 0.28.1?