From: Josef <pe...@p-...> - 2011-01-20 18:27:09
|
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? Thanks! Josef |
From: Ricardo J. B. <ric...@da...> - 2011-01-20 18:55:33
|
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, -- Ricardo J. Barberis Senior SysAdmin / ITI Dattatec.com :: Soluciones de Web Hosting Tu Hosting hecho Simple! ------------------------------------------ |
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, |
From: Michal B. <mic...@ge...> - 2011-01-21 09:08:55
|
And do you have /dev/fuse? What are the privileges? Regards Michał -----Original Message----- From: Josef [mailto:pe...@p-...] Sent: Thursday, January 20, 2011 8:04 PM Cc: moo...@li... Subject: Re: [Moosefs-users] problems with mfsmount under debian 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, ---------------------------------------------------------------------------- -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ moosefs-users mailing list moo...@li... https://lists.sourceforge.net/lists/listinfo/moosefs-users |
From: Josef <pe...@p-...> - 2011-01-24 18:52:35
|
Thanks for help, the device was missing, I needed to install udev package Dne 1/21/11 10:08 AM, Michal Borychowski napsal(a): > And do you have /dev/fuse? What are the privileges? > > > Regards > Michał > > > -----Original Message----- > From: Josef [mailto:pe...@p-...] > Sent: Thursday, January 20, 2011 8:04 PM > Cc: moo...@li... > Subject: Re: [Moosefs-users] problems with mfsmount under debian > > 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, > ---------------------------------------------------------------------------- > -- > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > moosefs-users mailing list > moo...@li... > https://lists.sourceforge.net/lists/listinfo/moosefs-users > |