Date: Thu, 23 Jan 2025 11:30:40 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 207885] HDD fail in Virtual Box machine for FreeBSD (ZFS; Unrecovered Read error) Message-ID: <bug-207885-27103-X6clUBVFi7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207885-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-207885-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207885 Michael Gmelin <grembo@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grembo@FreeBSD.org --- Comment #2 from Michael Gmelin <grembo@FreeBSD.org> --- Just as general advice: When using ZFS inside VirtualBox, make sure to disa= ble IgnoreFlush, otherwise FS corruption can happen quite easily: VBoxManage setextradata VM-name "VBoxInternal/Devices/piix3ide/0/LUN#[x]/Config/IgnoreFlush" 0 VBoxManage setextradata VM-name "VBoxInternal/Devices/ahci/0/LUN#[x]/Config/IgnoreFlush" 0 With x being the LUN number, so e.g., VBoxManage setextradata VM-name "VBoxInternal/Devices/ahci/0/LUN#[0]/Config/IgnoreFlush" 0 See also: https://www.virtualbox.org/manual/ch12.html#ts_ide-sata-flush --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207885-27103-X6clUBVFi7>