I really need some help here...my system won't shut down properly any more.
I have two drives in my RedHat 6.2 box. One of them had linux on it and the
other windoze. I was running out of space in linux, so I wiped windows off
the other disk (/dev/hda1). Then I created an ext2 filesystem on it and
mounted it in /usr/hda1.
Then I moved /usr/lib to /usr/hda1/lib and made a symlink so that the
libraries could still be found in /usr/lib.
Everything went fine, until I tried to shut my system down. Then I got the
following error messages (the first message isn't an error, I included it
for context):
Turning off quotas [ok]
Unmounting file systems umount2: Device or resource busy
umount: /usr/hda1: device is busy
umount2: Device or resource busy
umount: /usr: device is busy
No process references; use -v for the complete list
No automatic removal. Please use umount /usr/hda1
INIT: no more processes left in this runlevel
I have another system with which I did the same thing, except that I mounted
the new partition (/dev/hdc1 in this case instead of /dev/hda1) directly as
/usr/lib--no symlinks that way. It has the same problem now when I try to
shut it down.
Here's my /etc/fstab file:
/dev/hdb7 / ext2 defaults 1 1
/dev/hdb1 /boot ext2 defaults 1 2
/dev/hdb6 /home ext2 defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0
/dev/hdb5 /usr ext2 defaults 1 2
/dev/fd0 /mnt/floppy auto noauto,user 0 0
/dev/hda1 /usr/hda1 ext2 defaults 1 2
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/hdb8 swap swap defaults 0 0
Any help would be greatly appreciated.
Ben Logan