Total Pageviews

Saturday 13 October 2012

Centos vps下,ext3grep的安装


[root@localhost ~]# rpm -qa|grep e2fsprogs
e2fsprogs-libs-1.41.12-3.el6.x86_64
e2fsprogs-1.41.12-3.el6.x86_64
e2fsprogs-devel-1.41.12-3.el6.x86_64
[root@localhost ~]# cd /home/myshell/packages/
[root@localhost packages]# wget http://ext3grep.googlecode.com/files/ext3grep-0.10.2.tar.gz
--2012-04-18 11:32:11-- http://ext3grep.googlecode.com/files/ext3grep-0.10.2.tar.gz
正在解析主机 ext3grep.googlecode.com... 74.125.71.82
正在连接 ext3grep.googlecode.com|74.125.71.82|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:236364 (231K) [application/x-gzip]
正在保存至: “ext3grep-0.10.2.tar.gz”
100%[=============================================================================================================================>] 236,364 289K/s in 0.8s
2012-04-18 11:32:12 (289 KB/s) - 已保存 “ext3grep-0.10.2.tar.gz” [236364/236364])
[root@localhost packages]# tar zxvf ext3grep-0.10.2.tar.gz
[root@localhost packages]# cd ext3grep-0.10.2
[root@localhost ext3grep-0.10.2]# ./configure
[root@localhost ext3grep-0.10.2]# make
[root@localhost ext3grep-0.10.2]# make install
[root@localhost ext3grep-0.10.2]# ext3grep -v
Running ext3grep version 0.10.2
ext3grep v0.10.2, Copyright (C) 2008 Carlo Wood.
ext3grep comes with ABSOLUTELY NO WARRANTY;
This program is free software; your freedom to use, change
and distribute this program is protected by the GPL.
[root@localhost ext3grep-0.10.2]#