[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: 8 Gb limit
- From: "Allen,Andrew R.(NXI)" <Andrew Allen cna com>
- To: "'redhat-install-list redhat com'" <redhat-install-list redhat com>
- Subject: RE: 8 Gb limit
- Date: Wed, 17 May 2000 13:53:37 -0500
You can run df to show the used available, free, for all the mount points.
To sum it up, use the following script.
(If you want for a specific mount point-go there and do df .)
df | awk '{ totk += $2 }
{ used += $3 }
{ avail += $4 }
END { printf ("Total kilobytes: %d Used: %d Avail: %d", totk, used,
avail )} '
-----Original Message-----
From: Michael Rubin [mailto:mrubin firstdigitalschool com]
Sent: Wednesday, May 10, 2000 12:49 PM
To: redhat-install-list redhat com
Subject: 8 Gb limit
With all this talk of HD limits going around, could anyone tell me if
there is a command to check hard-drive space? Is it in /proc somewhere?
Thank you.
--
To unsubscribe: mail redhat-install-list-request redhat com with
"unsubscribe" as the Subject.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]