Page 1 of 1
Kernel panic during vboxsf umount in my VM
Posted: 10. Dec 2012, 17:15
by hamelg
Hello,
after a recent linux kernel upgrade to 3.6.9, my vm crashes at each shutdown when umounting filesystem.
virtualbox version 4.2.4 running on windows 7 host.

Re: Kernel panic during vboxsf umount in my VM
Posted: 11. Dec 2012, 09:30
by hamelg
manually umount all vboxsf fs before shutdown fixes the issue.
may I fill a bug report ?
Re: Kernel panic during vboxsf umount in my VM
Posted: 11. Dec 2012, 21:03
by hamelg
steps to reproduce on windows or linux host :
1. Create a VM : type Linux, Version ArchLinux
2. install the OS :
https://wiki.archlinux.org/index.php/Installation_Guide
3. Configure a virtualbox shared folder with Auto-mount and permanent box checked
4. startup the VM and check that shared folder is mounted
5. poweroff the VM
6. VM crashes while umounting the fs type vboxsf in the vobxsf module at sf_remount_fs() in systemd-shutdown process.
Re: Kernel panic during vboxsf umount in my VM
Posted: 11. Dec 2012, 21:08
by Perryg
I would suggest not using the auto-mount and instead create a manual mount. You can place this in the /etc/rc.local, or equivalent if you want it mounted at boot.
Re: Kernel panic during vboxsf umount in my VM
Posted: 13. Dec 2012, 12:02
by hamelg
Perryg wrote:I would suggest not using the auto-mount and instead create a manual mount. You can place this in the /etc/rc.local, or equivalent if you want it mounted at boot.
Yes, it is a possible workaround, but it's a bug. I'm going to fill a public bug report.