|
阅读:1474回复:8
人品暴发,今天发两篇~Debian LVM Settings
注:所有文章都会先在博客发布,修改确认后再转至4c
今天要装FTP了,300G*14的容量看着就爽 倒腾了几个小时装了个debian,想把阵列做成LVM,这样以后扩容(还扩容??)方便~~` 有一点小插曲是dell的阵列居然不能直接支持4T(接近),最大只能2T,所以做了两组raid5。 #fdisk /dev/sdb Device Boot Start End Blocks Id System /dev/sdb1 1 267348 2147472778+ 8e Linux LVM #fdisk /dev/sdc Device Boot Start End Blocks Id System /dev/sdc1 1 206762 1660815733+ 8e Linux LVM 分区后先创建物理卷(PV) #pvcreate /dev/sdb1 #pvcreate /dev/sdc1 再创建卷组 vgcreate ftp_vg /dev/sdb1 /dev/sdc1 检查空的卷组 vgdisplay -v ftp_vg 然后在卷组中创建逻辑卷 lvcreate -L 3.5T -n ftproot_lv ftp_vg 最后格式化(3.5T估计得要不少时间格)…… mkefs.ext3 原文地址:http://www.henjiuhenjiuyiqian.cn/?p=9 |
|
|
|
1C#
发布于:2007-05-06 17:33
Re:人品暴发,今天发两篇~Debian LVM Settings
是那个EMC的柜子么 |
|
|
|
2C#
发布于:2007-05-07 12:59
Re:人品暴发,今天发两篇~Debian LVM Settings
我说过是印刷么…… |
|
|
|
3C#
发布于:2007-05-07 23:09
Re:人品暴发,今天发两篇~Debian LVM Settings
难道我蒙对了...印刷那个DELL不是上面标着EMC么 |
|
|
|
4C#
发布于:2007-05-08 08:09
Re:人品暴发,今天发两篇~Debian LVM Settings
不幸你蒙错了…… |
|
|
|
5C#
发布于:2007-05-08 09:43
Re:人品暴发,今天发两篇~Debian LVM Settings
我承认我最近RP不好
今早找了一个小时的眼镜 结果发现在笔记本屏幕后面 |
|
|
|
6C#
发布于:2007-05-09 09:29
Re:人品暴发,今天发两篇~Debian LVM Settings
wait
acto? |
|
|
|
7C#
发布于:2007-05-24 18:47
Re:人品暴发,今天发两篇~Debian LVM Settings
原文地址改为 http://color-magic.cn/?p=9 |
|
|
|
8C#
发布于:2007-05-25 09:29
Re:人品暴发,今天发两篇~Debian LVM Settings
DELL...
看到这个词就觉得跟自己有关系 哈哈 |
|
|