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
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
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