On 19 April 2010 00:00, Tom Rosenfeld <[email protected]> wrote: > I am not using any loop devices so 'losetup -a' shows no output > 'lsof' also has nothing for /dev/vgelg/lvelg since it has never been mounted > on this machine. > > Any other ideas?
Something must be keeping this device open (unless there is a bug). Maybe it's open under a different name? (the /dev/VGNAME/LVNAME path is just a convenience symlink to /dev/mapper/..., and you should really look for devices with the same major/minor block device numbers). If worse comes to worst - do the Windows and reboot to single user. --Amos _______________________________________________ Linux-il mailing list [email protected] http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
