学习linux下LVM的制作,实现新挂载两块磁盘 各10G。
步骤如下所示。
[root@nagios ~]# fdisk -l
Disk /dev/sda: 32.2 GB, 32212254720 bytes
255 heads, 63 sectors/track, 3916 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 3916 31350847+ 8e Linux LVM
Disk /dev/sdb: 10.7 GB, 10737418240 bytes
255 heads, 63 sectors/track, 1305 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdb doesn't contain a valid partition table
Disk /dev/sdc: 10.7 GB, 10737418240 bytes
255 heads, 63 sectors/track, 1305 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
fdisk /dev/sdb
n #新建
p #选择分区类型
1 #选择分区号
#回车默认1-1305全部
t #转换分区格式
8e #输入格式
w #保存退出
/dev/sdc
同样的操作
创建物理卷
创建卷组
创建逻辑卷
创建ext3系统
挂载使用:
设置开机自动挂载
ok,设置完成。