GithubHelp home page GithubHelp logo

Comments (9)

kahing avatar kahing commented on September 4, 2024

Does aws s3 work? Is the clock set correctly?

from goofys.

greerso avatar greerso commented on September 4, 2024

apologies, stupid mistake. Had no credentials in /root/.aws/credentials and tried to mount as super user.

Will goofys work in fstab or should I will i need to add the mount to rc.local?

Thanks,

from goofys.

greerso avatar greerso commented on September 4, 2024

The file/directory modes are not being set asas spceifed in the command below. Instead I'm getting dr----x--x

sudo goofys --dir-mode "777" --file-mode "777" --uid "33" --gid "33" --storage-class "STANDARD_IA" bucketname /mnt/mountpoint

from goofys.

kahing avatar kahing commented on September 4, 2024

The modes are ints, try 0777 or convert from base 8. I've not tried to mount from fstab so I can't tell you if it works or not, and won't be able to look into it the next couple days. Do you want to give it a try and report back?

from goofys.

greerso avatar greerso commented on September 4, 2024

using 0777, sort of works, now super user see's the correct permissions set, but even though they're 777 other users see d????????? ? ? ? ? ?. --help suggests the three digit number which is why I had made that mistake and may be worth updating.

I have tried the following but get the message: mount: can't find /mnt/mountpoint/ in /etc/fstab

goofys#bucketname /mnt/mountpoint fuse rw --dir-mode="0777",--file-mode="0777",--uid="33",--gid="33",--storage-class="STANDARD_IA",allow_other 0 0

from goofys.

kahing avatar kahing commented on September 4, 2024

You need to set -o allow_other, that's a fuse thing.

from goofys.

greerso avatar greerso commented on September 4, 2024

Still getting mount: can't find /mnt/mountpoint/ in /etc/fstab or /etc/mtab

I'm guessing that its something with the format of my entry. I'm just copying from the way that I mount s3fs and riofs.

from goofys.

kahing avatar kahing commented on September 4, 2024

I probably need to explicitly support that. Could you file another issue?

from goofys.

kahing avatar kahing commented on September 4, 2024

The original problem is not an issue.

from goofys.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.