Hello, I'm trying to unmount my /home partition. It is a 30GB reiserfs on a lvm volume and I'd like to unmount it to modify the block device.
The interesting point is, that lsof | grep home does not show me any open files for my home partion, but still umount complains that the device is busy. How can I find out, what keeps my file system busy? Regards, Jim