Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
bad_knee #1
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 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... -
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... -
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... -
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... -
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... -
Timothy Murphy #2
Re: paritioning for linux and windows on same drive
bad_knee wrote:
There is a very good program testdisk> 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.
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
-
Michael C. #3
Re: paritioning for linux and windows on same drive
On 22 Sep 2003 10:03:09 -0700, bad_knee <bl8n8r@yahoo.com> wrote:
I just got mine redone with dos622, 98se, w2k, and Debian.> 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.
>
(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



Reply With Quote

