Am Samstag 19 Januar 2008 schrieb Michal Čihař: > Package: obexfs > Version: 0.10-3+b2 > Severity: normal > > Hi > > first I have to say that I have no clue where the bug actually is. But > when I follow obexfs documentation how to specify mount point in fstab, > it does not work. Simply "obexfs#-b00:11:22:33:44:55\040-B10" is not > passed properly through all chain and obexfs gets signle parameter > containing both options and it does not parse channel out of it. > > Strace log of mount: > > # strace -s 100 -e execve -f mount /media/nokia/ > execve("/bin/mount", ["mount", "/media/nokia/"], [/* 46 vars */]) = 0 > [pid 19030] execve("/sbin/mount.fuse", ["/sbin/mount.fuse", > "obexfs#-b00:11:22:33:44:55 -B10", "/media/nokia", "-o", > "rw,noexec,nosuid,nodev,noauto,user"], [/* 42 vars */]) = 0 [pid 19030] > execve("/bin/sh", ["/bin/sh", "-c", "\'obexfs\' \'-b00:11:22:33:44:55 > -B10\' \'/media/nokia\' \'-o\' \'rw,noexec,nosuid,nodev\'"], [/* 43 vars > */]) = 0 [pid 19031] execve("/usr/bin/obexfs", ["obexfs", > "-b00:11:22:33:44:55 -B10", "/media/nokia", "-o", > "rw,noexec,nosuid,nodev"], [/* 43 vars */]) = 0 > > The problem is obviously in passing both parameters in single string, > because when I call obexfs manually, it works: > > obexfs -b00:11:22:33:44:55 -B10 /media/nokia/ > > I'm not sure who should be responsible for splitting it up or whether > obexfs should parse these options and does not, so please feel free to > reassign this issue to appropriate package.
Can you try the solution from #398051? Either by modifying the entry in /etc/fstab or my modifying the fuse.mount script. If that works, I will reassign and merge your bug with that bug. HS PS: I have no idea how to get the fuse maintainer to fix such a simple bug :-(