Recover deleted folders and files
Recover deleted folders and files
(OP)
I was installing Ch (a C/C++ shell tool). The installing process deleted everything I have after I typed in the installation directory is /home/usr. Everything under /home/usr/ has been removed. This installation is very stupid and dangerous without any warning doing so. Now the problem is how to recovered my directory under the original /home/usr/?
RE: Recover deleted folders and files
I cannot testify to this article but I hope it works for your sake. I know what you're feeling.
RE: Recover deleted folders and files
RE: Recover deleted folders and files
[root@localhost stevenh]# mount | column -t
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda2 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
RE: Recover deleted folders and files