From: Miguel C. <mc...@fc...> - 2003-03-04 18:14:18
|
Thanks. It's working, and swap too. What's funny (and rather embarrassing) is that I had spotted that while browsing setupfs.c. "This can't be right", I thought, "it must be return 0", which had the remarkably useless effect of removing the error status but not actually continue and mount the partitions! Oh well.. Thanks again. Miguel On Tue, 2003-03-04 at 17:31, Willem Schreuder wrote: > On 4 Mar 2003, Miguel Costa wrote: >=20 > > the second problem is mounting node partitions: I can't get swap to w= ork > > but beoboot's setupfs.c says this is on the todo list. However, mount= ing > > a ext2 or ext3 partition also fails, without explanation on the logs. > > /home is nfs mounted from the server, so I just wanted to know if > > setupfs is broken or I'm still doing something wrong. >=20 > There is a bug in using a local disk drive in Clustermatic 3 that is fi= xed=20 > by the following patch. Download beoboot-cm source and apply the patch= . =20 > Basically, there is a stray "return" that needs to be removed. >=20 > --- beoboot-cm.1.4/node_up/setupfs.c.0 2002-08-07 10:19:03.000000000=20 > -0600 > +++ beoboot-cm.1.4/node_up/setupfs.c 2003-02-01 21:18:53.000000000=20 > -0700 > @@ -291,7 +291,6 @@ > return -1; > } >=20 > - return -1; > } >=20 > /* More special case filesystem types */ --=20 Miguel Costa <mc...@fc...> Centro de F=EDsica do Porto |