You shouldn't mess with the /proc filesystem. It's a virtual fs used by
the kernel to keep track of things.
kf
On Sun, 30 Jul 2000, Sundeep Mediratta wrote:
= The error is caused by umount trying to unmount the /proc/bus/usb
= filesystem. umount -a is called by the /etc/rc.d/init.d/halt scri
The error is caused by umount trying to unmount the /proc/bus/usb
filesystem. umount -a is called by the /etc/rc.d/init.d/halt script.
Removing this entry in /etc/mtab prevents the error and kernel hang. Did
this by making changes in the halt script mentioned above, in the same
way that the halt