VMWare busy inodes on changed media message
Posted September 20th, 2008 in VMWare
After installing VMWare tools on a Linux VMWare guest operating system you might get the "VFS: busy inodes on changed media" error message repeating on the console. This post looks at the simple solution to get rid of the repeating message.
The error message looks like this:
VFS: busy inodes on changed media
and keeps repeating on the console over and over again. I'm not sure what causes it but it happens directly after installing VMWare Tools but the solution is simple: all you need to do is unmount the virtual CD that was mounted when VMWare Tools was installed.
Assuming the CD was mounted at /mnt/cdrom or the CD device is at /dev/cdrom, you can unmount it using the following command from a terminal:
umount /mnt/cdrom OR umount /dev/cdrom
Once you have unmounted the virtual CD the repeating message will stop.
Related posts:
- Connect a USB device with VMWare Server 2 (Friday, June 5th 2009)
Share or Bookmark
Share or Bookmark this page using the following services. You will need to have an account with the selected service in order to post links or bookmark this page.
Subscribe or Follow
Subscribe via RSS or email, or follow me on Facebook or Twitter below. The RSS icon takes you through to Feedburner where you can select the service or application to use.

