Gentoo Archives: gentoo-user

From: Peter <pete4abw@×××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: 300GB HD
Date: Mon, 22 May 2006 22:50:42
Message-Id: pan.2006.05.22.22.38.58.122709@comcast.net
In Reply to: [gentoo-user] 300GB HD by Samuel Baldwin
1 On Mon, 22 May 2006 17:18:04 -0400, Samuel Baldwin wrote:
2
3 > I'm planning on buying a 300GB HD from maxtor for my next primary HD.
4 > It's a "Maxtor DiamondMax 10 300GB 3.5" IDE Ultra ATA133 Hard Drive - OEM"
5 >
6 Great!
7
8 I have a 200G primary and 80G secondary drive. Both IDE.
9
10 Here are my comments.
11
12 Well, I would up your PS to at least 400 Watts. Not that the drive would
13 use it, but most newer CPUs need at least 400.
14
15 While I understand the other poster's concern for the size of the drive,
16 I disagree. It's a reality today, that data is large -- music files,
17 videos, etc. What _I_ do, is have a second drive installed and backup to
18 it compressing the data. With the large music files, I offload
19 periodically to DVD. I backup / once a month, and I back up /home every
20 night incrementally, weekly incrementally, and full monthly. Good disk
21 organization is very important with a large drive. Consider splitting your
22 system and data into partitions. Here's my layout in case you're
23 interested.
24
25 mars linux # mount
26 /dev/hda5 on / type reiserfs (rw,noatime)
27 /dev/hda6 on /mnt/tmp type reiserfs (rw,noatime)
28 /dev/hda7 on /home type reiserfs (rw,noatime)
29 /dev/hda8 on /mnt/src type reiserfs (rw,noatime)
30 # I keep portage, and other source files on hda8
31 /dev/hda9 on /mnt/w-dos type reiserfs (rw,noatime,notail)
32 # some old windows and dos and wine stuff here
33 /dev/hda10 on /mnt/download type ext2 (rw,noatime)
34 # misc software downloads and patches (mostly windoze)
35 /dev/hda12 on /mnt/music type ext3 (rw,noatime)
36 # 60GB of various music files (a lot of live recordings
37 # in lossless formats)
38 /dev/hdb5 on /mnt/extra type ext2 (rw,noatime)
39 # hdb is my backup drive for all except the music.
40 #hda11 is not shown, but that's my trusty slackware partition
41
42 Good luck!
43
44
45 --
46 Peter
47
48
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: 300GB HD "Hemmann