![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find a file whick is consuming larger disk space in file system | lokeshpashine | UNIX for Dummies Questions & Answers | 6 | 04-04-2009 02:52 AM |
| How to get free disk space size in C/C++ program( Solaris system) | yidu | High Level Programming | 4 | 01-30-2009 12:49 AM |
| Lost space on file system | aribault | SUN Solaris | 2 | 03-06-2006 04:43 AM |
| Root File system Space | cgege | HP-UX | 2 | 04-13-2005 04:21 PM |
| Free size for File System | videsh77 | UNIX for Dummies Questions & Answers | 7 | 02-03-2005 06:44 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
free some space in file system
dear all,
I have some problem in my file system : df -k result : ... /dev/md/dsk/d3 3101839 2736380 303423 91% /var ... it occupied around 2.7 gb but when I tried command du -sk /var 813991 /var so /var only have around 800Mb , Do you know why there is many difference between df -k and du -sk command ? Do you have any tips to free some space in /var ? Cheers, -fuad- |
|
||||
|
I have run du -sk in /var directory and subdirectory inside it, and also run find to search for file that has large size but it doesn't help much. Now I run out ideas.
I curious why there is so much difference in the result of df -k and du -sk , do I need to reboot my server ? thanks, -Fuad- |
|
||||
|
df -k
Filesystem kbytes used avail capacity Mounted on /dev/md/dsk/d0 3101839 2286604 753199 76% / /proc 0 0 0 0% /proc fd 0 0 0 0% /dev/fd mnttab 0 0 0 0% /etc/mnttab /dev/md/dsk/d3 3101839 2599387 440416 86% /var swap 2061520 32 2061488 1% /var/run swap 256000 2176 253824 1% /tmp /dev/md/dsk/d4 57027422 7085383 49371765 13% /export/home metastat -p d0 -m d10 d20 1 d10 1 1 c1t0d0s0 d20 1 1 c1t1d0s0 d1 -m d11 d21 1 d11 1 1 c1t0d0s1 d21 1 1 c1t1d0s1 d3 -m d13 d23 1 d13 1 1 c1t0d0s3 d23 1 1 c1t1d0s3 d4 -m d14 d24 1 d14 1 1 c1t0d0s4 d24 1 1 c1t1d0s4 mount / on /dev/md/dsk/d0 read/write/setuid/intr/largefiles/logging/onerror=panic/dev=1540000 on Thu Mar 8 02:25:20 2007 /proc on /proc read/write/setuid/dev=4c40000 on Thu Mar 8 02:25:19 2007 /dev/fd on fd read/write/setuid/dev=4d00000 on Thu Mar 8 02:25:24 2007 /etc/mnttab on mnttab read/write/setuid/dev=4e00000 on Thu Mar 8 02:25:26 2007 /var on /dev/md/dsk/d3 read/write/setuid/intr/largefiles/logging/onerror=panic/dev=1540003 on Thu Mar 8 02:25:27 2007 /var/run on swap read/write/setuid/dev=1 on Thu Mar 8 02:25:27 2007 /tmp on swap read/write/setuid/size=250m/dev=2 on Thu Mar 8 02:25:31 2007 /export/home on /dev/md/dsk/d4 read/write/setuid/intr/largefiles/logging/onerror=panic/dev=1540004 on Thu Mar 8 02:25:32 2007 |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|