[PATCH] Make tux3fuse more user friendly

OGAWA Hirofumi hirofumi at mail.parknet.co.jp
Sat Jan 5 07:27:28 PST 2013


Tero Roponen <tero.roponen at gmail.com> writes:

> This patch cleans up the command line parsing in
> tux3fuse making it somewhat more user friendly.
>
> $ ./tux3fuse
> Usage: ./tux3fuse [options] <volume> <mount-point>
>
> Options:
> 	-f	Stay in foreground
> 	-d	Stay in foreground, display FUSE messages
>
> $ ./tux3fuse tux3.imgg mnt
> Volume not found: tux3.imgg: No such file or directory
>
> $ ./tux3fuse tux3.img mntt
> fuse: bad mount point `mntt': No such file or directory
>
> $ ./tux3fuse tux3.img mnt
> Running in background
> $

Hi,

Hm, after this patch, I can't pass "-o allow_other" anymore. Can't fuse
support "-o foo" with command line style?

	# ./tux3fuse tux3.img /mnt -o allow_other
        or
	# ./tux3fuse -o allow_other tux3.img /mnt

Maybe, we just want to pass all except volname?

Thanks.
-- 
OGAWA Hirofumi <hirofumi at mail.parknet.co.jp>




More information about the Tux3 mailing list