Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 08-17-2005, 11:34 AM   #1 (permalink)
Nothing
 
k1ng's Avatar
 
Location: Atlanta, GA
What drive should I install linux on?

I recently installed a new 200GB drive, so I now have some extra storage space to play with. I've decided to install linux and I have a few different options that I wanted to run by you guys first.

First, here's my IDE setup:
First(primary?) IDE cable:
Master: 60GB - Windows XP/Installed Programs
Slave: 200GB - General File Storage
Second IDE cable:
Master: 40GB
Slave: DVD-RW Drive

I've always been told that a HD will run slower if it's on the same IDE cable as a CD/DVD drive. How slow are we talking? Because I would like to install linux on the 40GB drive, but not if my (slow) HD is going to be a problem. If it is, I will create a small partition on my 200GB drive for linux and use the 40GB drive as a misc storage drive.

What are your thoughts on this?

Thanks
__________________
"Delight in excellence is easily confused with snobbery by the ignorant." -Joseph Epstein
k1ng is offline  
Old 08-17-2005, 12:27 PM   #2 (permalink)
Upright
 
Location: New jersey
First decide What OS will be your primary OS. What OS do you think you will need the most space for? If you play a lot of games then use the big 200 gig as your windows disk cause you will need more space for your windows games.
I cant quantify how much slower the hdd will get if you are sharing it with another device, but I guess this would only happen if you were accessing the cd-rom at the same time. Also do you really need 3 hdds? why not just use the 200gig for windows and the 60gig for linux. Wouldnt the slow down also happen if you are accessing 2 hdds simultaneously which are connected to the same cable?
maul is offline  
Old 08-17-2005, 01:05 PM   #3 (permalink)
Nothing
 
k1ng's Avatar
 
Location: Atlanta, GA
I rarely play games. I want to use the 200gig for storage (mp3s, movies, installation files, etc). 60gigs is more than enough space for Windows XP + Installed programs.

I would like to install linux on the 40gig, but if the general consensus is that I would be better off putting it on a partition on my 200gb, i'll do that.

Thanks for your response, maul.
__________________
"Delight in excellence is easily confused with snobbery by the ignorant." -Joseph Epstein
k1ng is offline  
Old 08-17-2005, 01:40 PM   #4 (permalink)
Professional Loafer
 
bendsley's Avatar
 
Location: texas
Just leave the 200gig as pure storage for both Operating Systems. Put Windows on the 60gb and put Linux on the 40gb.

That will be fine. The 40gb harddrive's performance will only be slightly less when you are using the 40gb drive and DVD-RW at the same time.
__________________
"You hear the one about the fella who died, went to the pearly gates? St. Peter let him in. Sees a guy in a suit making a closing argument. Says, "Who's that?" St. Peter says, "Oh, that's God. Thinks he's Denny Crane."
bendsley is offline  
Old 08-17-2005, 02:24 PM   #5 (permalink)
Adequate
 
cyrnel's Avatar
 
Location: In my angry-dome.
Quote:
I've always been told that a HD will run slower if it's on the same IDE cable as a CD/DVD drive. How slow are we talking?
Because an IDE bus can only handle one request/response at a time, any request to any target ties up that channel until the target responds. The difference with optical drives is that their response time is much slower than hard drives. Drivers and apps can use asynchronous techniques to minimize spin up and seek blocking but without a huge cache they'll never match the response times of hard drives.
__________________
There are a vast number of people who are uninformed and heavily propagandized, but fundamentally decent. The propaganda that inundates them is effective when unchallenged, but much of it goes only skin deep. If they can be brought to raise questions and apply their decent instincts and basic intelligence, many people quickly escape the confines of the doctrinal system and are willing to do something to help others who are really suffering and oppressed." -Manufacturing Consent: Noam Chomsky and the Media, p. 195
cyrnel is offline  
Old 08-17-2005, 04:30 PM   #6 (permalink)
Darth Papa
 
ratbastid's Avatar
 
Location: Yonder
Quote:
Originally Posted by cyrnel
Because an IDE bus can only handle one request/response at a time, any request to any target ties up that channel until the target responds. The difference with optical drives is that their response time is much slower than hard drives. Drivers and apps can use asynchronous techniques to minimize spin up and seek blocking but without a huge cache they'll never match the response times of hard drives.
In other words, it'll only be an issue when you're actually USING the optical drive. It's not like the drive will just simply BE SLOWER because it's sharing an IDE line with the CD-ROM.

I'd put Linux on the 40gb unless you think you'll be using the CD a lot (frankly, after install, I almost never touch my CD drive). You could also partition the 200gb to have say 20gb for a ext3 partition for Linux and the rest a ntfs partition for file storage. 20gb ought to be an ample plenty, with the rest available for big file storage.
ratbastid is offline  
Old 08-17-2005, 06:08 PM   #7 (permalink)
Insane
 
Quote:
Originally Posted by bendsley
Just leave the 200gig as pure storage for both Operating Systems.
How does this work for a dual-boot system if that partition is NTFS (like my setup)? If I understand correctly, it isn't possible to (safely) write to an NTFS partition under Linux. Ideally I would have another file server machine running Samba, but that isn't currently feasible. This little conundrum means I can basically only use BitTorrent under Windows (or Linux if I had made the 200GB media drive ext3 or something non-NTFS.) Am I correct in thinking there isn't a viable solution to this other than making the NTFS partition a VFAT one instead?
Anomaly_ is offline  
Old 08-17-2005, 11:06 PM   #8 (permalink)
Adequate
 
cyrnel's Avatar
 
Location: In my angry-dome.
Quote:
Originally Posted by ratbastid
In other words, it'll only be an issue when you're actually USING the optical drive. It's not like the drive will just simply BE SLOWER because it's sharing an IDE line with the CD-ROM.
Right, generally. Apologies for not being clear.

Ill-behaved drivers, packet writers, and status checkers exist that can cause the performance issues by polling the drive at intervals even if it isn't being played/accessed intentionally. Simply leaving a CD/DVD in the drive can be enough to cause it. If the light flickers intermittently assume something's being nosey.

This is one place where using analog audio playback is beneficial. Instead of tying up the IDE channel and some portion of your I/O system moving music bits, once the drive receives the play command it just continues with the analog cable passing signals directly to the audio hardware. Not that we use the things this way too often anymore...

Quote:
I'd put Linux on the 40gb unless you think you'll be using the CD a lot (frankly, after install, I almost never touch my CD drive). You could also partition the 200gb to have say 20gb for a ext3 partition for Linux and the rest a ntfs partition for file storage. 20gb ought to be an ample plenty, with the rest available for big file storage.
Yep. Simplicity. If you get into performance tuning then you'll want to move parts to different spindles. That complicates things though, especially if you'll be reinstalling or moving drives around. Keep it simple until that's of interest.
__________________
There are a vast number of people who are uninformed and heavily propagandized, but fundamentally decent. The propaganda that inundates them is effective when unchallenged, but much of it goes only skin deep. If they can be brought to raise questions and apply their decent instincts and basic intelligence, many people quickly escape the confines of the doctrinal system and are willing to do something to help others who are really suffering and oppressed." -Manufacturing Consent: Noam Chomsky and the Media, p. 195
cyrnel is offline  
Old 08-18-2005, 12:21 AM   #9 (permalink)
Adequate
 
cyrnel's Avatar
 
Location: In my angry-dome.
Quote:
Originally Posted by Anomaly_
How does this work for a dual-boot system if that partition is NTFS (like my setup)? If I understand correctly, it isn't possible to (safely) write to an NTFS partition under Linux. Ideally I would have another file server machine running Samba, but that isn't currently feasible. This little conundrum means I can basically only use BitTorrent under Windows (or Linux if I had made the 200GB media drive ext3 or something non-NTFS.) Am I correct in thinking there isn't a viable solution to this other than making the NTFS partition a VFAT one instead?
I use the server route since that's how I've thought for too long. These days there exist several ext2/ext3 drivers for Windows. I never moved beyond experimental releases but for a dual-boot machine like you describe that's the direction I'd explore. Hopefully others here have more current experience on the best solution.
__________________
There are a vast number of people who are uninformed and heavily propagandized, but fundamentally decent. The propaganda that inundates them is effective when unchallenged, but much of it goes only skin deep. If they can be brought to raise questions and apply their decent instincts and basic intelligence, many people quickly escape the confines of the doctrinal system and are willing to do something to help others who are really suffering and oppressed." -Manufacturing Consent: Noam Chomsky and the Media, p. 195
cyrnel is offline  
Old 08-18-2005, 05:20 AM   #10 (permalink)
Upright
 
Location: New jersey
Linux drivers that write to NTFS have been experimental for a long time but they seem to work fine. Some people report problems when writing small files to windows. Why not just use the Linux partition to store "Linux" specific files so the partition dosent have to be too big. For all other files (songs, movies etc) you can store them in a windows partition and mount that partition in Linux. Linux can read flawlessly from NTFS
maul is offline  
Old 08-18-2005, 07:48 AM   #11 (permalink)
Professional Loafer
 
bendsley's Avatar
 
Location: texas
I was not saying to format the 200gig drive as a Fat32/NTFS filesystem, that was assumed by you. You can make this ext2/3 as crynel said, or NFS, or whatever. There are filesystems that both Windows and Linux can read/write to flawlessly. This drive should be formatted as such.
__________________
"You hear the one about the fella who died, went to the pearly gates? St. Peter let him in. Sees a guy in a suit making a closing argument. Says, "Who's that?" St. Peter says, "Oh, that's God. Thinks he's Denny Crane."
bendsley is offline  
Old 08-18-2005, 03:23 PM   #12 (permalink)
Insane
 
Quote:
Originally Posted by cyrnel
I use the server route since that's how I've thought for too long. These days there exist several ext2/ext3 drivers for Windows. I never moved beyond experimental releases but for a dual-boot machine like you describe that's the direction I'd explore. Hopefully others here have more current experience on the best solution.
Yeah, these Ext2 drivers for Windows seem to work pretty well--the author does claim the "level of sophistication of the Ext2 file system driver's implementation is indeed comparable to Windows NT's native file system drivers"--but I tend to trust the Linux side of things more. After looking into it a bit, the consensus filesystem for a shared media partition on a dual-boot system seems to be VFAT. In spite of some of the advantages of NTFS being lost, one doesn't have to mess with non-native drivers under Windows and Linux support for it is very solid.
Anomaly_ is offline  
Old 08-18-2005, 10:21 PM   #13 (permalink)
Nothing
 
k1ng's Avatar
 
Location: Atlanta, GA
Thanks for the responses guys. I installed Ubuntu on the 40gb and haven't had any problems with it. I'll be sure to keep the drive empty (it usually is) when I'm working in linux.

I'll have to look into other file systems later. At this point, I'm okay with just having read access to my NTFS drives, but it would be something worth looking into later.
__________________
"Delight in excellence is easily confused with snobbery by the ignorant." -Joseph Epstein

Last edited by k1ng; 08-18-2005 at 10:24 PM..
k1ng is offline  
 

Tags
drive, install, linux


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 07:05 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360