始创于2000年 股票代码:831685
咨询热线:0371-60135900 注册有礼 登录
  • 挂牌上市企业
  • 60秒人工响应
  • 99.99%连通率
  • 7*24h人工
  • 故障100倍补偿
您的位置: 网站首页 > 帮助中心>文章内容

linux vm 如何添加硬盘

发布时间:  2012/8/10 15:25:11
 将虚拟机关闭,加载一块硬盘

  fdisk -l 发现新加载的硬盘标号是sdc ,也就是第三块硬盘

  fdisk /dev/sdc

  Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel

  Building a new DOS disklabel. Changes will remain in memory only,

  until you decide to write them. After that, of course, the previous

  content won't be recoverable.

  The number of cylinders for this disk is set to 2349.

  There is nothing wrong with that, but this is larger than 1024,

  and could in certain setups cause problems with:

  1) software that runs at boot time (e.g., old versions of LILO)

  2) booting and partitioning software from other OSs

  (e.g., DOS FDISK, OS/2 FDISK)

  Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

  Command (m for help): m

  Command action

  a toggle a bootable flag

  b edit bsd disklabel

  c toggle the dos compatibility flag

  d delete a partition

  l list known partition types

  m print this menu

  n add a new partition

  o create a new empty DOS partition table

  p print the partition table

  q quit without saving changes

  s create a new empty Sun disklabel

  t change a partition's system id

  u change display/entry units

  v verify the partition table

  w write table to disk and exit

  x extra functionality (experts only)

  Command (m for help): n

  Command action

  e extended

  p primary partition (1-4)

  e

  Partition number (1-4): 1

  First cylinder (1-2349, default 1):

  Using default value 1

  Last cylinder or +size or +sizeM or +sizeK (1-2349, default 2349):

  Using default value 2349

  Command (m for help): w

  The partition table has been altered!

  Calling ioctl() to re-read partition table.

  Syncing disks.

  [root@qa ~]# mkfs -t ext3 -c /dev/sdc1

  mke2fs 1.39 (29-May-2006)

  /dev/sdc1: Invalid argument passed to ext2 library while setting up superblock

  这是应为,在创建分区时添加的是扩展分区,扩展分区不能直接format,需要对扩展分区再划分出逻辑分区

  主分区,扩展分区,逻辑分区三者有什么不同?什么关系?各用在何处

  1. 每个硬盘有一个主分区表, 其中每项表示一个主分区, 定义了硬盘上的一段连续空间,

  主分区可以是各种类型的, 如fat, linux ext2, fat32, ntfs等等

  2. 主分区表有一个限制, 最多只能有四个. 于是就有了扩展分区:

  这是一个特殊的主分区, 它不能直接使用, 而是象一个指针, 指向一个扩展分区表.

  每个硬盘只能有一个扩展分区.

  3. 在扩展分区表中定义的分区就叫逻辑分区, 它的功能, 作用和主分区类似,

  但被限制在扩展分区所定义的空间大小范围内.

  [root@qa ~]# fdisk /dev/sdc

  The number of cylinders for this disk is set to 2349.

  There is nothing wrong with that, but this is larger than 1024,

  and could in certain setups cause problems with:

  1) software that runs at boot time (e.g., old versions of LILO)

  2) booting and partitioning software from other OSs

  (e.g., DOS FDISK, OS/2 FDISK)

  Command (m for help): m

  Command action

  a toggle a bootable flag

  b edit bsd disklabel

  c toggle the dos compatibility flag

  d delete a partition

  l list known partition types

  m print this menu

  n add a new partition

  o create a new empty DOS partition table

  p print the partition table

  q quit without saving changes

  s create a new empty Sun disklabel

  t change a partition's system id

  u change display/entry units

  v verify the partition table

  w write table to disk and exit

  x extra functionality (experts only)

  Command (m for help): n

  Command action

  l logical (5 or over)

  p primary partition (1-4)

  l 5

  First cylinder (1-2349, default 1):

  Using default value 1

  Last cylinder or +size or +sizeM or +sizeK (1-2349, default 2349):

  Using default value 2349

  Command (m for help): w

  The partition table has been altered!

  Calling ioctl() to re-read partition table.

  Syncing disks.

  扩展分区的逻辑化完成了。

  现在format:

  [root@qa ~]# mkfs -t ext3 -c /dev/sdc5

  mke2fs 1.39 (29-May-2006)

  Could not stat /dev/sdc5 --- No such file or directory

  The device apparently does not exist; did you specify it correctly?

  [root@qa ~]# mkfs -t ext3 -c /dev/sdc5

  mke2fs 1.39 (29-May-2006)

  Filesystem label=

  OS type: Linux

  Block size=4096 (log=2)

  Fragment size=4096 (log=2)

  2359296 inodes, 4717069 blocks

  235853 blocks (5.00%) reserved for the super user

  First data block=0

  Maximum filesystem blocks=0

  144 block groups

  32768 blocks per group, 32768 fragments per group

  16384 inodes per group

  Superblock backups stored on blocks:

  32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,

  4096000

  Checking for bad blocks (read-only test): done

  Writing inode tables: done

  Creating journal (32768 blocks): done

  Writing superblocks and filesystem accounting information: done

  This filesystem will be automatically checked every 29 mounts or

  180 days, whichever comes first. Use tune2fs -c or -i to override.

  挂载

  mount /dev/sdc5 /srv

  把挂载添加到分区表中,这样系统每次启动的时候就自动挂载这个分区

  vi /etc/fstab

  添加

  /dev/sdc5 /srv ext3 defaults 0 0


本文出自:亿恩科技【www.enkj.com】

服务器租用/服务器托管中国五强!虚拟主机域名注册顶级提供商!15年品质保障!--亿恩科技[ENKJ.COM]

  • 您可能在找
  • 亿恩北京公司:
  • 经营性ICP/ISP证:京B2-20150015
  • 亿恩郑州公司:
  • 经营性ICP/ISP/IDC证:豫B1.B2-20060070
  • 亿恩南昌公司:
  • 经营性ICP/ISP证:赣B2-20080012
  • 服务器/云主机 24小时售后服务电话:0371-60135900
  • 虚拟主机/智能建站 24小时售后服务电话:0371-60135900
  • 专注服务器托管17年
    扫扫关注-微信公众号
    0371-60135900
    Copyright© 1999-2019 ENKJ All Rights Reserved 亿恩科技 版权所有  地址:郑州市高新区翠竹街1号总部企业基地亿恩大厦  法律顾问:河南亚太人律师事务所郝建锋、杜慧月律师   京公网安备41019702002023号
      0
     
     
     
     

    0371-60135900
    7*24小时客服服务热线