[Quantian-general] 7.9.1 and 2.4.27 kernel

Christopher Heiny heiny at starband.net
Thu Jan 5 16:02:30 UTC 2006


On Thursday 05 January 2006 07:19 am, picked up the following 
transmission from Marco Caliari:
> 2) Dirk, in knoppix-autoconfig, what does the row
>
> [ ! /mfs ] && mkdir /mfs
>
> means? That, if /mfs does not exist, it should be created? The row
> should be
>
> [ -d /mfs] || mkdir -p /mfs

I think I may have spotted a potential culprit last night.  
In /etc/init.d/openmosix, there are these lines:
    if [ $MFS ]; then
      if [ $MFS == "yes" ]; then
         $MOSCTL mfs
	 mount /mfs
      else
         $MOSCTL nomfs
	 umount /mfs
      fi
    fi
which I >think< are taking /mfs away.  I've added some echos to the 
script to verify that, and started the ISO rebuild before leaving last 
night.  I'll burn a DVD when I get to the office this morning, and see 
what results.

				Chris



More information about the Quantian-general mailing list