Public bug reported: [EMAIL PROTECTED]:~/src$ grep lonely /etc/fstab [EMAIL PROTECTED]:/home/dale/src /home/dale/src/lonely fuse defaults,noauto,uid=1000,gid=1000,reconnect,user 0 0 [EMAIL PROTECTED]:~/src$
[EMAIL PROTECTED]:~/src$ ls -l /bin/sh lrwxrwxrwx 1 root root 4 2006-09-07 20:17 /bin/sh -> dash [EMAIL PROTECTED]:~/src$ here's the output that I get trying to mount: [EMAIL PROTECTED]:~/src$ mount lonely/ [: 54: ==: unexpected operator [: 54: ==: unexpected operator [: 54: ==: unexpected operator [: 54: ==: unexpected operator [: 54: ==: unexpected operator [: 54: ==: unexpected operator [: 54: ==: unexpected operator [: 54: ==: unexpected operator [: 54: ==: unexpected operator [: 54: ==: unexpected operator fuse: unknown option `IGNORE' [EMAIL PROTECTED]:~/src$ the problem is in /sbin/mount.fuse line 52: if [ "$OPT" == "IGNORE" ]; then continue; fi replacing == with = fixes the bug: [EMAIL PROTECTED]:~/src$ mount lonely/ [EMAIL PROTECTED]:~/src$ ** Affects: fuse (Ubuntu) Importance: Undecided Status: New -- /sbin/mount.fuse uses bash specific syntax that breaks with dash https://bugs.launchpad.net/bugs/122282 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs