[Linux-cluster] gfs mount fedora core4

Lon Hohberger lhh at redhat.com
Tue Nov 15 21:45:44 UTC 2005


On Thu, 2005-11-03 at 17:45 -0500, Dave Morhead wrote:
> I have been working to get a small cluster up and running with GFS. I 
> have installed all the required packages with yum, according to the docs 
> (http://www.redhat.com/docs/manuals/csgfs/browse/rh-cs-en/) and 
> (http://www.redhat.com/docs/manuals/csgfs/admin-guide/)
> 
> however when i attempt to mount my GFS filesystem with this command:
>  mount -t GFS /dev/volume1/lvol0 /clusterfs1
> 
> I get the following error:
> 
> mount: unknown filesystem type 'GFS'

modprobe gfs
mount -t gfs ...

(it's case sensitive, I think)

-- Lon





More information about the Linux-cluster mailing list