Gentoo Archives: gentoo-user

From: hawat.thufir@×××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: core packages for a dual-boot system
Date: Sun, 19 Mar 2006 19:22:11
Message-Id: Pine.LNX.4.64.0603191408511.20299@ybpnyubfg.ybpnyqbznva
In Reply to: [gentoo-user] core packages for a dual-boot system by hawat.thufir@gmail.com
1 On Sun, 19 Mar 2006, hawat.thufir@×××××.com wrote:
2
3 > From: hawat.thufir@×××××.com
4 > Subject: core packages for a dual-boot system
5 >
6 > I've thought about gentoo for some time, and getting closer to switching over
7 > from fedora.
8 >
9 > as can be seen, there's a vfat partition, "/mnt/windows".
10 >
11 > [thufir@localhost ~]$
12 > [thufir@localhost ~]$ df
13 > Filesystem 1K-blocks Used Available Use% Mounted on
14 > /dev/mapper/VolGroup00-LogVol00
15 > 17394484 14690156 1806488 90% /
16 > /dev/hda2 101105 18104 77780 19% /boot
17 > /dev/shm 111860 0 111860 0% /dev/shm
18 > /dev/hda1 11451144 9922200 1528944 87% /mnt/windows
19 > [thufir@localhost ~]$ date
20 > Sun Mar 19 12:28:40 EST 2006
21 > [thufir@localhost ~]$
22 >
23
24 4.b. Designing a Partitioning Scheme
25
26 Default Partitioning Scheme
27
28 If you are not interested in drawing up a partitioning scheme for your
29 system, you can use the partitioning scheme we use throughout this book:
30 Partition Filesystem Size Description
31 /dev/hda1 ext2 32M Boot partition
32 /dev/hda2 (swap) 512M Swap partition
33 /dev/hda3 ext3 Rest of the disk Root partition
34
35
36 <http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=4#fdisk>
37
38
39 So, I want something like:
40 Partition Filesystem Size Description
41 /dev/hda1 ext2 32M Boot partition
42 /dev/hda2 (swap) 512M Swap partition
43 /dev/hda3 ext3 ??? Root partition
44 /dev/hda4 fat32
45
46
47 I'm concerned about overwriting the windows partition, or mucking up the
48 dual-boot bootloader.
49
50 There are directions at
51 <http://gentoo-wiki.com/HOWTO_Dual_boot#Single_Drive_Install_.28Windows_Pre-Installed.29>,
52 but I'd like to have it all worked out ahead of time for my own sake.
53
54 Perhaps I don't even need to format anything?
55
56
57 -Thufir
58 --
59 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: core packages for a dual-boot system hawat.thufir@×××××.com