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 הפקודה ניתן להשתמש כדי להציג את היכולת, וכן בשימוש של שטח פנוי בדיסק כל filestystems על שרת FreeBSD. The diskspace will be output in the number of blocks, in which each block is equal to 1KB in size. את diskspace יהיה הפלט של מספר בלוקים, בה כל בלוק שווה ל 1KB בגודל.
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. הוא ישתמש יחידת suffixes: בתים, Kilobyte, מגה, Gigabyte, Terabyte ו Petabyte על מנת לצמצם את מספר הספרות ארבע או פחות, באמצעות הבסיס 2 עבור גדלים.
IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.
Related Articles מאמרים קשורים
- Download Free Disk Analyzer to Monitor and Clean Up Hard Disk Space Usage הורד חינם דיסקים Analyzer כדי לפקח על ניקוי שטח דיסק קשיח השימוש
- KB955020 Update for Windows Vista and Server 2008 May Occupy 1GB Disk Space – Remove to Recover KB955020 עדכון עבור Windows Vista ו Server 2008 מאי לכבוש 1GB שטח דיסק - הסרה לשחזר
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 1 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 1
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6.0 על VMware Server הזמן להאט לשעון
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 3
- Free Up Hard Disk Space by Removing Duplicate Files with CloneSpy לפנות שטח בדיסק הקשיח על ידי הסרת קבצים כפולים עם CloneSpy
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 4
- Download TreeSize Free to Show Hard Disk Space Usage in Tree View הורד TreeSize חופשייה הצג שטח דיסק קשיח השימוש ב תצוגת עץ
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 2 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 2









































