On 07/12/2010 11:11 AM, Steve Boese wrote:
> I've just followed the instructions in the step-by-step tutorial for
> Installing MooseFS on one server. Fuse installed fine, the CGI
> monitor is working fine, I can see the two chunks.
>
> Everything seems to work until mounting the system:
>
> /usr/bin/mfsmount /mnt/mfs -H mfsmaster
>
> but /usr/bin/mfsmount doesn't exist.
>
> Have I missed something simple here?
>
> Thanks!
>
> --Steve
I think I saw one time when I compiled MooseFS, when the machine does
not have the libfuse-dev package installed, the configure script will
emit a warning about not able to find FUSE headers, and then will not
build the mfsmount executable.
So, make sure you have the libfuse-dev package (.rpm, .deb, etc)
installed on your system, then in the MooseFS sources folder do a make
distclean, and re-run the configure, make, make install.
|