![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 11:00 AM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 09:52 PM |
| how could i make a program mixed with many "|", "<" and ">" | strugglingman | High Level Programming | 2 | 04-29-2006 05:11 AM |
| No utpmx entry: you must exec "login" from lowest level "shell" | peterpan | UNIX for Dummies Questions & Answers | 0 | 01-18-2006 12:15 AM |
| how to request a "read" or "delivered" receipt for mails | plelie2 | Shell Programming and Scripting | 1 | 08-06-2002 12:26 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
"/" c0t0d0s0 showing 100%.
hi
I recently started looking after server with sunsolaris os. it is dual host system. In one server the '/' showing 56% in other it is showing 100% in df -k. the status of slice was used avail capacity mounted on /dev/dsk.c0t0d0s0 961181 95**** 0 100% After reoving some files the avail is now 922028 but capacity is still 0 and it still showing 100% whereas actual it supposed to be 95%. The du -s showing almost same in both the server. please help me. |
| Forum Sponsor | ||
|
|
|
|||
|
The details on df -k are
Code:
file system used avail capacity mounted on /dev/dsk/c0t0d0s0 961181 922028 0 100% / /dev/dsk/c0t0d0s6 9611181 799169 104342 89% /usr /dev/dsk/c0t0d0s3 9611181 33254 870257 4% /var /dev/dsk/c0t0d0s7 3776238 3297802 440674 89% /export/home /dev/dsk/c0t0d0s5 961181 674966 228545 75% /opt swap 1038440 288 1038152 1% /tmp further even after deleting some files in / dir there is no change of %. still it is 100% though the used value has been reduced. pl help. Last edited by DukeNuke2; 06-20-2008 at 10:45 AM. Reason: added CODE tags for better reading |
|
|||
|
File deletion
|