IDE reboot after power outage problem

2003-07-03 Thread Alex Teslik
Hello,

My system used to be an all SCSI system. After rare power outages the system
would automatically fsck the disks and boot up.
Recently I added an IDE drive to the system. Now, after power outages the
system boots and when it gets to the ide drive it prompts for single user mode
shell. I drop into single user mode, fsck all the disks so they are marked
clean, and reboot.
Why is the system not automatically fsck'ing the disk on boot, and is there
some setting I need to enable to return to the old desired behavior?

Thanks,
Alex

uname -a
FreeBSD ..com 4.8-RELEASE FreeBSD 4.8-RELEASE #4: Tue May  6 00:26:04
PDT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DUALP3-4_8_0-RELEASE  i386

df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/da0s1a97M49M40M55%/
/dev/da0s1e   7.7G   3.2G   3.9G45%/usr
/dev/ad0s1e72G42G24G64%/home
procfs4.0K   4.0K 0B   100%/proc


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IDE reboot after power outage problem

2003-07-03 Thread Gerard Samuel
Make sure the IDE disk entry in fstab has a 2 in the last field.
Check with the fstab man page for more details..
Alex Teslik wrote:

Hello,

My system used to be an all SCSI system. After rare power outages the system
would automatically fsck the disks and boot up.
Recently I added an IDE drive to the system. Now, after power outages the
system boots and when it gets to the ide drive it prompts for single user mode
shell. I drop into single user mode, fsck all the disks so they are marked
clean, and reboot.
Why is the system not automatically fsck'ing the disk on boot, and is there
some setting I need to enable to return to the old desired behavior?
Thanks,
Alex
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]