Hi: i mounted a partition /dev/hdb1 on /data/d1 directory on the Gentoo machine.
#mount /dev/hdb1 /data/d1 Now, when i attempt to (un)mount the device the system responds "twice" for the device is busy. #umount /data/d1 /dev/hdb1 resource or device busy /dev/hdb1 resource or device busy i have taken care that i am executing the command from '/' directory. Can somebody point out, what i could be missing here ? Additionally, why the device is shown to be busy twice ? Any suggestions ? thanks Saifi.

