Linux磁盤分區(qū)實戰(zhàn)案例(必看篇)
更新時間:2016年12月19日 10:37:21 投稿:jingxian
下面小編就為大家?guī)硪黄狶inux磁盤分區(qū)實戰(zhàn)案例(必看篇)。小編覺得挺不錯的,現在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧
一.查看新添加磁盤
[root@localhost /]# fdisk -l 磁盤 /dev/sda:53.7 GB, 53687091200 字節(jié),104857600 個扇區(qū) Units = 扇區(qū) of 1 * 512 = 512 bytes 扇區(qū)大小(邏輯/物理):512 字節(jié) / 512 字節(jié) I/O 大小(最小/最佳):512 字節(jié) / 512 字節(jié) 磁盤標簽類型:dos 磁盤標識符:0x0009f1d1 設備 Boot Start End Blocks Id System /dev/sda1 * 2048 1026047 512000 83 Linux /dev/sda2 1026048 5253119 2113536 82 Linux swap / Solaris /dev/sda3 5253120 104857599 49802240 83 Linux 磁盤 /dev/sdb:21.5 GB, 21474836480 字節(jié),41943040 個扇區(qū) Units = 扇區(qū) of 1 * 512 = 512 bytes 扇區(qū)大小(邏輯/物理):512 字節(jié) / 512 字節(jié) I/O 大小(最小/最佳):512 字節(jié) / 512 字節(jié) 磁盤標簽類型:dos 磁盤標識符:0x12f9141b 設備 Boot Start End Blocks Id System /dev/sdb1 2048 10487807 5242880 83 Linux
二.磁盤分區(qū)
[root@localhost /]# fdisk /dev/sdb
歡迎使用 fdisk (util-linux 2.23.2)。
更改將停留在內存中,直到您決定將更改寫入磁盤。
使用寫入命令前請三思。
命令(輸入 m 獲取幫助):n (n為創(chuàng)建分區(qū))
Partition type:
p primary (1 primary, 0 extended, 3 free) (p為主分區(qū))
e extended (e為擴展分區(qū))
Select (default p): p
分區(qū)號 (2-4,默認 2):2
起始 扇區(qū) (10487808-41943039,默認為 10487808):
將使用默認值 10487808
Last 扇區(qū), +扇區(qū) or +size{K,M,G} (10487808-41943039,默認為 41943039):+5G (分區(qū)的大?。?
分區(qū) 2 已設置為 Linux 類型,大小設為 5 GiB
命令(輸入 m 獲取幫助):w (w保存設置)
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: 設備或資源忙.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
正在同步磁盤。
三.磁盤格式化
[root@localhost /]# partprobe /dev/sdb2 (刷新分區(qū)表)
[root@localhost /]# mke2fs /dev/sdb2
mke2fs 1.42.9 (28-Dec-2013)
文件系統(tǒng)標簽=
OS type: Linux
塊大小=4096 (log=2)
分塊大小=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
327680 inodes, 1310720 blocks
65536 blocks (5.00%) reserved for the super user
第一個數據塊=0
Maximum filesystem blocks=1342177280
40 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Allocating group tables: 完成
正在寫入inode表: 完成
Writing superblocks and filesystem accounting information: 完成
四.創(chuàng)建目錄并掛載分區(qū)
[root@localhost /]# mkdir /soft [root@localhost /]# mount /dev/sdb2 /soft
五.設置開機自掛載
[root@localhost /]# vim /etc/fstab /dev/sdb2 /soft xfs defaults 0 0
六.查看掛載
[root@localhost /]# df -hT 文件系統(tǒng) 類型 容量 已用 可用 已用% 掛載點 /dev/sda3 xfs 48G 3.7G 44G 8% / devtmpfs devtmpfs 906M 0 906M 0% /dev tmpfs tmpfs 914M 80K 914M 1% /dev/shm tmpfs tmpfs 914M 8.9M 905M 1% /run tmpfs tmpfs 914M 0 914M 0% /sys/fs/cgroup /dev/sda1 xfs 497M 116M 382M 24% /boot /dev/sdb1 ext2 5.0G 11M 4.7G 1% /dvd /dev/sdb2 ext2 5.0G 10M 4.7G 1% /soft
以上就是小編為大家?guī)淼腖inux磁盤分區(qū)實戰(zhàn)案例(必看篇)全部內容了,希望大家多多支持腳本之家~
相關文章
Apache提示 the requested operation has failed無法啟動的解決方法大全
這是我這兩天頻繁遇到的問題。Apache服務器還真是問題少年!任何點改動都可能導致它無法使用,下面結合網上搜來的內容,總結下自己關于此問題的解決方法,分享給大家2014-08-08
Keepass+PuTTYPortable+Winscp一鍵登錄實例詳解
這篇文章主要介紹了Keepass+PuTTYPortable+Winscp一鍵登錄實例詳解的相關資料,需要的朋友可以參考下2017-01-01
在Ubuntu 14 上安裝 Nginx-RTMP 流媒體服務器的教程
RTMP流媒體協(xié)議是 一套 Adobe 開發(fā)的音頻視頻實時傳輸協(xié)議;nginx-rtmp 是一個基于nginx的 RTMP服務模塊,開源,免費,接下來通過本文給大家介紹在Ubuntu 14 上安裝 Nginx-RTMP 流媒體服務器,需要的朋友可以參考下2019-11-11

