SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

fixresizeddisksr0

Fix: Linux: kernel: VFS: busy inodes on changed media or resized disk sr0

I received a lot of warning in my /var/log/messages file, and it seemed like there was something wrong with my sr0 device. It turned out that it's just a cosmetic issue, caused by removing the cdrom without unmounting it.

This is the exact message which get repeated every two seconds:

redhatbox kernel: VFS: busy inodes on changed media or resized disk sr0

The solution is to unmount the cdrom:

umount /dev/sr0

If this doesn't work force the unmount:

umount -f /dev/sr0 

If this doesn't work reboot the server.

You could leave a comment if you were logged in.
fixresizeddisksr0.txt · Last modified: 2021/09/24 00:24 (external edit)