Package: mhddfs
Version: 0.1.12-1
Severity: wishlist

--- Please enter the report below this line. ---
The current option parsing is, as you know, as such:

mhddfs /dir1,/dir2[,/path/to/dir3] /path/to/mount [-o options]

This is highly non-standard and may be subject to breakage (e.g. if one of the 
paths themselves contain a comma, untested).

Using a more standard syntax, perhaps making use of the GNU parsing libraries 
(http://www.gnu.org/software/libtool/manual/libc/Parsing-Program-Arguments.html),
 
would allow for the standard argument format e.g.:

mhddfs /dir1 /dir2 [/dir3...] /mountpoint [-o options]
or
mhddfs [-o options] /dir1 /dir2 [/dir3...] /mountpoint 

which would also allow for the directories to be tab-completed, as expected.

Neat fuse file system though.

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.22-2-k7

Debian Release: lenny



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to