#!/bin/sh
echo "/var/etc/init.d/06hdd generated from neutrino ide/mmc/hdd drive-setup
31.03.2010 - 23:02:48
BETA! 1.51  do not edit!"
case $1 in
	start)
		insmod  ext2
		insmod  jbd
		insmod  ext3
		insmod  fat
		insmod  vfat
		insmod  xfs
		insmod  ide-core
		insmod  dboxide
		insmod  ide-detect
		insmod  ide-disk
		
		hdparm -S60 -W0 -c1 /dev/ide/host0/bus0/target0/lun0/disc
		;;
	stop)
		;;
esac
exit 0
