View Single Post
Old 17th June 2009
gosha gosha is offline
Spam Deminer
 
Join Date: Jun 2008
Location: China
Posts: 256
Default

Quote:
You could post the fstab entires here if you need us to review them, as for the crash during a file transfer (ftp or sftp?).. can you reproduce it?
To tell the truth, I don't know if I really want to reproduce it...
This is my fstab, just in case, as you see, now my big drive is noauto, to avoid automatic fsck on reboot in case of crash.
Code:
/dev/wd0a / ffs rw 1 1
/dev/wd0f /home ffs rw,nodev,nosuid,softdep 1 2
/dev/wd0e /tmp ffs rw,nodev,nosuid,softdep 1 2
/dev/wd0g /usr ffs rw,nodev,softdep 1 2
/dev/wd0d /var ffs rw,nodev,nosuid,softdep 1 2
/dev/sd0i /home/myhome/skqs ext2fs ro,nodev,nosuid,noauto 1 2
/dev/sd0j /home/myhome/main ext2fs rw,nodev,nosuid,noauto 1 2
/dev/sd0k /home/myhome/media ext2fs rw,nodev,nosuid,noauto 1 2
/dev/sd1i /home/myhome/mnt msdos rw,nodev,nosuid,noauto 0 0
/dev/cd0a /home/myhome/cdrom cd9660 ro,noauto 0 0
This morning I went to work leaving the computer to finish checking the big drive with fsck.ext2. I came back and found out the system crashed and rebooted by it self. What could have happened? How do I find out? (I tried checking in /var/crash, and there's a file that if opened with cat shows a number: 4096). Is there any chance that this problems are caused by ext2? (I'm probably saying something silly, but before buying my drive everything was just fine).
Reply With Quote