Gentoo Archives: gentoo-user

From: dg <dg@××××××××××.ru>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Change Partition Type
Date: Thu, 03 Aug 2006 21:06:39
Message-Id: 200608040059.17418.dg@kaboom.spb.ru
In Reply to: [gentoo-user] Change Partition Type by Michael Crute
1 On Thursday 03 August 2006 23:52, Michael Crute wrote:
2 > I have a laptop and when I initially setup the partitions I
3 > anticipated that I would install Windoze along side of Linux for
4 > gaming purposes, I now realize that this is never going to happen and
5 > would like to change the partition type from NTFS to Linux Native. Is
6 > it possible to do this without hurting the other partitions on the
7 > disk? I really can't afford to re-format/re-install the whole machine
8 > right now.
9 >
10 > The partition structure looks like this:
11 > hda1 -> NTFS (unformatted, want to convert over to Linux Native + ext3)
12 > hda2 -> Swap
13 > hda3 -> Linux Native (formatted ext3 with Gentoo installed)
14 >
15 > -Mike
16 >
17 > --
18 > ________________________________
19 > Michael E. Crute
20 > http://mike.crute.org
21 >
22 > I may not have gone where I intended to go, but I think I have ended
23 > up where I intended to be. --Douglas Adams
24
25 In addition to what others already suggested, it also would make sense to
26 actually change the partition type in the partition table:
27 fdisk /dev/hda
28 then press "t" and type partition number (1 in your case), then 83 (Linux
29 Native) when asked for partition type.
30
31 BR,
32 dmitri
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Change Partition Type Michael Crute <mcrute@×××××.com>