paritioning for linux and windows on same drive

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default paritioning for linux and windows on same drive

    Hello,
    I want to split up a drive for use with
    linux and windows. I've done this before
    by mixing paritioning tools
    (winme fdisk, system commander and linux fdisk)

    I've had random problems with corrupted data for
    about the last year both in linux and in windows.
    Usually after copying a lot of files, or installing
    a large game. I've been told it's due to mixing
    partitioning tools.

    What's everyone else using to partition for a
    dual-boot setup? I obviously would like to spend
    more time using the system than restoring from
    backup. :/

    thanks
    bl8n8r
    bad_knee Guest

  2. Similar Questions and Discussions

    1. 2 PCs, 1 Linux install/drive?
      Any and All, I have 2 PCs in different offices. I 'move' between them every week, and want to take my data, etc with me. Both PCs have a...
    2. Mapping Linux Drive to Windows
      Hi, I just installed Redhat Linux 9.0 on my old pentium 120Mhz computer. I need to copy some files to it from my windows computer. I can ping the...
    3. Cannot copy a file from NFS mounted drive to windows C:\ drive
      I am using XLink NFS client ver 3.12 installed on my desktop using Windows XPP. I can see all the files on the NFS mounted drive say e: but I can...
    4. Cannot load Windows on previous Linux drive...
      On Thu, 19 Jun 2003 14:39:10 +0000, John E. Carty wrote: hdX should be something like hda, hdc, etc.... hda=Primary Master hdb=Primary Slave...
    5. Paritioning OSX Mac with OS 9
      I hear that New Worlds purchased this year cannot boot OS 9.x. So will this make it impossible to partition one with OS 9.x? Some hardware and...
  3. #2

    Default Re: paritioning for linux and windows on same drive

    bad_knee wrote:
    > I want to split up a drive for use with
    > linux and windows. I've done this before
    > by mixing paritioning tools
    > (winme fdisk, system commander and linux fdisk)
    >
    > I've had random problems with corrupted data for
    > about the last year both in linux and in windows.
    > Usually after copying a lot of files, or installing
    > a large game. I've been told it's due to mixing
    > partitioning tools.
    There is a very good program testdisk
    which checks your partition-table,
    and corrects it if necessary.
    Though I think it is a little unlikely
    that your problems _are_ due to partitioning errors --
    I think fdisk for example would see any such errors at once.

    --
    Timothy Murphy
    e-mail: [email]tim@birdsnest.maths.tcd.ie[/email]
    tel: +353-86-233 6090
    s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
    Timothy Murphy Guest

  4. #3

    Default Re: paritioning for linux and windows on same drive

    On 22 Sep 2003 10:03:09 -0700, bad_knee <bl8n8r@yahoo.com> wrote:
    > Hello,
    > I want to split up a drive for use with
    > linux and windows. I've done this before
    > by mixing paritioning tools
    > (winme fdisk, system commander and linux fdisk)
    >
    > I've had random problems with corrupted data for
    > about the last year both in linux and in windows.
    > Usually after copying a lot of files, or installing
    > a large game. I've been told it's due to mixing
    > partitioning tools.
    >
    I just got mine redone with dos622, 98se, w2k, and Debian.
    (Well Debian's partitions I did using fdisk and inputting the
    sectors as I had them before, and editing my /etc/fstab.)

    But I used 622's fdisk for the first 32M fat16. I then used
    Debian to make a partition ~8G for FreeBSD, then 98 to make
    the extended partition, an ~1G logical for 98, and used w2k
    to create the NTFS.

    One thing to remember is that if you format a 64M partition
    in dos, then resize it to 32M, and format it again, depending
    on the tools you used you'll get a 64M disk which dos will
    happily use. I don't know if that has ever been fixed, but
    format only checks the partition table if the format is
    invalid. Which leads to the note in man fdisk to the effect
    of when resizing dos partitions use dd to blank the beginning
    of the partition. such as:

    dd if=/dev/null of=/dev/hda1 bs=512 count=2

    That's from memory, check it before you use it.

    Michael C.
    --
    [email]mcsuper5@usol.com[/email] [url]http://mcsuper5.freeshell.org/[/url]
    Registered Linux User #303915 [url]http://counter.li.org/[/url]


    Michael C. Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139