my fstab is kind of like this:
/dev/hda1 /boot
/dev/hda2 swap
/dev/hda3 /
/dev/vg/usr /usr
/dev/vg/var /var
/dev/vg/tmp /tmp
/opt /usr/opt none bind 0 0
/proc etc etc etc...
The problem is when I reboot, I see an error about not being able to unmount
/opt, and that I should do it manually. This is a problem because /dev/vg/usr
will not unmount either, and that is a problem because eventually it could
cause problems...
If I manually unmount /opt, everything is ok, vg/usr unmounts, all is well...
Is this a bug with the init scripts? Is there a way to have the /opt bind
unmount?