home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Linux and Unix
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 1722
Discussions: 186,638, Posts: 2,227,428, Members: 230,267
Free Scan: Update Your PC's Outdated Drivers to Optimize Performance
Old January 5th, 2004, 08:21 PM   Digg it!   #1 (permalink)
Member
 
Join Date: Jun 2003
Location: Pittsburgh, PA
Posts: 126
Question
Partition/File System Question

I want to dual boot my computer in Linux and XP. I am going to partition my drive so that I Linux and XP each get their own OS partition and Apps Partition. Also I am going to make a swap partition for Linux. Lastly, I am going to make a Data partition to be shared among the two OSs

That gives 3 Linux Partitions, 2 XP Partitions, and 1 Shared Data Partition. First off, is this the best way to do this or is there a better scheme, in your opinion, out there? Secondly what file system should the data partition be? I was thinking FAT32, but I was wondering if there was a better stable FS that both XP and Linux can read and write to.

Thanks for your help.

TheChronoRogue is offline   Reply With Quote
TechIMO.com Ads - Login or register for less ads.
How many errors does your computer have?

You no longer need to guess! This free stability scan and registry cleaner download will give you a complete diagnosis of your Windows registry, identifying errors and conflicts.

FREE instant scan


Guest, Register Free! to remove this ad and get your tech support questions answered in minutes!
Old January 5th, 2004, 08:29 PM     #2 (permalink)
Mean Moderator
 
EvilRick's Avatar
 
Join Date: Oct 2001
Location: N of Music City, USA
Posts: 7,791
FAT32 would be your best bet w/ *nix. I believe there are ways to get *nix to write to NTFS, but it'll hose it.

How big a HDD are you going to use? You'd probably get better performance using 2 HDD's.

Here's my current setup . . .

IDE0 - 512MB Linux Swap
IDE0 - 1.5GB Linux /tmp ext3
IDE0 - 6.xGB WinXPPro NTFS

IDE1 - 2GB Windows \TEMP (swap file located here as well) NTFS
IDE1 - 64MB Linux /boot ext3
IDE1 - 6.xGB Linux / ext3

RAID0 - 40GB Windows & Linux \DATA FAT32

By having the swap for each OS on different HDD's, you get a bit of performance gain.
__________________
This signature intentionally left blank.

EvilRick is offline   Reply With Quote
Old January 5th, 2004, 09:01 PM     #3 (permalink)
Member
 
Join Date: Jun 2003
Location: Pittsburgh, PA
Posts: 126
Im doing this on a laptop, so I only have a single 80gb drive. I already checked compatibility and its gunna work.

I was also talking to some friends and they said that for XP you really dont need a seperate Boot/Apps Partitions So heres what I was thinking.

35 GB - NTFS - XP Boot/Apps
1 GB - NTFS - XP Swap

20 GB - FAT32 - Data

1 GB - EXT3 - Debian 3.0r2 Boot (Is this the right size for a Boot Paritition?)
** GB - EXT3 - Linux Apps
1 GB - EXT3 - Linux Swap

The left off will go to the Linux Apps Section, should be 22GB in theory, but its always less then its suppose to be, right?

TheChronoRogue is offline   Reply With Quote
Old January 5th, 2004, 09:09 PM     #4 (permalink)
Did you try Google yet?
 
Siliconjunkie's Avatar
 
Join Date: Feb 2003
Location: Buckhannon, WV
Posts: 3,465
Send a message via AIM to Siliconjunkie
Its generally a good idea on linux to create a few partitions, here is what one of mine looks like (actually FreeBSD but you get the idea):

Filesystem 1M-blocks Used Avail Capacity Mounted on
/dev/ad4s1a 247 143 84 63% /
devfs 0 0 0 100% /dev
/dev/ad4s1e 247 0 227 0% /tmp
/dev/ad4s1f 15600 5461 8891 38% /usr
/dev/ad4s1d 247 16 211 7% /var

This will keep a full file system from halting the system, either from logs or from users not paying attention.
__________________
My computer is bigger than yours!
Siliconjunkie is offline   Reply With Quote
Old January 5th, 2004, 09:21 PM     #5 (permalink)
Mean Moderator
 
EvilRick's Avatar
 
Join Date: Oct 2001
Location: N of Music City, USA
Posts: 7,791
Make sure you put the /boot close to the beginning of the drive and it only needs to be about 64MB's. Actually way smaller than that, but 64MB's is safe.

Depending on which OS you plan on spending the most time in, I'd put that one's swap partition at the beginning.

1GB XP Swap FAT32 (I'd also use this as your \TEMP directory and I'd only use a 512MB swapfile, FAT32 because it will perform better at the smaller size)
64MB ext3 Linux /boot
512MB Linux swap (I still don't think anything over 512MB's is effecient)
8-10GB XP NTFS (If you're a gamer, go bigger)
8-10GB Linux / ext3 (break it up into other /'s if you want as suggested by SJ)
?GB's DATA FAT32(for Linux and XP both)

Give that a try and see if you like it.
EvilRick is offline   Reply With Quote
Old January 5th, 2004, 10:06 PM     #6 (permalink)
Member
 
Join Date: Jun 2003
Location: Pittsburgh, PA
Posts: 126
Im kinda new to Linux, so what do the different partitions var, usr, and temp do?

New Scheme (In This Order):
30 GB - NTFS - XP Boot/Apps
.5 GB - NTFS - XP Swap

~0 GB - EXT3 - Debian 3.0r2 Boot
~19 GB - EXT3 - Linux Apps (What else should I split this into?)
.5 GB - EXT3 - Linux Swap

30 GB - FAT32 - Data

Are the swaps in the right place? What would putting them at the beginning of the drive do vs putting them near the rest of the respective OSs files?

Last edited by TheChronoRogue : January 5th, 2004 at 10:10 PM.
TheChronoRogue is offline   Reply With Quote
Old January 5th, 2004, 10:45 PM     #7 (permalink)
Did you try Google yet?
 
Siliconjunkie's Avatar
 
Join Date: Feb 2003
Location: Buckhannon, WV
Posts: 3,465
Send a message via AIM to Siliconjunkie
mount points in linux are kina a hard thing to grasp. The best way to think of them is a directory off of the root of the drive.

/var is where logs, spooled items like mail and print jobs are kept
/usr is where applications live (and user files on BSD, /home is linked here)
/tmp is just that temp space. Some security nuts will say to put /tmp on its on partition and make it so you cannot execute anything on it, but for a singleuser desktop this is overkill.

Some versions of RedHat will complain with less that 250 meg for /boot but you can get away with less as Rick said. But, with huge drives, this is a negligble difference.
Siliconjunkie is offline   Reply With Quote
Old January 5th, 2004, 10:59 PM     #8 (permalink)
Member
 
Join Date: Jun 2003
Location: Pittsburgh, PA
Posts: 126
As posted above, I am going to be using Debian 3.0r2. Will I have a problem with that? Also, I am going to use Partition Magic to do this. Should I leave the Linux Partitions as blank space and let the install handle it or should I pre partition it before the install?
TheChronoRogue is offline   Reply With Quote
Old January 5th, 2004, 11:02 PM     #9 (permalink)
Did you try Google yet?
 
Siliconjunkie's Avatar
 
Join Date: Feb 2003
Location: Buckhannon, WV
Posts: 3,465
Send a message via AIM to Siliconjunkie
I let the installer create them/make them with it. Linux and BSD have near identical filesystems so you should be good there. For your first go round, you may want to do what the installer suggests.
Siliconjunkie is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

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

Most Active Discussions
Is It Just Me? (581)
Putting together my wish list (14)
First Time PC Builder (14)
Back to the Workouts (835)
Motherboard compatibiltiy for 9600 .. (5)
RAID 0 External Drive Slow/Failing .. (12)
Supply Side vs. Demand Side economi.. (11)
Folderchat: The Holiday thread (149)
heatsink issue (17)
Recent Discussions
Looking for some help (0)
soulstrom russian version (0)
SSD's, RAID, and External Backu.. (8)
virtual memory (0)
Contest: Logo and Banner design.. (6)
Putting together my wish list (14)
Giga Pocket Junk (0)
Folderchat: The Holiday thread (149)
First Time PC Builder (14)
Magellan RoadMate 1412 GPS Perf.. (2)
FS: Dell 6000 laptop, modded 36.. (2)
Apple iPod touch 16 GB $200 (4)


All times are GMT -4. The time now is 02:03 AM.
TechIMO Copyright 2008 All Enthusiast, Inc.



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