![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASM Diskspace | Harikrishna | Shell Programming and Scripting | 1 | 06-27-2008 11:34 AM |
| to compute diskspace | kenshinhimura | Shell Programming and Scripting | 3 | 03-24-2008 06:59 AM |
| Limitation of DiskSpace Script | Dansen | Shell Programming and Scripting | 1 | 10-21-2003 11:26 AM |
| Linux diskspace usage | necro | UNIX for Dummies Questions & Answers | 1 | 04-05-2002 11:54 AM |
| diskspace usage info | nusajunus | UNIX for Dummies Questions & Answers | 2 | 02-25-2002 02:47 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi there,
pls help me, i have a problem, how i can find out the disk amount of each harddisk per command (not the on label on the Harddisk) i need it on HP UX and Sun. can anybody helb me???? pls thanks Scotty |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
you may use df command Ex. df [option] [name]
$ df -f /dev/dsk/os9 $ df -k /dev/dsk/op1 or you may use df -f for unmounted filesystem -g prints the whole statvfs structure -t prints total allocated space as well as free space. For more information do a man df also man du for diskusage. |
||||
| Google The UNIX and Linux Forums |