06-28-2015, 02:33 AM
Hello,
I've got a bunch of old HDDs – ATA/SATA, 80-512 GB, Seagate, Maxtor, Samsung – a small zoo
Gigabyte P43T + E8400 + 12GB - that's desktop the only one with IDE port nearby.
So I tried to do some cleaning = moving tons of files from one HDD to another + zip some directories.
And 2.2 started to crash, even no mouse movement.
It could work for 10 minutes or died almost immediately – unpredictable.
Tried acpi=off, noapic, nolapic & etc with no success.
In the end I've found out this article:
http://unix.stackexchange.com/questions/...a-pendrive
Seems lot of RAM + slow HDD is a common bug.
to rc.local fixed that.
Just type it here in case anybody else rush into.
I've got a bunch of old HDDs – ATA/SATA, 80-512 GB, Seagate, Maxtor, Samsung – a small zoo
Gigabyte P43T + E8400 + 12GB - that's desktop the only one with IDE port nearby.
So I tried to do some cleaning = moving tons of files from one HDD to another + zip some directories.
And 2.2 started to crash, even no mouse movement.
It could work for 10 minutes or died almost immediately – unpredictable.
Tried acpi=off, noapic, nolapic & etc with no success.
In the end I've found out this article:
http://unix.stackexchange.com/questions/...a-pendrive
Seems lot of RAM + slow HDD is a common bug.
Code:
echo $((16*1024*1024)) > /proc/sys/vm/dirty_background_bytes
echo $((48*1024*1024)) > /proc/sys/vm/dirty_bytes
Just type it here in case anybody else rush into.