- 论坛徽章:
- 0
|
下面是我的分区情况,现在我想创建一个ext3类型的分区/dev/sda3,请大侠们帮帮忙,写出详细步骤,谢谢
# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes, 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000e3b99
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1026047 512000 83 Linux
/dev/sda2 1026048 625141759 312057856 8e Linux LVM
Disk /dev/mapper/rhel-swap: 8338 MB, 8338276352 bytes, 16285696 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/rhel-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 298.1G 0 disk
├─sda1 8:1 0 500M 0 part /boot
└─sda2 8:2 0 297.6G 0 part
├─rhel-swap 253:0 0 7.8G 0 lvm [SWAP]
├─rhel-root 253:1 0 50G 0 lvm /
└─rhel-home 253:2 0 239.9G 0 lvm /home
sr0 11:0 1 1024M 0 rom
Disk /dev/mapper/rhel-home: 257.5 GB, 257517682688 bytes, 502964224 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes |
|