Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Script:Measuring fragmentation on Reiserfs (and other fs)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
user11
Tux's lil' helper
Tux's lil' helper


Joined: 25 Nov 2005
Posts: 149

PostPosted: Sun Jun 22, 2008 8:04 am    Post subject: Reply with quote

But -exec is often much slower. The script is an example.
Back to top
View user's profile Send private message
honeymak
Guru
Guru


Joined: 30 Dec 2002
Posts: 517

PostPosted: Sun Nov 29, 2009 4:55 am    Post subject: Reply with quote

here's what i have.....em....any comments?
Code:

hm01 ~ # mount
/dev/sde4 on / type jfs (rw,noatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
/dev/sde3 on /usr type reiserfs (rw,noatime)
/dev/md1 on /home type jfs (rw,noatime)
/home/root_var on /var type none (rw,bind)
shm on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
hm01 ~ # df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sde4             555G  616M  555G   1% /
udev                   10M  224K  9.8M   3% /dev
/dev/sde3             373G  6.4G  367G   2% /usr
/dev/md1              3.7T   28G  3.7T   1% /home
shm                   995M     0  995M   0% /dev/shm
hm01 ~ # ./fragck.pl /usr
0% non contiguous files, 1 average fragments.
hm01 ~ # ./fragck.pl /   
100% non contiguous files, 3 average fragments.
hm01 ~ # ./fragck.pl /home
0% non contiguous files, 0 average fragments.
hm01 ~ #

_________________
hackers - make sth real
academics - read sth said to be real
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum