[Cloud] Re: Mounting Toolforge on local Linux machine

2021-12-28 Thread Huji Lee
The missing parameter was -o allow_other I documented this at https://wikitech.wikimedia.org/wiki/Portal:Toolforge/Tool_Accounts#Mount_your_tools_home_directory_onto_your_local_machine On Sun, Dec 26, 2021 at 8:49 AM Huji Lee wrote: > Something like that, except I am pretty sure I had to use s

[Cloud] Re: Mounting Toolforge on local Linux machine

2021-12-26 Thread Huji Lee
Something like that, except I am pretty sure I had to use some additional parameters to handle issues with file permissions and overwrite issues. I think it was *-o workaround=rename *followed by something else. If you happen to know it, please advise. Otherwise, I will try a few different permuta

[Cloud] Re: Mounting Toolforge on local Linux machine

2021-12-25 Thread YiFei Zhu
This? $ sshfs login.toolforge.org:/data/project/toolname /path/to/mountpoint YiFei Zhu On Sat, Dec 25, 2021 at 6:39 PM Huji Lee wrote: > > Hi all, > > I had previously found a way to mount the home directory of my tool on > Toolforge onto my local Linux machine using a mount command. It was so