bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to align partition properly


From: Andrew Clausen
Subject: Re: Unable to align partition properly
Date: Tue, 10 Apr 2001 10:58:13 +1000

Morten Welinder wrote:
>            # dd if=/dev/hda1 bs=16k count=1 | gzip > ext2-start.gz
> 
> Attached below.

OK, the problem is that parted is simultaneously detecting
a FAT and ext2 file system on the partition.  (I've
figured out a good algorithm for resolving this conflict
nicely, but still haven't implemented it)

So, the workaround for now is:

        # dd if=/dev/zero of=/dev/hda1 bs=512 count=1

This zeroes out the first 512 bytes of the partition.  This
will nuke the FAT data, but ext2 starts 1024 bytes in ;-)

Thanks!
Andrew Clausen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]