Ubuntu實(shí)在太吸引人了,Windows也不想要了,因?yàn)樵缧┑臅r(shí)候用的Windows,所以有2個(gè)硬盤分區(qū)一直是NTFS格式的。不想要了,反正Windows系統(tǒng)都給我刪掉的。
這里用我的D盤當(dāng)例子吧,因?yàn)槭欠謪^(qū)格式轉(zhuǎn)換完了寫的這個(gè),所以,可能中間的操作可能會(huì)有些不是很準(zhǔn)確(哈哈,也差不到哪里去),不過,步驟是錯(cuò)不了的!
D:在Linux下對(duì)應(yīng)于/dev/hda6,操作步驟如下:
1、先將/dev/hda6給卸載掉(sudo umount /dev/hda6 )
2、用fdisk轉(zhuǎn)換分區(qū)格式,改為83
sudo fdisk /dev/hda
Command (m for help): m (這里有m可以看一下各個(gè)參數(shù)的意思)
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 //這個(gè)t就是偶們要用的
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
下面就是要用t命來修改下分區(qū)的id
Command (m for help): t
Partition number (1-10): 6 //這個(gè)是分區(qū)號(hào)
Hex code (type L to list codes):83 // 83是Linux的id,可以敲一個(gè)“l(fā)”查看一下
新聞熱點(diǎn)
疑難解答
圖片精選