Total hard drive space on Solaris

From EggeWiki
Revision as of 00:47, 21 August 2009 by Brianegge (talk | contribs) (Created page with 'If you want to know the total disk space available as a non-root user on Solaris, you can use '''iostat''' to view this information. <geshi> $ iostat -En c2t0d0 Soft E…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you want to know the total disk space available as a non-root user on Solaris, you can use iostat to view this information.

<geshi> $ iostat -En c2t0d0 Soft Errors: 1 Hard Errors: 0 Transport Errors: 0 Vendor: MATSHITA Product: CD-RW CW-8124 Revision: DZ13 Serial No: Size: 0.00GB <0 bytes> Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0 Illegal Request: 1 Predictive Failure Analysis: 0 c3t0d0 Soft Errors: 2 Hard Errors: 0 Transport Errors: 0 Vendor: LSILOGIC Product: Logical Volume Revision: 3000 Serial No: Size: 146.00GB <145999527424 bytes> Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0 Illegal Request: 2 Predictive Failure Analysis: 0 </geshi>