on my Linux laptop when i start a sun-virtualbox VM my host HDD goes all wonky and starts crashing the heads, but without one running its fine. can you help me?
Announcement
Collapse
No announcement yet.
virtualbox crashing the host HDD need help with it.
Collapse
X
-
virtualbox crashing the host HDD need help with it.
Things I've fixed: anything from semis to crappy Chinese $2 radios, and now an IoT Dildo....
"Dude, this is Wyoming, i hopped on and sent 'er. No fucking around." -- Me
Excuse me while i do something dangerous
You must have a sad, sad boring life if you hate on people harmlessly enjoying life with an animal costume.
Sometimes you need to break shit to fix it.... Thats why my lawnmower doesn't have a deadman switch or engine brake anymore
Follow the white rabbit.Tags: None
-
Re: virtualbox crashing the host HDD need help with it.
which log? kernel/vbox/SMART/USB/VM/RAID/disk management?Things I've fixed: anything from semis to crappy Chinese $2 radios, and now an IoT Dildo....
"Dude, this is Wyoming, i hopped on and sent 'er. No fucking around." -- Me
Excuse me while i do something dangerous
You must have a sad, sad boring life if you hate on people harmlessly enjoying life with an animal costume.
Sometimes you need to break shit to fix it.... Thats why my lawnmower doesn't have a deadman switch or engine brake anymore
Follow the white rabbit.
Comment
-
Re: virtualbox crashing the host HDD need help with it.
In whatever directory you have the VM image saved, you will also find a folder named "Logs". That may be what you are looking for.
Also, if you start virtualbox from a terminal window, you can invoke options such as "debug". Here is a list of those options:
Code:$ virtualbox --help Oracle VM VirtualBox Manager 4.1.14 (C) 2005-2012 Oracle Corporation All rights reserved. Usage: --startvm <vmname|UUID> start a VM by specifying its UUID or name --seamless switch to seamless mode during startup --fullscreen switch to fullscreen mode during startup --rmode sdl|image select different render mode (default is sdl) --no-startvm-errormsgbox do not show a message box for VM start errors --dbg enable the GUI debug menu --debug like --dbg and show debug windows at VM startup --debug-command-line like --dbg and show command line window at VM startup --debug-statistics like --dbg and show statistics window at VM startup --no-debug disable the GUI debug menu and debug windows --start-paused start the VM in the paused state --start-running start the VM running (for overriding --debug*) Expert options: --disable-patm disable code patching (ignored by AMD-V/VT-x) --disable-csam disable code scanning (ignored by AMD-V/VT-x) --recompile-supervisor recompiled execution of supervisor code (*) --recompile-user recompiled execution of user code (*) --recompile-all recompiled execution of all code, with disabled code patching and scanning (*) For AMD-V/VT-x setups the effect is --recompile-all. The following environment variables are evaluated: VBOX_GUI_DBG_ENABLED enable the GUI debug menu if set VBOX_GUI_DBG_AUTO_SHOW show debug windows at VM startup VBOX_GUI_NO_DEBUGGER disable the GUI debug menu and debug windows
Comment
-
Re: virtualbox crashing the host HDD need help with it.
here is the logs. i think i found somthing on vbox.log.3 in the cpu-dbg. but it cold be it using the host I/O cach so im stumped!Attached FilesThings I've fixed: anything from semis to crappy Chinese $2 radios, and now an IoT Dildo....
"Dude, this is Wyoming, i hopped on and sent 'er. No fucking around." -- Me
Excuse me while i do something dangerous
You must have a sad, sad boring life if you hate on people harmlessly enjoying life with an animal costume.
Sometimes you need to break shit to fix it.... Thats why my lawnmower doesn't have a deadman switch or engine brake anymore
Follow the white rabbit.
Comment
-
Re: virtualbox crashing the host HDD need help with it.
Originally posted by goontron View Posthere is the logs. i think i found somthing on vbox.log.3 in the cpu-dbg. but it cold be it using the host I/O cach so im stumped!
Code:00:00:02.782120 DrvBlock: Flushes will be ignored 00:00:02.782187 DrvBlock: Async flushes will be passed to the disk 00:00:02.782250 DrvBlock: Flushes will be ignored 00:00:02.782278 DrvBlock: Async flushes will be passed to the disk 00:00:02.783352 DrvBlock: Flushes will be ignored 00:00:02.783407 DrvBlock: Async flushes will be passed to the disk
The other thing is, PAE is enabled and you only allocated 768MB of ram to your windows VM. It's not a bad thing, you could disable it to run a 32bit VM and see if that has any effect.
Also why 768MB of ram?
Virtual-box is not throwing errors, so we need to go to the other logs and see why your HDD is going nuts? check messages or syslog in "/var/log/".Last edited by Mad_Professor; 11-13-2012, 03:53 PM.
Comment
Comment