Checking Free Disk Space on FreeBSD Server FreeBSDのサーバー上のディスクの空き容量を確認する
How to check and display free disk space available on a FreeBSD server?どのようにチェックし、空きディスク容量は、 FreeBSDのサーバー上で利用可能なディスプレイですか?
df command can be used to display the capacity, used and free disk space of all filestystems on a FreeBSD server. dfはコマンドは、容量、使用されると、 FreeBSDのサーバー上のすべてのfilestystemsのディスクの空き容量を表示するために使用することができます。 The diskspace will be output in the number of blocks, in which each block is equal to 1KB in size.は、ディスク容量ブロックの数は、出力される一キロバイトには、各ブロックのサイズは同じです。
For more easy and readable format, df -h can be used instead of df.もっと簡単に、読み取り可能な形式については、 dfは、時間の代わりにdfを使用することができます。 -h flag will output the space in “human readable” format.で、時間フラグが出力は、スペースを"人間が読める"形式。 It will use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of digits to four or fewer using base 2 for sizes.以下のサイズのために4つの基地を使用して2桁の数を減らすためにはサフィックス単位:バイト、キロ、メガバイト、ギガバイト、テラバイト、ペタバイトを使用します。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これはマシンとして"保証なしにされている"提供されているページを翻訳しています。 Machine translation may be difficult to understand.機械翻訳を理解するのが難しい場合があります。 Please refer toを参照してください original English articleオリジナルの英語の記事 whenever possible.可能な場合。
Share and contribute or get technical support and help at共有して貢献するかを得る技術サポートと支援 My Digital Life Forums 私のデジタルライフフォーラム . 。
Related Articles関連記事
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 WebサーバーはFreeBSD 6.0のインストールにより、 Apache 2.2 、 MySQLは5.0とPHP 5 -パート4
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 WebサーバーはFreeBSD 6.0のインストールにより、 Apache 2.2 、 MySQLは5.0とPHP 5 -パート3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 1 WebサーバーはFreeBSD 6.0のインストールにより、 Apache 2.2 、 MySQLは5.0とPHP 5で-パート1
- Portdowngrade - Downgrade to Previous Version of FreeBSD’s Ports Portdowngrade -以前のバージョンのF reeBSDのポートのダウン
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSDの6.0 VMware Serverは、時間とクロック低速でダウン
- Update FreeBSD Ports Collection Up to Date and Latest FreeBSDのportsコレクションを最新の状態に更新すると最新の
- FreeBSD Apache HTTP Accept Filter Error FreeBSDのはApache HTTPフィルタエラーを受け入れる
- KB955020 Update for Windows Vista and Server 2008 May Occupy 1GB Disk Space - Remove to Recover KB955020更新プログラムWindows VistaとServerの2008年5月占める1GBのディスクスペース-削除を回復するため
- Vista: Reclaim and Release Disk Space from System Restore and Shadow Copiesビスタ:取り戻すと、システムの復元とシャドウコピーからディスクの空き容量発売
- Vista Hard Disk Space Shrinking and Reducing Anomaly Vistaのハードディスク領域を縮小し、異常を減らす
































