A colleague of mine accidentally deleted /usr/* data by running: rm -rf /usr/*
. And it's now a big issue. We had a lot of good data on that machine. Most of the commands are not working as a result.
Is there anyway I can recover the machine? I'm not really an expert in data-recovery.
Please help me point to a solution/procedure. Some information regarding that machine follows. Do let me know if more information is required.
-bash-3.00# uname -a
Linux penguin 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux
-bash-3.00# fdisk -l
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 9729 78043770 8e Linux LVM
-bash-3.00#