From: Josef <pe...@p-...> - 2011-01-20 19:04:06
|
fuse is alive... postak:/mnt# lsmod | grep fuse fuse 40596 1 Dne 1/20/11 7:55 PM, Ricardo J. Barberis napsal(a): > El Jue 20 Enero 2011, Josef escribió: >> Hello, >> I'm having problems with mfsmount on my Debian system. If I do >> mfsmount /mnt/mfs/ -H 10.0.0.1 >> I get: >> mfsmaster accepted connection with parameters: read-write,restricted_ip >> ; root mapped to root:root >> fuse: device not found, try 'modprobe fuse' first >> error in fuse_mount >> >> But fuse seems to be installed: >> fusermount --version >> fusermount version: 2.7.4 >> >> Any suggestions? > Firts check if it really is loaded: > > lsmod | grep fuse > > If not: > > modprobe -v fuse > >> Thanks! >> >> Josef > Cheers, |