Linux系統(tǒng)的磁盤管理
添加時間:2016-8-4 16:22:07
添加:
思海網(wǎng)絡(luò)
Linux系統(tǒng)的磁盤管理
1.fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes =>硬盤容量120G
255 heads, 63 sectors/track, 14593 cylinders =>255個磁頭,63個扇區(qū),14593個柱面
Units = cylinders of 16065 * 512 = 8225280 bytes =>每個柱面的容量是 8225280
=>存儲容量=磁道(柱面)數(shù)×磁頭數(shù)×每道扇區(qū)數(shù)×每扇區(qū)字節(jié)數(shù)
14593×255×63×512=111.788G
柱面容量=磁頭數(shù)×每道扇區(qū)數(shù)×每扇區(qū)字節(jié)數(shù) 255×63×512=8225280 B
實際上硬盤廠家通常是按照1G=1000計算的
Disk identifier: 0xc3ffc3ff
Device Boot Start End Blocks Id System =>start 表示的一個分區(qū)從X cylinder開始
/dev/sda1 * 1 3824 30716248+ 7 HPFS/NTFS
/dev/sda2 3825 10199 51200000 7 HPFS/NTFS
/dev/sda3 10200 12596 19253902+ 5 Extended
/dev/sda4 12597 14593 16040902+ 12 Compaq diagnostics
/dev/sda5 10200 10211 96358+ 83 Linux
/dev/sda6 10212 10454 1951866 82 Linux swap / Solaris
/dev/sda7 10455 11548 8787523+ 83 Linux
/dev/sda8 11549 12596 8418028+ 83 Linux
2.df:通過這個命令可以查看磁盤的使用情況以及文件系統(tǒng)被掛載的位置
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda7 8649544 1986948 6223220 25% /
tmpfs 1033648 0 1033648 0% /lib/init/rw
udev 10240 136 10104 2% /dev
tmpfs 1033648 0 1033648 0% /dev/shm
/dev/sda5 93307 19997 68493 23% /boot
關(guān)鍵字:Linux、系統(tǒng)、磁盤管理
新文章:
- CentOS7下圖形配置網(wǎng)絡(luò)的方法
- CentOS 7如何添加刪除用戶
- 如何解決centos7雙系統(tǒng)后丟失windows啟動項
- CentOS單網(wǎng)卡如何批量添加不同IP段
- CentOS下iconv命令的介紹
- Centos7 SSH密鑰登陸及密碼密鑰雙重驗證詳解
- CentOS 7.1添加刪除用戶的方法
- CentOS查找/掃描局域網(wǎng)打印機IP講解
- CentOS7使用hostapd實現(xiàn)無AP模式的詳解
- su命令不能切換root的解決方法
- 解決VMware下CentOS7網(wǎng)絡(luò)重啟出錯
- 解決Centos7雙系統(tǒng)后丟失windows啟動項
- CentOS下如何避免文件覆蓋
- CentOS7和CentOS6系統(tǒng)有什么不同呢
- Centos 6.6默認iptable規(guī)則詳解