Ubuntu下将NTFS分区转换成Linux的ext3分区格式

  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”查看一下

在人生的大海中,我们虽然不能把握风的大小,却可以调整帆的方向。

Ubuntu下将NTFS分区转换成Linux的ext3分区格式

相关文章:

你感兴趣的文章:

标签云: