Re: fuse question

2008-09-08 Thread Ólafur Jens Sigurðsson
On Thu, Sep 04, 2008 at 12:28:36PM -0400, Mag Gam wrote: > I am trying to use fuse to mount up a user created filesystem. > > > $ /sbin/lsmod | grep fuse > fuse 40404 0 > > $ dd if=/dev/zero bs=1024k count=10 of=fs > > $ /sbin/mkfs.ext3 fs > > $ fusermount fs mnt > fusermou

fuse question

2008-09-04 Thread Mag Gam
I am trying to use fuse to mount up a user created filesystem. $ /sbin/lsmod | grep fuse fuse 40404 0 $ dd if=/dev/zero bs=1024k count=10 of=fs $ /sbin/mkfs.ext3 fs $ fusermount fs mnt fusermount: old style mounting not supported I am not sure what I am dong wrong. Any id