atom feed9 messages in org.freebsd.freebsd-fsRe: Freebsd 8 Release /usr Die After ...
FromSent OnAttachments
Diego AriasJul 7, 2010 12:03 pm 
Julian ElischerJul 7, 2010 1:25 pm 
Andrew SnowJul 7, 2010 10:35 pm 
Simun MikecinJul 8, 2010 12:45 am 
Andrew SnowJul 8, 2010 12:59 am 
Simun MikecinJul 8, 2010 4:18 am 
Diego AriasJul 8, 2010 6:59 am 
Andrew SnowJul 8, 2010 6:41 pm 
Diego AriasJul 9, 2010 7:11 am 
Subject:Re: Freebsd 8 Release /usr Die After host VMWARE Crash
From:Diego Arias (dak.@gmail.com)
Date:Jul 9, 2010 7:11:10 am
List:org.freebsd.freebsd-fs

On Thu, Jul 8, 2010 at 8:42 PM, Andrew Snow <and@modulus.org> wrote:

On 08/07/10 23:59, Diego Arias wrote:

/dev/ad0s1a on / (ufs, local)

- the machine was installed on VirtualBox then migrated to VMWARE with the convert utility from Virtualbox

Ahh, I think this is the problem. When converting from VBox, it uses an ATA disk, instead of VMWare's default of SCSI guest disks.

This means FreeBSD enables the ATA write cache by default, which VMware honors and might be prone to lose data on power outage.

I suspect you should either set hw.ata.wc=0 in loader.conf, or switch to SCSI gues disk type.

But its still possible there was CPU/RAM problems and you were just lucky that the other guest disks didnt get corrupt as they may not have been writing to directory metadata at the time of crash.

Well you are right, i have ATA type devices (ad0). so im going to change to SAS