bug#42036: Failed to mount fuse sshfs

2022-05-16 Thread Michael Rohleder
Oleg Pykhalov writes: > I tried to install in Guix system profile via ‘packages’ field. No > success to run mount. For me, the trick was to install fuse in the system profile (to find mount.fuse3). -- Some people claim that the UNIX learning curve is steep, but at least you only have to climb

bug#42036: Failed to mount fuse sshfs

2020-06-28 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Oleg Pykhalov 写道: Tobias Geerinckx-Rice writes: However, Oleg: are you sure it looks *only* in /bin? […] Here is a ‘mount -t‘ strace: --8<---cut here---start->8--- oleg@guixsd ~$ mount -t fuse -o rw,allow_other sshfs#oleg@workstation:/home/oleg /tmp/f

bug#42036: Failed to mount fuse sshfs

2020-06-26 Thread Oleg Pykhalov
Hi, Tobias Geerinckx-Rice writes: > Efraim Flashner 写道: >> I'm not clear on the usage of sshfs, but I just tried 'sshfs >> efraim@other-machine: mnt/' and it worked without any issues. > > Right. The bug is mount(8) not finding it because it(?) only looks in /bin, > apparently. This poses a

bug#42036: Failed to mount fuse sshfs

2020-06-25 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Efraim Flashner 写道: I'm not clear on the usage of sshfs, but I just tried 'sshfs efraim@other-machine: mnt/' and it worked without any issues. Right. The bug is mount(8) not finding it because it(?) only looks in /bin, apparently. This poses a problem with e.g. autofs. However, Oleg: are

bug#42036: Failed to mount fuse sshfs

2020-06-25 Thread Efraim Flashner
On Wed, Jun 24, 2020 at 11:36:57PM +0300, Oleg Pykhalov wrote: > ‘mount -t fuse -o rw,allow_other,debug sshfs#user@host: /mnt’ which > could be used byself or by ‘autofs’ cannot find ‘ssh’ and ‘sshfs’ > binaries. A workaround are symlinks: > /bin/ssh -> /gnu/store/...-openssh-8.3p1/bin/ssh >