hej folks,
i run into a strange problem since several days
. just installed 8.0 on a 2 core E8400 cpu with a ssd hdd from intel. io access times are enormous and i was really looking forward to work more on the system. unfortunatly the system freezes pretty often.
the filesystem is zfs, i configured it like it was advised in several howtos, to not having some kind of kernel message and reboot. i compiled already two times 8.0-Stable and 8.0-p2 as well as building a new world. always with the same result, after some time, the system just freezes. i have a 2,5" hdd with 8.0-p2 as well, in the same system, which is not freezing, so i guess the problem lies at the ssd side.
i was able to recognize that the system froze 2 times when the dependencies of virtualbox were cleaned, it froze at the same pkg(qt4 of course
). i think this can point to the root of the problem.(at a first guess i had said bad sector)
i wonder if there is some kind of special ATA_CMD or smth, to do/tune/change for a SSD disc, maybe someone has more experience with freebsd and ssd and can give maybe some tips on the side.
maybe related to the problem the device is not accessed with SATA300 as it should be, setting to the mode did not work.
ahci is enabled in the bios, and the disk is capable of SATA300
thx in advance,
i run into a strange problem since several days

the filesystem is zfs, i configured it like it was advised in several howtos, to not having some kind of kernel message and reboot. i compiled already two times 8.0-Stable and 8.0-p2 as well as building a new world. always with the same result, after some time, the system just freezes. i have a 2,5" hdd with 8.0-p2 as well, in the same system, which is not freezing, so i guess the problem lies at the ssd side.
i was able to recognize that the system froze 2 times when the dependencies of virtualbox were cleaned, it froze at the same pkg(qt4 of course

i wonder if there is some kind of special ATA_CMD or smth, to do/tune/change for a SSD disc, maybe someone has more experience with freebsd and ssd and can give maybe some tips on the side.
maybe related to the problem the device is not accessed with SATA300 as it should be, setting to the mode did not work.
Code:
#uname -a
FreeBSD computer 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #1: Wed Apr 7 17:17:13 UTC 2010 root@computer:/usr/obj/usr/src/sys/computer i386
# atacontrol info ata3
Master: ad6 <INTEL SSDSA2M160G2GC> SATA revision 2.x
# atacontrol mode ad6
current mode = SATA150
# atacontrol mode ad6 SATA300
current mode = SATA150
ahci is enabled in the bios, and the disk is capable of SATA300
thx in advance,