一、新增一块硬盘:/dev/sdb
二、fdisk /dev/sdb 对硬盘操作
a toggle a bootable flag # b edit bsd disklabel c toggle the dos compatibility flag d delete a partition #删除一个分区 g create a new empty GPT partition table #创建一个空的GPT格式的分区卷(默认是MBR,GPT可以分128个分区,MBR最多4个主分区) G create an IRIX (SGI) partition table l list known partition types #列表查看分区类型 m print this menu #打印菜单 n add a new partition #添加一个新分区 o create a new empty DOS partition table #创建一个新的空的dos格式的分区卷(默认即为此模式) p print the partition table #打印分区表 q quit without saving changes #不保存退出 s create a new empty Sun disklabel #创建一个新的空的Sun 分区卷(不知什么鬼) t change a partition's system id #改变分区的system id(改变分区的类型,lvm,swap等) u change display/entry units v verify the partition table w write table to disk and exit #保存并退出(谨慎操作) x extra functionality (experts only)
三、正常操作:
1.g——改变MBR为GPT格式(需要多个主分区(用于lvm)或者硬盘2T的情况下使用)
2.n——添加新分区
3.t——改变分区类型(GPT格式下用15 linux lvm)
4.w——保存即可。
文章评论