You are not logged in.
full update yesterday (stable) and after reboot fuse.sshfs doesn't mount.... The only error is this:
mount[****]: fuse: unknown option(s): `-o defaults'
systemd[*]: mnt-truenas.mount: Mount process exited, code=exited, status=1/FAILURE
systemd[*]: mnt-truenas.mount: Failed with result 'exit-code'.fstab:
user@192.168.1.100:/mnt/folder /mnt/folder fuse.sshfs noauto,x-systemd.automount,defaults,allow_other,_netdev,identityfile=/home/user/.ssh/id_rsa,reconnect 0 0anybody else seeing this
Romans 6:23 - For the wages of sin [is] death; but the gift of God [is] eternal life through Jesus Christ our Lord.
Offline
Which version of util-linux do you have right now?
https://bbs.archlinux.org/viewtopic.php?id=286042
Online
well isn't this great:
Release 3.7.3 (2022-05-26)
Minor bugfixes.
This is the last release from the current maintainer. SSHFS is now no longer maintained or developed. Github issue tracking and pull requests have therefore been disabled. The mailing list (see below) is still available for use.
If you would like to take over this project, you are welcome to do so. Please fork it and develop the fork for a while. Once there has been 6 months of reasonable activity, please contact Nikolaus@rath.org and I'll be happy to give you ownership of this repository or replace with a pointer to the fork.https://github.com/libfuse/sshfs/blob/m … 2022-05-26
I wonder what the future holds for auto mounting moving forward? Maybe someone will take over.... Does anyone know of any alternatives to sshfs?
thanks,
Romans 6:23 - For the wages of sin [is] death; but the gift of God [is] eternal life through Jesus Christ our Lord.
Offline
Which version of util-linux do you have right now?
https://bbs.archlinux.org/viewtopic.php?id=286042
pacman -Q util-linux
util-linux 2.39-3
Looks like this was updated yesterday. I'll check it out.. Thanks for the tip!
Romans 6:23 - For the wages of sin [is] death; but the gift of God [is] eternal life through Jesus Christ our Lord.
Offline
If not, simply remove the "defaults" option, but the error sounds near enough.
Online
I tried removing the 'defaults' option and rebooted. The error went away, but was still unable to mount.
Romans 6:23 - For the wages of sin [is] death; but the gift of God [is] eternal life through Jesus Christ our Lord.
Offline
I tried removing the 'defaults' option and rebooted. The error went away, but was still unable to mount.
What about util-linux 2.39-4.1 from the thread seth linked?
Offline
just tried the updated version https://gitlab.archlinux.org/archlinux/ … n/PKGBUILD --- no joy. Same messages as before.
pacman -Q util-linux
util-linux 2.39-4Romans 6:23 - For the wages of sin [is] death; but the gift of God [is] eternal life through Jesus Christ our Lord.
Offline
I'm an idiot, used the wrong PKGBUILD... trying again....
**edit** I'm a double idiot... It was the right one... nevermind... so yeah, it's still not working.. ![]()
Last edited by SimpleTechGuy (2023-05-27 18:33:04)
Romans 6:23 - For the wages of sin [is] death; but the gift of God [is] eternal life through Jesus Christ our Lord.
Offline
couldn't figure out the patch stuff; downgraded util-linux and util-linux-libs and it's working for now. I'll just wait for the new version to get put out in the repo.
Thanks for your help guys.
Romans 6:23 - For the wages of sin [is] death; but the gift of God [is] eternal life through Jesus Christ our Lord.
Offline
Hi there, I am on util-linux 2.39-4 as well.
For what its worth, in my case I could mount the filesystems without problem after removing the `defaults` option.
My fstab entries look like this
media@filesy.local:/Videos/ /media/Videos fuse.sshfs allow_other,_netdev,idmap=user,uid=1000,gid=100 0 0$> man life
No manual entry for `life'
$> nvm...
Offline
Ran into this issue today. I removed the defaults, and ran
sudo mount -aI received a warning that my fstab had been modified and I should reload it. But the mount points worked. Nearly identical to justforgetme, but no uid,gid info.
# external drives
matt@fserv:/mnt/B /mnt/B fuse.sshfs allow_other,_netdev 0 0
matt@fserv:/mnt/C /mnt/C fuse.sshfs allow_other,_netdev 0 0
sad news about sshfs
Last edited by matchew (2023-06-06 18:26:58)
Offline