Friday, August 10, 2018

Re: sshfs permission problem

On Fri, Aug 03, 2018 at 01:44:39PM +0200, Rudolf Sykora wrote:
> Hello!
>
> I run
>
> doas sshfs sykora@pc109.fzu.cz: /home/ruda/mnt/fzu -o uid=1000 -o gid=1000
>
> But then the mount point is owned (after the mounting) by root:
>
> drwx------ 1 root wheel 512 Aug 3 13:22 fzu
>
> Hence I cannot enter the directory as the usual (and wanted) user 'ruda'.
>
> 1) doas chmod 777 fzu does not help (does nothing)
> 2) doas chown ruda:ruda fzu gives permission denied
>
> What can I do?
>
> Thanks
> Ruda
>

Hi,

I have the same issue here.

chmod 777 changes the permisions, but seems to reset them automatically after a
second or so.

The umask 0000 suggestion doesn't work either unfortunately.

On 6.3 this problem doesn't occur, but on -current it does. I'll try to bisect
it later.

--
Kind regards,
Hiltjo

No comments:

Post a Comment