Quick hard drive question

Random irrelevance that just didn't fit into other forums. Talk about anything.

Moderator: Talkative People

Post Reply
User avatar
JaxDragon
Chaos Rift Junior
Chaos Rift Junior
Posts: 395
Joined: Mon Aug 04, 2008 2:03 pm
Current Project: Kanoba Engine
Favorite Gaming Platforms: PS3, PC
Programming Language of Choice: C++
Location: Northeast NC

Quick hard drive question

Post by JaxDragon »

If I buy a hard drive, partition it, and install, say, debian on a partition. WIll the rest of the space be available for both windows(on a separate hard drive) and debian?
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: Quick hard drive question

Post by Ginto8 »

yes, but if you want to dual boot, the best choice is to install a non-Windows bootloader, most likely GRUB.
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
JaxDragon
Chaos Rift Junior
Chaos Rift Junior
Posts: 395
Joined: Mon Aug 04, 2008 2:03 pm
Current Project: Kanoba Engine
Favorite Gaming Platforms: PS3, PC
Programming Language of Choice: C++
Location: Northeast NC

Re: Quick hard drive question

Post by JaxDragon »

I think debian comes with grub when you install it.
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: Quick hard drive question

Post by Ginto8 »

JaxDragon wrote:I think debian comes with grub when you install it.
yes, but you'll probably have to configure it to allow a Windows boot.
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: Quick hard drive question

Post by avansc »

if you install windows first, then linux, it will most of the time setup dual booting for you with no tinkering.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
aamesxdavid
ES Beta Backer
ES Beta Backer
Posts: 347
Joined: Wed Jan 07, 2009 8:49 pm
Location: Bellevue, WA
Contact:

Re: Quick hard drive question

Post by aamesxdavid »

avansc wrote:if you install windows first, then linux, it will most of the time setup dual booting for you with no tinkering.
Yeah, I've done this before. Definitely works on XP.
User avatar
JaxDragon
Chaos Rift Junior
Chaos Rift Junior
Posts: 395
Joined: Mon Aug 04, 2008 2:03 pm
Current Project: Kanoba Engine
Favorite Gaming Platforms: PS3, PC
Programming Language of Choice: C++
Location: Northeast NC

Re: Quick hard drive question

Post by JaxDragon »

Kind of off topic, but can someone recommend either debian or ubuntu? I know they both don't take up that much HD space, but which is more suited for development?
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: Quick hard drive question

Post by avansc »

Ubuntu is based on debian, they are the same for all intense purposes. you can use any platform for development, Windows is fine, and if you can get your hands on a copy of visual studio, go with windows. but if you are gonna go with linux, get ubuntu, just a bigger community.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: Quick hard drive question

Post by LeonBlade »

avansc wrote:Ubuntu is based on debian, they are the same for all intense purposes. you can use any platform for development, Windows is fine, and if you can get your hands on a copy of visual studio, go with windows. but if you are gonna go with linux, get ubuntu, just a bigger community.
I agree, get Ubuntu :)
It also gets updates every few months. One in April and one in October.
The update releases are numbered by the year and the month.
For example, the current update is 9.10 (2009 => 09 => 9) . (October => 10) = 9.10
The next update will be out late this month 10.4 :)
There's no place like ~/
Post Reply