FC3增加新硬盘

由于我的主板是带Hi Point IDE RAID的磐英主板,所以在新增硬盘时要相对修正。

  1. fdisk /dev/hdg
    1. n (add new partitation)
    2. p (primary)
    3. 1 (partitation letter 1)
    4. w (write the change and exist fdisk)
  2. format with ext3 (ext2 with journal)
    mkfs -t ext3 /dev/hdg1
  3. mount
    1. mkdir /home/data
    2. echo "/dev/hdg1 /home/data ext3 default 1 2" >> /etc/fstab
    3. mount -a

posted on 2005-07-01 16:48 毒菇求Buy 阅读(186) 评论(1)  编辑 收藏 引用 所属分类: Linux

评论

# re: FC3增加新硬盘 2005-07-01 16:50 毒菇求Buy

仲未知点样可以加入VolGroup  回复  更多评论   

只有注册用户登录后才能发表评论。
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

导航

统计

常用链接

留言簿(7)

随笔分类(133)

随笔档案(111)

文章分类(65)

文章档案(53)

相册

收藏夹(30)

BLOG

Book store

Graphics Design

搜索

最新评论

阅读排行榜

评论排行榜