warning: unknown option - wrong library version?

Bug #32843 reported by John Leach
6
Affects Status Importance Assigned to Milestone
fuse (Ubuntu)
Invalid
Medium
Martin Pitt

Bug Description

When trying to mount a remote filesystem with fusermount, it won't recognise the options uid or guid.

fuse: warning: unknown option `uid=john'
fuse: warning: unknown option `gid=john'

According to the fuse FAQ, this is because on old version of fusermount is being used (I assume this means incompatible with the kernel module).

http://fuse.sourceforge.net/wiki/index.php/FAQ#Why_does_fusermount_fail_with_an_Unknown_option_errorx3f.

Latest version available seems to be 2.5.2. Dapper version is 2.4.2

Matt Zimmerman (mdz)
Changed in fuse:
assignee: nobody → pitti
Revision history for this message
Martin Pitt (pitti) wrote :

Can you please give me a few more details what you tried to do? I tried the fusexmp (example file system) shipped with fuse, fuseiso, and sshfs. All worked fine.

Changed in fuse:
status: Unconfirmed → Needs Info
Revision history for this message
John Leach (johnleach) wrote :

I've just tried this again and it succeeded. I was using sshfs.

To be honest, I'm not sure now if this was anything more than me misunderstanding the syntax. I don't remember the original syntax I was using so I can't be sure.

For a start, uid= and gid= seem only to accept numerical ids. So it's likely I was just being dumb. (Though the error messages are exactly the same as in the FAQ).

Sorry about this.

Changed in fuse:
status: Needs Info → Rejected
Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 32843] Re: warning: unknown option - wrong library version?

Hi John,

John Leach [2006-05-12 18:36 -0000]:
> To be honest, I'm not sure now if this was anything more than me
> misunderstanding the syntax. I don't remember the original syntax I was
> using so I can't be sure.

Thanks for checking again. *phew* :)

Martin

Revision history for this message
Rares Vernica (rares) wrote :

Hi,

I can confirm that sshfs/fusermount does not accept user/group names. It only accepts user/group ids.

Here is the output:

rvernica@mango:/var/trac> fusermount --version
fuse 2.4.2
rvernica@mango:/var/trac> sshfs loquat:/extra/rvernica0/var/apple/trac/group group -ouid=rvernica,gid=users
fuse: warning: unknown option `uid=rvernica'
fuse: warning: unknown option `gid=users'
rvernica@mango:/var/trac> fusermount -u group
rvernica@mango:/var/trac> sshfs loquat:/extra/rvernica0/var/apple/trac/group group -ouid=1001,gid=100
rvernica@mango:/var/trac>

Thanks,
Ray

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.