Partitioning The HDD For Multiple OS - How would I go about doing it?

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #23) by xboxrulz on Oct 20 2006, 09:53 PM. (Line Breaks Removed)
Windows also shows you things too, just things that no one understands unless they have the Windows debugging book . It shows it during a BSoD.xboxrulz
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Operating Systems

Partitioning The HDD For Multiple OS - How would I go about doing it?

IWroteCode
Hey all, I am about to reformat my drive on my Toshiba laptop (with the system restore disc it came with) and was wondering about how to partition it so I could run a distro of Linux and XP on it. I'm pretty computer saavy so fire away.

Also, any other recommendations instead of Linux? I want to try a new OS but preferably not have to pay anything. tongue.gif

Thanks.

Reply

WeaponX
If that restore CD is just used to do a restore once you insert it, then you might have to use a bootdisk to do the formatting. If it's a restore CD with options that allow you to partition your drive, then you may partition using your restore CD.

If it doesn't have the partition function, then try getting the XP bootdisks and see if you can fdisk and partition there. I haven't tried this before since I usually use my original Windows XP CD to partition. So if that doesn't work, then get a Windows 98 bootdisk and use fdisk there. It probably won't work, so try getting this fdisk version to see if it will see that NTFS (if that's what you have) partition so you can delete it and create new partitions.

Linux has so many "flavors" (versions) that you can choose from, so I say go with that. If you are new to Linux, I suggest using Mandrake. If you like the command line more, then go with Red Hat. There are other distros which you may like, so explore and try them out. Most of them are free. To install Linux, make sure you installed Windows first on the main partition and then install Linux so that you can get the Linux Boot Loader to install properly. Otherwise, you will have to get it back manually from the CD again.

 

 

 


Reply

tansqrx
I just reformatted my hard drive a few days ago and this is how I done it. When you get to the XP screen that shows your hard drive partitions and asks which one to install to, customise the partitions before you continue. Since this is a reinstall you will most likely already have a windows partiton. Hit "D" to delete the partiton. You should show an entire hard drive with nothing partitioned. Then hit "C" for create partition. A new screen appears asking how big the new partition should be. By default it is the full size of the hard drive. In my case I do not use Linux that often and I did not need a very large partiton. Out of my 160Gb HDD I created a partition of 100GB for my Windows XP portion, i.e. I just put 100000 in the blank. Agree to this. The partiton screen reappears and simply hit enter on your new partition (the 100GB one in my case). Continue with formatting in NTFS (shame on you if you even consider FAT) and continue the Windows XP install as normal.

After Windows XP is installed, start the Linux install. Depending on disrto you will eventually be presented with a screen asking where you want Linux to be installed. Use the unallocated partition (the 60 odd GB in my case) as the Linux partition. Follow directions for your distro for any additional partition such as swap. Just break up the unallocated space even further.

Reply

qwijibow
There are plenty of other threads in the linux section about which distro to choose for different ppurposes, so i wont get into that.

With Linux, you need 2 or more partitons depending on variouse things.

a popular yet basic partiton scheeme is to create only 2 partitons for linux, a root partiton (the main partiton) and a swap partiton (for virtual memory) 3 partitons in total, 1 for windows, 1 for linux main, and a small one for swap space.


a better partiton scheeme would be 3 partitons for linux.
/ (root)
/home (home partiton)
swap (virtual memory)

the addition of a home partiton adds 2 advantages.
1) you can format linux, and install a different distro without having to backup your files or settings.

2) having your home partiton mounted as a seperate partiton means you can mount it with different settings to your root partiton. a good setting would be "noexec"

mounting home as "noexec" means linux wil not allow you to run scripts or programs from your home partiton. all programs would need to be officially installed by root first.

This reduxces the risk of getting a virus in desktop linux from practically zero, to almost definatly zero.

some people will also put /boot /tmp and /usr on different partitons, but that benefits servers more than desktop's so i wont do into that.

enjoy.

Reply

IWroteCode
Haha, just a tad over my head.

First, what is Fdisk?

Second
, Where would I get a XP bootdisc? (I have home)- I'm pretty sure last time I used the disc there were no options to partition. I think it was Norton Ghost related. (there was a ghost picture and, if I'm remembering correctly, said Symantec or Norton somewhere) The drive wipe itself took about 20min for my 60gb HD. It restored the laptop back to its original state with all the junk freebies that Toshiba put on it.

Third, I already have a boot-from-disc version of Linux - (Gnoppix). Is that good enough or should I try Mandrake? I'm very unfamiliar with Linux.

Fourth, I think my drive is FAT32, but I'm not sure. I remember wanting it to be NTFS but that's pretty much it. How would I check and what's the differences between them both?

Thanks for the info guys. I'll let you know how it goes when I get around to backing up my files.



PS: Is there some sort of info I can post that would fill you guys in a little better? I know in some spyware forums people post their HijackThis "logs" but I don't know if that would help.

Reply

xboxrulz
The differences between NTFS and FAT32, is that FAT32 would require more space per file, while NTFS files are smaller. Linux CAN ONLY read NTFS and not write, while it has full functions w/ FAT32.

Fdisc (Fdisk in American English) is a program that sets your partitions. It doesn't do formatting though.

For Linux, if you want to try it out fully, download Knoppix (the real thing, Gnoppix is just a clone w/ GNOME instead of KDE) and you can actually install Knoppix w/ it's installer (after it boots the desktop)

xboxrulz

Reply

IWroteCode
Oh ok, thanks a lot.

Now to use Fdisc, do I just download and run?

Or is there something special to it?

Thanks.

Reply

xboxrulz
the command is fdisk (but it's really supposed to be called fdisc, but the programmers are Americans, so o well), anyways, it comes w/ Windows.

Just launch cmd then type fdisk. SuSE Linux, Fedora Core, Ubuntu Linux will help you partition when you insert the installation disc.

xboxrulz

Reply

IWroteCode
Ah ok, thanks.

When I run Fdisk, does it erase anything on my HD? And does it do it immediately?
Or can I run it and look at the commands without actually partitioning?

Reply

xboxrulz
fdisk only writes your partitions, if you use SuSE, Fedora or Ubuntu, it can also do the partitioning and formatting for you.

xboxrulz

Reply

Latest Entries

xboxrulz
Windows also shows you things too, just things that no one understands unless they have the Windows debugging book tongue.gif. It shows it during a BSoD.

xboxrulz

Reply

zerofool2005
Most Linux Distro contain the partitioning software. Just one tIp defrag you windows before partitiong keeps you from losing some files. Then boot into the linux disc partitiona nd format the linux partiton into ext3. Most installers are user friendly and give you step by step instrcutions. The thing i love about Lnux is that it tells you what its doing a lot of the time unlike windows hangs there telling you nothing. The Linux distro will install a boot loader and it will ask you when you boot which OS to boot.

Good Luck
zerofool2005

Reply

punkforjesus
when i installed ubuntu i used the built in installer which lets you resize your windows partion or create a new partion from unallocated space

Reply

James_K
If you're starting with a new, blank hard drive, partitioning is easy. The installation routines of Windows NT, 2000, and XP give you some control over partitions. Other versions of Windows come with FDISK, a basic partitioning utility that you copy to a bootable floppy.

But if you want to have extensive partitioning options, you'll need a utility such as Partition Commander ($40) or PartitionMagic ($69). They offer such options as changing the size of partitions and converting from different file systems. And, given enough free space, they preserve the data stored on your drive.

If you're starting with a new, blank hard drive, partitioning is easy. The installation routines of Windows NT, 2000, and XP give you some control over partitions. Other versions of Windows come with FDISK, a basic partitioning utility that you copy to a bootable floppy.

But if you want to have extensive partitioning options, you'll need a utility such as Partition Commander ($40) or PartitionMagic ($69). They offer such options as changing the size of partitions and converting from different file systems. And, given enough free space, they preserve the data stored on your drive.

Before you run the partitioning software, decide how you want to organize your hard drive(s). Consider the size of the drive, whether you want to simply segregate data from the operating system and applications or create a more complex structure, and whether you want to run more than one OS. Once you've decided how to set up your partitions, follow the directions to install and run the partitioning software. Although the software won't let you make incorrect choices, you should check and double-check the new partitions to make sure you've allocated all the drive's space. Creating and moving partitions may take 30 minutes or more, depending on how full your drive is. The software will also format the new partitions for you.

Reply

magiccode9
i think at the beginning, should you first try to confirmed that is, typical copy of windows xp have the drivers of you laptop it want or not. if it did, you can go install xp as normal. however, if not, then, you may backup you current xp first. after that, following the step to get running both os on you computer.

NOTE: THE STEPS BELOW YOU FOLLOW MAY BE MADE YOU LOSS ALL OF THE DATA YOUR COMPUTER HAVE, ALWAYS BACKUP IT FIRST.

I have assumed that you are using fat or fat32 filesystem, coz this make setting easy.

1.) if you wanted a fresh windows to be installed, use your restore cd that come from you machine first. now, you should have a fresh window xp installed.

2.) boot your computer from ms-dos or win9x start-up disk, backup the newer windows to any media( including program files, ...etc), this will use later
3.) now, install the window xp using you typical copy( not the restore cd ), and dont forget choose partition your hard disk, this is coz the computer vendor typical make use of whole disk in the restore disk system. partition a size you like but that can be holding a complete windows xp system, you should have 1GB or larger( if you would installing game, then, you may make larger). this step is to partition you hard drive to have room for windows xp and linux and install the system loader for windows xp.
4.) then, boot you computer with ms-dos or win9x start-up disk again, first rename the windows you just installed, and then, copy your windows xp backup create in step 2.
5.) after the windows xp is copyed, restart you computer to test it if it can boot-up, dont forget the newer window directory name and the backup window directory must be the same. otherwise will failed.
6.) if windows xp start-up success, enjoy to check it whether all the function of you computer would do as before. if it did, go next step, otherwise, check the step above again.

7.) now, you are arrived the last step, for now, you have installed a windows that came with you vendor and have room for installing a linux distso to you computer. you may now following the method posted before to install linux. have fun. smile.gif

- hope this help

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2, 3
Recent Queries:-
  1. xp and lnux dual boot - 7.98 hr back. (1)
  2. what process to transfer os hdd to hdd - 44.75 hr back. (1)
  3. why we need partition for os hdd - 91.02 hr back. (1)
  4. partitioning for multiple installs of linux - 115.77 hr back. (1)
  5. where do i go when im formating the hdd to os linux - 138.16 hr back. (1)
  6. ubuntu "partitioning hd" fdisk - 150.14 hr back. (1)
  7. partition my hard drives into two separate distinct portions in xp. - 184.43 hr back. (1)
  8. linux partitioning multiple - 190.95 hr back. (1)
  9. install xp in multiple partitions - 243.28 hr back. (1)
  10. multiple data streams are present - partition magic 8.0 - 260.20 hr back. (1)
  11. multiple os on hdd - 306.61 hr back. (1)
  12. multiple partition on hdloader hard drive - 360.44 hr back. (1)
  13. "how to partition a drive for multiple os? - 365.51 hr back. (1)
  14. multi distros / root partitions - 412.35 hr back. (1)
Similar Topics

Keywords : partitioning, hd, multiple, os

  1. Mysql Multiple Tables
    (1)
  2. Simple Java Question
    One Variable; Multiple Classes (3)
    I’m probably the only person that is able to do so much with Java3D and yet still can't
    even get some of the Java basics down. Anyway is it (and if so how is it) possible to make a
    variable editable and readable in multiple class files? It seems like this should be an easy
    question to answer, but here is a little code to help you understand what I am talking about. CODE
    public class test extends Applet{  public int Col = 0;  [some long code basically all it
    does is call for a collision behavior]  [(TestB multiple times every 100 millisecon....
  3. Use Of Xml Properties File For One Key - Multiple Value Mapping
    - should I use some other Class? (0)
    Here is a situation I have encountered. I know I can write a custom code to get the job done, but I
    was wondering if the java.util.Properties class (or something else) had this inbuilt and I was
    missing it in the documentation. Situation: Need to load from a file, a set of values (mutliple
    values) for an associated single key. To illustrate, here is an example: propfile.properties
    CODE <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties
    SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties>....
  4. Linux Partitioning With Ntfs
    Splitting a partition (4)
    Because of this topic , I have decided to download and try Ubuntu myself. I used BitTorrent to get
    the ISO image, wasted a CD-R to burn the image on and then booted up the operating system. My first
    time using Linux. My first control of Linux. My first time using Firefox in Linux. Extremely
    exciting. Anyways, Linux looks cool and I want to use it with Windows XP. The CD in the drive was
    extremely hot when I took it out, I could also hear strange noises coming from the drive. I think it
    would be a better idea to actually install the operating system on the hard disk. ....
  5. Know Of Any Block Text Search & Replace Tools ( Across Multiple Files )
    (11)
    The title says it all - am hunting for a freeware tool that'd allow me to search a BLOCK of
    text (as opposed to a line of text in most editors) across multiple files and replace it in all
    those files. Has anyone come across such a tool. I Googled and found a few paid ones and even gave a
    try to their trial versions - but all of them seemed buggy and ill-designed. It'll be really
    great if someone can suggest such a tool. Regards, m^e....
  6. Multiple Versions Of Ie
    want to test your pages? (7)
    When IE7 was installed on my Windows installation, I always wanted to test my pages on IE6,
    didn't know how to do it, but recently I found this tool, called Multiple_IE, it is a "program"
    which has a simple installer and you can install different Internet Explorer versions on one
    system.. before I didn't know about this, I was reading about using virtual machine stuff.. The
    "program" installs the required files on your computer, it is best to use it if you have IE7
    installed! with it you can test your pages in IE7,IE6,IE5,IE4 and even IE3 which as I know does....
  7. Multiple Phpmyadmin Users?
    (5)
    Hi i'm just wondering if it's possible to have another user login to phpmyadmin without
    sharing my cpanel username and password. The other user is one of the devs on my site and needs
    mysql access. I can run the commands for him when i am there but when i'm not there what we are
    working on can get delayed. So basically, can there be more than one user (with different
    usernames/passwords) login to phpmyadmin without going through cpanel Thanks -HellFire....
  8. Multi-page Pdf From Multiple Svg Pages
    A direct converter, or round about approach from DocBook XML to PDF (1)
    OK. Here is something that I am trying to achieve. I want to make a PDF document. The document
    would contain several pages. That is, it would be a multi-page PDF. I would design each of these
    pages with Inkscape, which has a capability of saving each page as a SVG (W3C standard).
    Incidentally, it also has the capability of saving a page as a PDF - but it would be just that - a
    single page PDF. I would not be able to make it a multi-page document, and hence I would not be
    able to save it as a multi-page PDF. This also rules out the possibility of using PDF printer....
  9. Windows 98 Partitioning
    Multiple operating systems on computer (5)
    In the past week, I think I am a really experienced FDISK user. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> And I still need help.
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Goal: Install
    English Windows 98 from Compaq QuickRestore CD onto Hard Disk 2. Install Chinese Windows 98 on Hard
    Disk 1 from installation files kept in a certain partition. Install Linux on extended+logic
    partition on Hard Disk 2. MS-DOS needs to be present on primary partitions of both drives. Steps I
    took after frie....
  10. How Do I Use Linux To Create A Switch From Multiple Ethernet Ports
    (16)
    I have a Linux box with three ethernet ports (NIC cards). I could easily give it more. I have one
    ethernet connection to the outside world at college. College's ethernet policy is amazing, as
    they give us IP addresses that in theory are fully routable from the outside world (haven't had
    a chance to try it out). Unfortunately, I have another computer, my primary laptop, that is
    connected to the internet, and no switch or router. I was wondering how to use my Linux box as
    either a switch or router. What I want to do is the following: 1) Connect the Linux box ....
  11. Connecting Multiple Hard Drive - Best Transfer Speeds?
    (6)
    Hi, I have a few hard drives that have various media files in them. I have been wanting to do this
    for a long time but didn't have the time to do so. What I want to do is separate the contents
    into their own separate groups, but I have gigs of data on each hard drive and want to find the best
    way to do this. I have a USB Enclosure Drive for one of the hard drives if this is necessary. My
    biggest concern is will it slow down my speed considerably if I transfer from the Primary Slave to
    the Secondary Master and Slave drives...and vice-versa? How about using the USB En....
  12. [gmail] Take Action On Multiple Items
    (10)
    The GMail user interface has been updated to include the ability to select multiple messages and
    perform actions on them. In plain-speak: you can select all messages and mark them read or apply a
    label of choice, all in one stroke. Hard to believe that this functionality wasn't already
    embedded in, isn't it? Also included for the neat freaks amongst us - the ability to empty the
    Trash / Spam folders in one click. Well, it's two actually - you need to go the folder in
    question (Trash or Spam) and then click the DELETE ALL link. That pops up a confirmation al....
  13. MySQL, Multiple Tables
    (24)
    Ok, I'm coding a project which is a leap than what I'd normally do. Before, I've always
    learned ONE table... put EVERYTHING in one database table. I'm making a profile system so there
    needs to be at least two tables: 1 for users, 1 for content. My problem is, how do I link the two
    together? I could probably figure this out faster if someone explained and posted sample SQL code
    that shows how the two are linked together. Thanks!! F....
  14. Question: Multiple NICs Multiple IPs - Possible ?
    (13)
    Question for the networking gurus here... Supposing I want to stack in a bunch of ethernet cards
    into the same server / workstation: Can I assign a different IP address to each card - so that
    it's possible to make the same machine a part of different subnets ? That's my main
    objective, i.e. make the machine be hooked simultaneously to different subnets. What is the maximum
    number of Ethernet cards I can stack in (apart from physical system limitations - read FREE SLOTs)
    Can anyone point me to some good resources on this? Thanks a tonne as always /smile.gif....
  15. Multiple Domains For Home Server
    (4)
    In therory, my home server is setup just like a web hosting server. My user account has a web
    directory and yadda yadda. The only way to access it is http://mynetworkdomain/~username How do I
    get my user account to work with a domain (and it is going to be a cjb.net domain because I'm
    cheap like that, /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif"
    />) Thanks! F....
  16. Question About Multiple CPC Agencies
    adsense, targetpoint, chikita (1)
    Ive been looking around and it seems like it would be possible to run Adsense with Target Point and
    Chikita. It may sound like a lot of ads but Im looking to make some money. According to
    TargetPoint: QUOTE "Web page within the Site shall not contain any advertisement in common with
    any other Ad." ~Because i believe you have control over what type of companies that you advertise,
    you could potentially aviod this. Google says: QUOTE "More specifically, Google AdSense program
    policies do not permit Google ads to be published on the same web page as other context....
  17. Need Help With Multiple Keywords In A Search Engine
    (5)
    Anyone knows how to the search engine search for several keywords inside the same field separated by
    "," ( commas ) ?? ....
  18. Need Advise On Partitioning A New Drive
    need advise on set up (9)
    hi i have got my new harddrive for my pc. what i want to do it run gentoo from this new drive. but
    i might want to experiment with other os' and distos i also am going to use a large amount of
    the drive for a ntfs partition storing raw video for editing in either windows or linux . im not
    really sure where i should put my partitions and how i should lay them out. would it be better to
    put the windows partiton at the beginning. the / in the middle. then possibly a /home after that and
    then free space or whatver. im quite interested in seperating my mount points....
  19. Need Help In Coding A Search Engine
    How to Use multiple keywords in it ? (1)
    i've a problem, i have a search engine and i can't get him multiple keywords. When i search
    in the search engine he only browse for one specific keyword. how can i do a script to let me insert
    multiple keywords. theres the code CODE // This is the module for the forms to insert data in
    the search engine. <?  $add_nome = $_POST[add_nome];  $add_keywords =
    $_POST[add_keywords];  $add_desc = $_POST[add_desc];  $add_url
    = $_POST[add_url];      if ( $add_nome == '&....
  20. How Do You Run Multiple Monitors On Linux
    (8)
    I have a Nvidia card on my desktop that allows me to run 2 montors on one card, which is great in
    windows, but when I go to linux, I can't figure out how to set it up that way (so it is
    extended, not cloned) I am running the last free distribution of Red Hat Linux. (which wouldn't
    even work with my video card at first, wierd)....
  21. Can We Host Multiple Websites On Mutiple Accounts?
    is it possible? (4)
    i was just wondering if it were possible that i could have two websites hosted? i have one hosted
    already and plan on putting up a website for my clothing company and i dont know whether or not i
    need to create a new account, or do i just build up my credits for both? if it's not possible,
    does anyone have any suggestions?....
  22. Install Linux Without Format Or Partitioning
    (6)
    Would you like to try Linux Operatin System without Installing it or Formatting the computer? Well,
    YOU CAN! Linux is now available to run on disc straight from the CD without installing on the
    computer. Download the disc 100% LEGAL Have fun /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> ....
  23. Killing An Os By Partitioning?
    Is this possible? (4)
    Lets say I have a dual boot comp, One OS is WIN2000 Pro the other is WIN Server 2003. is it possible
    to Kill the WIN2000 Pro OS by partitioning that part of the HDD? Just thought I'd ask before I
    messed up my HDD.....
  24. Partitioning A Drive
    Can someone explain to me how? (10)
    Can someone explain to me how you can Partition a C:/ Drive on windows so it is split into two
    parts? I don't understand how it is done.......
  25. Help: How Should I Partition My Hard Drive
    What's a Good Partitioning Scheme (7)
    Ok, i just bought a new pc, and i wan't advide on how to distribute my new 120 Gb. Prior to
    this new HD i had another 120 GB with no partition whatsoever (just the main one) with a NFTS
    principal partition... i suffered data lost... /sad.gif' border='0' style='vertical-align:middle'
    alt='sad.gif' /> and i'm using the new HD to recover my lost data with Active Undelete... so,
    after i finish doing this (is a 28 hours proccess) i want to make a new organization system with my
    Hd's... Will you give me advice??????????????? The 120 GB HD is a Maxtor, 7200 rp....
  26. Multiple Browsers Idn Spoofing Test
    Mozilla family (7)
    This exploit affects Mozilla based browsers and versions listed: Mozilla 1.7.x Mozilla Firefox 0.x
    Mozilla Firefox 1.x Mozilla Thunderbird 0.x Mozilla Thunderbird 1.x QUOTE Description: Eric
    Johanson has reported a security issue in Mozilla / Firefox / Camino / Thunderbird, which can be
    exploited by a malicious web site to spoof the URL displayed in the address bar, SSL certificate,
    and status bar. The problem is caused due to an unintended result of the IDN (International Domain
    Name) implementation, which allows using international characters in domain names. T....
  27. Howto: Change System Runlevel Of A Process
    & assign multiple runlevels to processes (0)
    Hi, This tutorial will be as short and sweet (hopefully) as the one on Changing Graphical Login
    to Text Based . Those who are using Linux regularly would have definitely come across the system
    runlevels and all the cryptic looking boot-up messages associated with different runlevel.
    Here's a short description of RunLevels from Linux Man Pages. QUOTE RUNLEVELS       A 
    runlevel is a software configuration of the system which allows only       a selected group of
    processes to exist.  The processes spawned by  init       for each of these runlevels are defined....
  28. Email Client Supporting Multiple Mailboxes
    With password protection (10)
    Hi all, Does anyone know of any such email client that can create multiple virtual mailboxes
    under ONE Windows Login - and thus cater to many different users. What I'm looking for is some
    client that can handle mails the way outllook does based on separate account logins on windows -
    but it should be able to perform the same without having to log out and log back in as a different
    user. Instead the client itself should have options to set up multiple password protected accounts
    that will take you to different mailboxes for every user. Is there any such clien....
  29. Win Xp And W2k With Ntfs
    Alternate / Multiple data streams (0)
    Alternate / multiple-data steams are an issue (feature) with the NTFS file system. This issue is
    difficult to deal with if you are in a networked environment. What are data streams. It's a
    sequence of bytes. (it's a lot more to this but not necesarry for this tutorial) All files and
    folders have a 'main' unnamed stream associated with it regardless of the file system used.
    NTFS differs because it supports additional named data streams that can be added to the file. Why do
    we need alternate data-streams are they good or bad. The answer is both, they are g....
  30. Selection From Multiple Tables
    (0)
    I am in the middle of creating a little forums system, and all so far is going quite well. However I
    have come across a small problem; PHP:
    --------------------------------------------------------------------------------
    $gather_forums_qry = "SELECT a.frm_id, a.frm_name, a.frm_description,
    count(distinct(b.fth_id)) ThreadCount,
    count(distinct(c.fpt_id)) PostCount, a.frm_enabled,
    IF( IFNULL( MAX( b.fth_dateposted), 0) > IFNULL( MAX( c.fpt_d....

    1. Looking for partitioning, hd, multiple, os

Searching Video's for partitioning, hd, multiple, os
Similar
Mysql
Multiple
Tables
Simple Java
Question -
One
Variable;
Multiple
Classes
Use Of Xml
Properties
File For One
Key -
Multiple
Value
Mapping - -
should I use
some other
Class?
Linux
Partitioning
With Ntfs -
Splitting a
partition
Know Of Any
Block Text
Search &
Replace
Tools (
Across
Multiple
Files )
Multiple
Versions Of
Ie - want to
test your
pages?
Multiple
Phpmyadmin
Users?
Multi-page
Pdf From
Multiple Svg
Pages - A
direct
converter,
or round
about
approach
from DocBook
XML to PDF
Windows 98
Partitioning
- Multiple
operating
systems on
computer
How Do I Use
Linux To
Create A
Switch From
Multiple
Ethernet
Ports
Connecting
Multiple
Hard Drive -
Best
Transfer
Speeds?
[gmail] Take
Action On
Multiple
Items
MySQL,
Multiple
Tables
Question:
Multiple
NICs
Multiple IPs
- Possible ?
Multiple
Domains For
Home Server
Question
About
Multiple CPC
Agencies -
adsense,
targetpoint,
chikita
Need Help
With
Multiple
Keywords In
A Search
Engine
Need Advise
On
Partitioning
A New Drive
- need
advise on
set up
Need Help In
Coding A
Search
Engine - How
to Use
multiple
keywords in
it ?
How Do You
Run Multiple
Monitors On
Linux
Can We Host
Multiple
Websites On
Mutiple
Accounts? -
is it
possible?
Install
Linux
Without
Format Or
Partitioning
Killing An
Os By
Partitioning
? - Is this
possible?
Partitioning
A Drive -
Can someone
explain to
me how?
Help: How
Should I
Partition My
Hard Drive -
What's a
Good
Partitioning
Scheme
Multiple
Browsers Idn
Spoofing
Test -
Mozilla
family
Howto:
Change
System
Runlevel Of
A Process -
& assign
multiple
runlevels to
processes
Email Client
Supporting
Multiple
Mailboxes -
With
password
protection
Win Xp And
W2k With
Ntfs -
Alternate /
Multiple
data streams
Selection
From
Multiple
Tables
advertisement




Partitioning The HDD For Multiple OS - How would I go about doing it?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE