Download the Tom's Hardware App from the App Store
The reference for current tech news
Yes No
Ads
Tom's Hardware > Forum > Linux/Free BSD > General Discussion > Post your Partitioning Scheme!

Post your Partitioning Scheme!

Forum Linux/Free BSD : General Discussion Post your Partitioning Scheme!

Word :    Username :           
 

So, while I am a self-proclaimed Linux Guru (Slackware 96, baby), I've been experimenting with several partitioning schemes, with varying levels of success. Kinda wondering what's best...

I dual boot Windows XP, as Linux equivalents/WINE haven't quite caught up yet (Sonar 3, crazy amounts of VSTs, DXIs, etc.).

The best that I've been able to come up with thus far is as follows:


/dev/hda

/dev/hda1 -> Windows XP (System) ~40 GB, NTFS
/dev/hda2 -> Linux Swap ~1 GB
/dev/hda3 -> File Storage (Files) ~80 GB, NTFS


/dev/hdc

/dev/hdc1 -> Linux (/) ~35 GB, ReiserFS
/dev/hdc2 -> Windows Swap (Pagefile, actually) ~2 GB, FAT32
/dev/hdc3 -> Linux (/home) ~40 GB, ReiserFS


This seems to yield the best results for me, having any swapping done on separate partitions/disks/channels.

I have a fairly large amount of files under both operating systems, and need a separate partition to keep a backup, should I need to burninate my installation of Windows.

Post your partitioning scheme! Oh, and we'll also need IPs, root password, etc. so we know the whole picture :)


Cheers,

Reply to one_winger
Register or log in to remove.

Here are mine:

Machine #1 (desktop)

/dev/sda (WD Raptor 740GD)

sda1 /boot, 82MB, ext2
sda2 swap, 2GB pri=2
sda3 /, 30GB, XFS
sda4 /local, ~38 GB, XFS

/dev/sdb (WD Caviar SE16 2500KS)

sdb1 swap, 2GB pri=2
sdb2 swap, 2GB pri=1
sdb3 /home, ~233GB, XFS

Machine #2 (Gateway 600XL notebook)

/dev/hda (Hitachi Travelstar 5K100)

hda1 windows (not mounted), 8GB, fat32
hda2 -> extended partition
hda5 /boot, 75MB, ext2
hda6 swap, 2GB
hda7 /, 19GB, XFS
hda8 /home, 65GB, XFS

The pri on that swap between sda2 and sdb1 is a pretty spiffy feature- it in effects makes a RAID 0 swap partition that is much faster than a swap partition on a disk alone. If one of the disks borks, then the sdb2 swap will be able to be mounted from the rescue/install CD. I have 6GB swap as it is a 64-bit box and I do things like run a few VMware terminal sessions and that can tax the 2GB RAM I have in my system.

Reply to MU_Engineer

Home machine:

RAID0 with 2x 74 Gig Raptors on a 3ware 9500S
/dev/sda1 = ~65 GB NTFS (Windows XP x64)
/dev/sda2 = ~64 MB EXT3 (Linux /boot)
/dev/sda3 = ~70 GB Reiser 3.6 (Linux /)
/dev/sda4 = ~7 GB Swap (rarely used)

320GB Western Digital
/dev/sdb1 = ~310 GB FAT32 (Storage)

200GB Seagate
Mirror of /dev/sda with empty space at end
Weekly mirror of OS/App disk

This machine also has VMWare server installed with a multitude of virtual disks, I'll spare you though :)

Laptop:
60GB Hitachi
/dev/hda1 = ~40 GB NTFS (XP Pro)
/dev/hda2 = extended
/dev/hda5 = ~64 MB EXT3 (Linux /boot)
/dev/hda6 = ~10 GB Reiser3.6 (Linux /)
/dev/hda7 = ~5 GB FAT32 (Storage)
/dev/hda8 = ~2 GB Swap

Reply to bmouring
- 0 +

My partitioning scheme is similar to bmouring except it does not include NTFS or FAT32

All but one of my machines are dedicated Linux boxen :-D

Reply to linux_0

Both of my machines are dedicated Linux machines since about a few months ago when the then-latest Windows Update hosed NTLRDR, rendering Windows unbootable on my laptop. The desktop never had and won't ever have Windows on it- I just haven't needed it. So that 8GB space on hda1 is pretty much useless and probably will get dumped soon. I never used Windows anyway, so I guess I'll just get my 8GB back.

Reply to MU_Engineer
- 0 +

Mine is:

/dev/sda0 = 160GB NTFS (Windows XP Pro)
/dev/pda1 = 2GB NTFS (Pagefile for XP)
/dev/pda1 = 55GB (Windows Vista x64)

I sacrificed my Linux to try Vista...

;)

*Ducks*

Reply to Zoron
- 0 +

Quote :

Mine is:

/dev/sda0 = 160GB NTFS (Windows XP Pro)
/dev/pda1 = 2GB NTFS (Pagefile for XP)
/dev/pda1 = 55GB (Windows Vista x64)

I sacrificed my Linux to try Vista...

;)

*Ducks*




/dev/pda1?

And you managed to put 2 diff partitions on it?

:lol:

Reply to linux_0
- 0 +

Well, I'm going off memory... which is a bit fuzzy. That probably wasn't the abbreviation I was looking for... lol.

/dev/hda1 was probably what I was looking for now that I think about it.

DUH!

:lol:

Reply to Zoron
- 0 +

Quote :

Well, I'm going off memory... which is a bit fuzzy. That probably wasn't the abbreviation I was looking for... lol.

/dev/hda1 was probably what I was looking for now that I think about it.

DUH!

:lol:




lol

:lol:

Have you seen FC5, Compiz or OS X?

Reply to linux_0
- 0 +

FC 5 was the distro I was using before I decided to sacrifice that partition to Vista.

;)

But when Vista becomes my main OS... I'll likely get a flavor of Linux installed as well.

Reply to Zoron
- 0 +

Quote :

FC 5 was the distro I was using before I decided to sacrifice that partition to Vista.

;)

But when Vista becomes my main OS... I'll likely get a flavor of Linux installed as well.




You could triple boot ;-)

:D

Reply to linux_0
- 0 +

I could... but I'd prefer having a hard drive per OS... so that would mean getting another hard drive. Might happen eventually... you never know.

Reply to Zoron
- 0 +

Quote :

I could... but I'd prefer having a hard drive per OS... so that would mean getting another hard drive. Might happen eventually... you never know.




VMWare and QEMU are also an option :-D

http://www.vmware.com/download/server/

http://qemu.org/

You can run virtually any OS under QEMU or VMWare as long as you have a decent machine with plenty of RAM ( 1GB or more ).

Under Linux/BSD/Unix more RAM is always better!

:-D

Reply to linux_0
Register or log in to remove.
Tom's Hardware > Forum > Linux/Free BSD > General Discussion > Post your Partitioning Scheme!
Go to:

There are 2003 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
  • Ask the community now
  • Publish
Ad
Ads
Latest best answer
Dual Boot Windows 7 and Ubuntu 12.04
By ijack, 4 days ago:

To get the best performance and lifetime from your SSD you should plan a little more...

Best offers
They won a badge
Join us in greeting them
Top experts