[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Improperly nested partitions, help needed!
From: |
Svante Signell |
Subject: |
Re: Improperly nested partitions, help needed! |
Date: |
Tue, 21 Sep 2010 22:29:35 +0200 |
On Tue, 2010-09-21 at 16:18 -0400, Lennart Sorensen wrote:
[...]
> > So the solution is to blank out the first sector of /dev/sda3,
> >
> > dd if=/dev/null of=/tmp/sda3 bs=512 count=1
> >
> > to get rid of the warnings? Please confirm the command above is correct.
>
> Not quite.
>
> dd if=/dev/zero of=/tmp/sda3 bs=512 count=1
I see my mistake of output file in my previous mail, it should read /dev/sda3
instead
of /tmp/sda3, right?
dd if=/dev/zero of=/dev/sda3 bs=512 count=1
> That should work. /dev/null is for output. You need input and a source
> of all zeros.
>
> Probably want to save the original you dumped before on some other media
> just in case you need to restore it (although I highly doubt it).
Thanks!
- Improperly nested partitions, help needed!, Svante Signell, 2010/09/21
- Re: Improperly nested partitions, help needed!, Isaac Dupree, 2010/09/21
- Re: Improperly nested partitions, help needed!, Grégoire Sutre, 2010/09/21
- Re: Improperly nested partitions, help needed!, Lennart Sorensen, 2010/09/21
- Re: Improperly nested partitions, help needed!, Grégoire Sutre, 2010/09/21
- Re: Improperly nested partitions, help needed!, Phillip Susi, 2010/09/22
- Re: Improperly nested partitions, help needed!, Lennart Sorensen, 2010/09/22
- Re: Improperly nested partitions, help needed!, Grégoire Sutre, 2010/09/22
- Re: Improperly nested partitions, help needed!, Lennart Sorensen, 2010/09/22
- Re: Improperly nested partitions, help needed!, Vladimir 'φ-coder/phcoder' Serbinenko, 2010/09/22
- Re: Improperly nested partitions, help needed!, Brendan Trotter, 2010/09/22
- Re: Improperly nested partitions, help needed!, Vladimir 'φ-coder/phcoder' Serbinenko, 2010/09/22