Linux磁碟分割實戰案例(必看篇)_Linux

來源:互聯網
上載者:User

一.查看新添加磁碟

[root@localhost /]# fdisk -l 磁碟 /dev/sda:53.7 GB, 53687091200 位元組,104857600 個扇區Units = 扇區 of 1 * 512 = 512 bytes扇區大小(邏輯/物理):512 位元組 / 512 位元組I/O 大小(最小/最佳):512 位元組 / 512 位元組磁碟標籤類型: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 位元組,41943040 個扇區Units = 扇區 of 1 * 512 = 512 bytes扇區大小(邏輯/物理):512 位元組 / 512 位元組I/O 大小(最小/最佳):512 位元組 / 512 位元組磁碟標籤類型:dos磁碟標識符:0x12f9141b   裝置 Boot   Start     End   Blocks  Id System/dev/sdb1      2048  10487807   5242880  83 Linux

 二.磁碟分割

[root@localhost /]# fdisk /dev/sdb歡迎使用 fdisk (util-linux 2.23.2)。 更改將停留在記憶體中,直到您決定將更改寫入磁碟。使用寫入命令前請三思。  命令(輸入 m 擷取協助):n                                                         (n為建立分區)Partition type:  p  primary (1 primary, 0 extended, 3 free)                                            (p為主要磁碟分割)  e  extended                                                                   (e為擴充分區)Select (default p): p分區號 (2-4,預設 2):2起始 扇區 (10487808-41943039,預設為 10487808):將使用預設值 10487808Last 扇區, +扇區 or +size{K,M,G} (10487808-41943039,預設為 41943039):+5G            (分區的大小)分區 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 atthe next reboot or after you run partprobe(8) or kpartx(8)正在同步磁碟。

三.磁碟格式化

[root@localhost /]# partprobe /dev/sdb2                          (重新整理分區表)[root@localhost /]# mke2fs /dev/sdb2mke2fs 1.42.9 (28-Dec-2013)檔案系統標籤=OS type: Linux塊大小=4096 (log=2)分塊大小=4096 (log=2)Stride=0 blocks, Stripe width=0 blocks327680 inodes, 1310720 blocks65536 blocks (5.00%) reserved for the super user第一個資料區塊=0Maximum filesystem blocks=134217728040 block groups32768 blocks per group, 32768 fragments per group8192 inodes per groupSuperblock backups stored on blocks:    32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 完成              正在寫入inode表: 完成              Writing superblocks and filesystem accounting information: 完成 

四.建立目錄並掛載分區

[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檔案系統    類型   容量 已用 可用 已用% 掛載點/dev/sda3   xfs    48G 3.7G  44G  8% /devtmpfs    devtmpfs 906M   0 906M  0% /devtmpfs     tmpfs   914M  80K 914M  1% /dev/shmtmpfs     tmpfs   914M 8.9M 905M  1% /runtmpfs     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

以上就是小編為大家帶來的Linux磁碟分割實戰案例(必看篇)全部內容了,希望大家多多支援雲棲社區~

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.