LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-09-2004, 05:15 PM   #1
ryN
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
Linux Partition Sizes


I have a 120GB Hard Drive and I plan to format it and install SUSE 9.1 on it along with Windows XP for non-Linux supported games. I will be putting all files (mp3s, vids, docs) on my Linux partition. But I was wondering how big I should make my XP partition. Should I just make it about 3 GB and install my games on the Linux Partition from Windows? Or should I make my XP Partition big enough to install my games on? I would prefer to have everything one one partition, and just have a small one for my XP install, but I don't know if that's possible.

Also, always install Windows first, right?
 
Old 11-09-2004, 05:26 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you can't read linux file systems from within windows. anything you want to do in windows has be be contained on eith entfs or fat32 file systems i'd round it up and say 20gb for windows, if you are still aware that putting mp3's on linux fs will leave them inaccessible from Windows. if that's not your intention, then say... 10gb win ntfs, 10gb linux, rest as fat32 common between the two.
 
Old 11-09-2004, 06:00 PM   #3
kevinatkins
Member
 
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605

Rep: Reputation: 33
Quote:
Also, always install Windows first, right?
Yes, install windows first; otherwise, the windows installer will over-write the master boot record and you won't be able to boot linux (although it's possible to restore if necessary...)
 
Old 11-09-2004, 07:00 PM   #4
ryN
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Original Poster
Rep: Reputation: 0
1) How about 4GB for each OS, and the rest as a FAT32 Space?

or

2) Are you saying all my XP games must be on the same partition as XP?
 
Old 11-09-2004, 08:42 PM   #5
Young Padawan
LQ Newbie
 
Registered: Nov 2004
Distribution: Mandrake 10.1 Community w/ WinXP dual boot
Posts: 14

Rep: Reputation: 0
Quote:
2) Are you saying all my XP games must be on the same partition as XP?
only if you use the Linux file system. If you use three main partitions ie 10/100/10 then you can play stuff off the 100 if you use FAT32 or NTFS, but evidenlty NTFS isnt really supported by Linux, but I havnt had a problem accessing my NTFS partition

I have a similar set up with a 120GB drive with 80 for Windows and the Mandrake installed automaticly paritioned the extra 40 into the 3 septerate partitions needed for linux. I hope to get wine configured so that I can just play what I already have installed on the old Windows through Linux.
 
Old 11-10-2004, 01:15 AM   #6
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
It might work better to install the games on the windows partition, reserve enough space for your mp3's on a Fat32 partition and the rest for linux. You know better then us how much space you might use for mp3's. The streamtuner/streamripper in linux could use the fat32 partition also, so that you could play the recorded mp3s in Windows also.

Using only 4 GB of a 120 GB drive for an OS sounds a bit tight to me. Remember that as you add applications to linux or games to Windows, the size taken up will grow with time and the average size of games and applications may grow in size over time.
 
Old 11-10-2004, 01:42 AM   #7
95se
Member
 
Registered: Apr 2002
Location: Windsor, ON, CA
Distribution: Ubuntu
Posts: 740

Rep: Reputation: 32
I have 3 HDs. My XP is on the only NTFS partition and I made that I think about 3.5GB (at the very least 3GB+). Now WITHOUT the "recovery" service whenever I log onto Windows it tells me I have no space and I am forced to find more stuff to delete to get it to shut up. Give it a good 5GB atleast. I ended up creating another 20GB Fat32 partition for my games. Everything else Ext3. Mind you I haven't used Windows for anything but a few Games I can't plat on Cedega/WineX for the past 2 years. So if your just starting to use Linux, make as much as you can Fat32, you never know.
 
Old 11-10-2004, 04:16 AM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
I would make atleast 10 GB for Windows (its a hog) but use FAT32 instead of NTFS. You do not need NTFS unless you are sharing your computer with someone else. For your (lousy) MP3, put it on another drive instead your OS.

I suggest using the 120 GB for multimedia files and then get two 40 GB hard drives for both Windows and Linux. This way, Windows will not be able to screw up your Linux drive and partition table. For Linux partitions, I suggest ReiserFS or XFS. Though Windows 2000/XP can not format partitions larger than 32 GB with FAT32, but Linux and Win98 can.

Linux is able to read NTFS without any problems, but writting to it is a different story. I suggest specify read-only option when mounting NTFS partitions.

I would not worry about setting up WINE during the first few months of learning Linux. During that time practice doing the basics like installing from RPM files, compiling, editing files, navigating through directories, tweaking some settings. You can eventually conqueror setting up WINE.
 
Old 11-11-2004, 09:07 AM   #9
ryN
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Original Poster
Rep: Reputation: 0
How does this sound:

6GB for Windows NTFS
30GB Games (NTFS or FAT32?)
75 GB for Linux, Mp3s, Docs, Linux-only games, Vids, etc.

When I tried to test install Linux it wanted to partition and shrink and do all this stuff I didn't want. (Or do I?)

Another thing. Is the Linux file system faster? And If it is and I use it, can I copy backed up music/pictures to it that were previously on a NTFS drive?

Thanks alot you guys have been a big help!

Last edited by ryN; 11-11-2004 at 09:08 AM.
 
Old 11-12-2004, 05:00 AM   #10
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Putting Windows games and applications on a seperate partition is not very smart. If Windows does not work, you have to re-install the games and applications because installers puts files all over the place. Make the Windows drive 20 GB or 25 GB. Then install games and applications on that partition. The rest you can use for Linux and multimedia files. I would use FAT32 instead of NTFS because writing to NTFS is still experimental.

EXT2/3, ReiserFS, XFS, JFS can be read by Windows though a program like explorer2fs can be used to access EXT2/3 partitions in Windows. If you are switching back and forth from Windows to Linux, use FAT32.

Use 10 GB for Linux partitions. I suggest using either ReiserFS or XFS for Linux. For /home in Linux, you can use EXT2/3. The rest you can make one big FAT32 partition.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Partition sizes for me Doctor Orange Linux - Newbie 2 08-13-2004 09:50 AM
Partition sizes r3dhatter Linux - Newbie 8 07-19-2004 09:01 PM
partition sizes scrambled2k3 Linux - Newbie 7 02-21-2003 02:32 PM
Partition Sizes (Debian GNU/Linux) monkeys_r_us85 Linux - Newbie 3 02-01-2003 03:45 AM
Help partition sizes? vicente Linux - Software 2 07-09-2001 07:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration