设为首页 收藏本站
查看: 725|回复: 0

[经验分享] Centos7配置LVM-IT摆渡人

[复制链接]

尚未签到

发表于 2018-4-19 14:41:15 | 显示全部楼层 |阅读模式
  Welcome to fdisk (util-linux 2.23.2).
  Changes will remain in memory only, until you decide to write them.
  Be careful before using the write command.
  Device does not contain a recognized partition table

  Building a new DOS disklabel with disk>  Command (m for help): n
  Partition type:
  p   primary (0 primary, 0 extended, 4 free)
  e   extended
  Select (default p):
  Using default response p
  Partition number (1-4, default 1):
  First sector (2048-62914559, default 2048):
  Using default value 2048
  Last sector, +sectors or +size{K,M,G} (2048-62914559, default 62914559): +5G

  Partition 1 of type Linux and of>  Command (m for help): n
  Partition type:
  p   primary (1 primary, 0 extended, 3 free)
  e   extended
  Select (default p):
  Using default response p
  Partition number (2-4, default 2):
  First sector (10487808-62914559, default 10487808):
  Using default value 10487808
  Last sector, +sectors or +size{K,M,G} (10487808-62914559, default 62914559): +5G

  Partition 2 of type Linux and of>  Command (m for help): p
  Disk /dev/sdb: 32.2 GB, 32212254720 bytes, 62914560 sectors
  Units = sectors of 1 * 512 = 512 bytes

  Sector>
  I/O>  Disk label type: dos

  Disk>
  Device Boot      Start         End      Blocks  >  /dev/sdb1            2048    10487807     5242880   83  Linux
  /dev/sdb2        10487808    20973567     5242880   83  Linux
  查看分区类型
  Command (m for help): L
  0  Empty           24  NEC DOS         81  Minix / old Lin bf  Solaris
  1  FAT12           27  Hidden NTFS Win 82  Linux swap / So c1  DRDOS/sec (FAT-
  2  XENIX root      39  Plan 9          83  Linux           c4  DRDOS/sec (FAT-
  3  XENIX usr       3c  PartitionMagic  84  OS/2 hidden C:  c6  DRDOS/sec (FAT-
  4  FAT16 <32M      40  Venix 80286     85  Linux extended  c7  Syrinx
  5  Extended        41  PPC PReP Boot   86  NTFS volume set da  Non-FS data
  6  FAT16           42  SFS             87  NTFS volume set db  CP/M / CTOS / .
  7  HPFS/NTFS/exFAT 4d  QNX4.x          88  Linux plaintext de  Dell Utility
  8  AIX             4e  QNX4.x 2nd part 8e  Linux LVM       df  BootIt
  9  AIX bootable    4f  QNX4.x 3rd part 93  Amoeba          e1  DOS access
  a  OS/2 Boot Manag 50  OnTrack DM      94  Amoeba BBT      e3  DOS R/O
  b  W95 FAT32       51  OnTrack DM6 Aux 9f  BSD/OS          e4  SpeedStor
  c  W95 FAT32 (LBA) 52  CP/M            a0  IBM Thinkpad hi eb  BeOS fs
  e  W95 FAT16 (LBA) 53  OnTrack DM6 Aux a5  FreeBSD         ee  GPT
  f  W95 Ext'd (LBA) 54  OnTrackDM6      a6  OpenBSD         ef  EFI (FAT-12/16/
  10  OPUS            55  EZ-Drive        a7  NeXTSTEP        f0  Linux/PA-RISC b
  11  Hidden FAT12    56  Golden Bow      a8  Darwin UFS      f1  SpeedStor
  12  Compaq diagnost 5c  Priam Edisk     a9  NetBSD          f4  SpeedStor
  14  Hidden FAT16 <3 61  SpeedStor       ab  Darwin boot     f2  DOS secondary
  16  Hidden FAT16    63  GNU HURD or Sys af  HFS / HFS+      fb  VMware VMFS
  17  Hidden HPFS/NTF 64  Novell Netware  b7  BSDI fs         fc  VMware VMKCORE
  18  AST SmartSleep  65  Novell Netware  b8  BSDI swap       fd  Linux raid auto
  1b  Hidden W95 FAT3 70  DiskSecure Mult bb  Boot Wizard hid fe  LANstep
  1c  Hidden W95 FAT3 75  PC/IX           be  Solaris boot    ff  BBT
  1e  Hidden W95 FAT1 80  Old Minix
  调整两个分区类型为lvm
  Command (m for help): t
  Partition number (1,2, default 2): 1
  Hex code (type L to list all codes): 8e
  Changed type of partition 'Linux' to 'Linux LVM'
  Command (m for help): t
  Partition number (1,2, default 2):
  Hex code (type L to list all codes): 8e
  Changed type of partition 'Linux' to 'Linux LVM'
  在创建一个2G分区
  Command (m for help): n
  Partition type:
  p   primary (2 primary, 0 extended, 2 free)
  e   extended
  Select (default p):
  Using default response p
  Partition number (3,4, default 3):
  First sector (20973568-62914559, default 20973568):
  Using default value 20973568
  Last sector, +sectors or +size{K,M,G} (20973568-62914559, default 62914559): +2G

  Partition 3 of type Linux and of>  Command (m for help): t
  Partition number (1-3, default 3):
  Hex code (type L to list all codes): 8e
  Changed type of partition 'Linux' to 'Linux LVM'
  Command (m for help): p
  Disk /dev/sdb: 32.2 GB, 32212254720 bytes, 62914560 sectors
  Units = sectors of 1 * 512 = 512 bytes

  Sector>
  I/O>  Disk label type: dos

  Disk>
  Device Boot      Start         End      Blocks  >  /dev/sdb1            2048    10487807     5242880   8e  Linux LVM
  /dev/sdb2        10487808    20973567     5242880   8e  Linux LVM
  /dev/sdb3        20973568    25167871     2097152   8e  Linux LVM
  保存配置
  Command (m for help): w

  The partition table has been>  Calling ioctl() to re-read partition table.
  Syncing disks.

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-449070-1-1.html 上篇帖子: Centos 6 系统优化 下篇帖子: CentOS 6.5 samba实例配置
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表