Ubuntu实在太吸引人了,Windows也不想要了,因为早些的时候用的Windows,所以有2个硬盘分区一直是NTFS格式的。不想要了,反正Windows系统都给我删掉的。 这里用我的D盘当例子吧,因为是分区格式转换完了写的这个,所以,可能中间的操作可能会有些不是很准确(哈哈,也差不到哪里去),不过,步骤是错不了的! D:在Linux下对应于/dev/hda6,操作步骤如下: 1、先将/dev/hda6给卸载掉(sudo umount /dev/hda6 ) 2、用fdisk转换分区格式,改为83 sudo fdisk /dev/hda Command (m for help): m (这里有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 //这个t就是偶们要用的 u change display/entry units v verify the partition table w write table to disk and exit x extra functionality (experts only) 下面就是要用t命来修改下分区的id Command (m for help): t Partition number (1-10): 6 //这个是分区号 Hex code (type L to list codes):83 // 83是Linux的id,可以敲一个“l”查看一下
VM新增分区为LinuxRHEL 5里安装JDK6与Eclipse3.2及相关配置相关资讯 Linux分区
- Linux如何分区(挂载点)? (05月01日)
- Linux格式化分区报错Could not (03/14/2015 18:17:57)
- Linux磁盘分区指令 (12/23/2014 18:43:42)
| - Linux系统和Windows系统的硬盘分区 (04月04日)
- 磁盘分区在Windows和Linux下的表现 (02/16/2015 09:30:35)
- Linux入门教程:简单分区与文件系 (07/20/2014 11:09:57)
|
本文评论 查看全部评论 (0)