I'm using a custom init script, so that I can run Displayserver as well as the Selecter program I mentioned in another thread.

The problem is that I just installed a second hard disk, and my init is obviously not correctly mounting that second hard disk because the extra free space is not showing up in emplode.

I can tell from the bootup messages that the second hard disk is correctly being detected at the hardware level. So I'm pretty sure it's my init.

Here is the init, does anyone have any suggestions as to what I should change?


#!/bin/sh
PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/empeg/bin
PS1=empeg:\\w\\$
/bin/mount -n -o nocheck,rw /proc
/bin/mount -n -o nocheck,ro /dev/hda4 /drive0
[ -e /proc/ide/hdb ] && /bin/mount -n -o nocheck,ro /dev/hdb4 /drive1
cd /usr/local/displayserver
./displayserver -noauth
while [ 1 ] ; do
echo
echo ----------------------------
echo - RUNNING SELECTER PROGRAM -
echo ----------------------------
echo Q exits, or press a button...
echo
echo - UP - Same as last setting.
echo - DOWN - Normal compression.
echo - RIGHT - High compression.
echo - LEFT - No compression.
echo ----------------------------
if /drive0/var/selecter | grep 'QUIT' ; then
echo Running bash
bash
fi
echo
echo Running Player...
/empeg/bin/player
done




___________
Tony Fabris
_________________________
Tony Fabris