|
From: Miklos S. <mi...@sz...> - 2006-01-02 12:52:54
|
> if I have an entry in /etc/fstab such as 'sshfs#username@hostname > /tmp/fakemount fuse user,port=222 0 0' > > The 'user' option screws up sshfs/fuse. > > Reproducible: Always > Steps to Reproduce: > 1. add entry to /etc/fstab as shown in details. > 2. mount /tmp/fakemount > 3. > > Actual Results: > fusermount: mount failed: Invalid argument > > > > Line 46: > replace > OPTIONS="$@" > with > OPTIONS=`echo $@ | sed 's/,user//'` # remove user option Thanks! Committed to CVS. Miklos |