Re: can't mount gfs on debian

2007-11-10 Thread Gilles Mocellin
Le Saturday 10 November 2007 02:58:46 H.H. Ding, vous avez écrit : > I have find the problem, redhat-cluster-modules-2.6-686 is need for > use gfs. and this package is for 2.6.18-5-686. anyway, the package is > not stable. So, I faild again. > > Is there any other filesystem design for concurrent a

Re: can't mount gfs on debian

2007-11-10 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/10/07 07:15, Douglas A. Tutty wrote: > On Sat, Nov 10, 2007 at 09:58:46AM +0800, H.H. Ding wrote: >> I have find the problem, redhat-cluster-modules-2.6-686 is need for >> use gfs. and this package is for 2.6.18-5-686. anyway, the package is >> n

Re: can't mount gfs on debian

2007-11-10 Thread Douglas A. Tutty
On Sat, Nov 10, 2007 at 09:58:46AM +0800, H.H. Ding wrote: > I have find the problem, redhat-cluster-modules-2.6-686 is need for > use gfs. and this package is for 2.6.18-5-686. anyway, the package is > not stable. So, I faild again. > > Is there any other filesystem design for concurrent access?

Re: can't mount gfs on debian

2007-11-09 Thread H.H. Ding
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have find the problem, redhat-cluster-modules-2.6-686 is need for use gfs. and this package is for 2.6.18-5-686. anyway, the package is not stable. So, I faild again. Is there any other filesystem design for concurrent access? Ivan Savcic 写道: >> F

Re: can't mount gfs on debian

2007-11-09 Thread Ivan Savcic
>From what you wrote, isn't the FS type gfs2? modprobe gfs2 succeeded. Try: mount -t gfs2 /dev/sda5 /mnt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: can't mount gfs on debian

2007-11-09 Thread Ólafur Jens Sigurðsson
On Fri, Nov 09, 2007 at 07:27:28PM +0800, H.H. Ding wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > freecity:~# gfs_mkfs -t myhost:label -p lock_dlm -j 4 /dev/sda5 > This will destroy any data on /dev/sda5. > It appears to contain a GFS filesystem. > > Are you sure you want to procee