You are not logged in.

#1 2023-05-27 13:50:39

SimpleTechGuy
Member
Registered: 2016-04-17
Posts: 42

fuse: unknown option(s): `-o defaults'

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 0

anybody 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

#2 2023-05-27 14:23:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,696

Re: fuse: unknown option(s): `-o defaults'

Which version of util-linux do you have right now?
https://bbs.archlinux.org/viewtopic.php?id=286042

Offline

#3 2023-05-27 14:28:04

SimpleTechGuy
Member
Registered: 2016-04-17
Posts: 42

Re: fuse: unknown option(s): `-o defaults'

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

#4 2023-05-27 14:30:43

SimpleTechGuy
Member
Registered: 2016-04-17
Posts: 42

Re: fuse: unknown option(s): `-o defaults'

seth wrote:

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

#5 2023-05-27 14:36:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,696

Re: fuse: unknown option(s): `-o defaults'

If not, simply remove the "defaults" option, but the error sounds near enough.

Offline

#6 2023-05-27 14:39:25

SimpleTechGuy
Member
Registered: 2016-04-17
Posts: 42

Re: fuse: unknown option(s): `-o defaults'

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

#7 2023-05-27 15:05:49

loqs
Member
Registered: 2014-03-06
Posts: 18,970

Re: fuse: unknown option(s): `-o defaults'

SimpleTechGuy wrote:

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

#8 2023-05-27 18:21:48

SimpleTechGuy
Member
Registered: 2016-04-17
Posts: 42

Re: fuse: unknown option(s): `-o defaults'

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

Romans 6:23 - For the wages of sin [is] death; but the gift of God [is] eternal life through Jesus Christ our Lord.

Offline

#9 2023-05-27 18:30:29

SimpleTechGuy
Member
Registered: 2016-04-17
Posts: 42

Re: fuse: unknown option(s): `-o defaults'

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

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

#10 2023-05-27 18:48:45

SimpleTechGuy
Member
Registered: 2016-04-17
Posts: 42

Re: fuse: unknown option(s): `-o defaults'

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

#11 2023-06-05 13:03:34

justforgetme
Member
From: Germany
Registered: 2012-04-01
Posts: 51
Website

Re: fuse: unknown option(s): `-o defaults'

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

#12 2023-06-06 18:26:22

matchew
Member
Registered: 2013-07-22
Posts: 19

Re: fuse: unknown option(s): `-o defaults'

Ran into this issue today. I removed the defaults, and ran

sudo mount -a

I 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

Board footer

Powered by FluxBB