[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Partially corrupt partition table, Mandrake 10.1
- Subject: [ale] Partially corrupt partition table, Mandrake 10.1
- From: rb211 at tds.net (William Bagwell)
- Date: Wed Mar 30 22:37:26 2005
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Wednesday 30 March 2005 10:28 am, Joe Steele wrote:
> On Tue, 29 Mar 2005, William Bagwell wrote:
> > (Short version)
> > One of the partition tables used by DrakeX is corrupt.
> > "error while reading partition table in sector 207270630"
> > Is there an simple way to edit or delete just this one table?
> I suspect the answer might be yes, but...
> It's difficult to be more specific without a little more info. Posting
> the fdisk.log created by the following script might shed a better light
> on your current situation.
If the script is creating a separate fdisk.log I can not find it. It does
append this to both stderr and stdout.
konqueror: WARNING: KGenericFactory: instance requested but no instance name
passed to the constructor!
kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject
*parent, const char *name, KInstance *instance )
konqueror: WARNING: KGenericFactory: instance requested but no instance name
passed to the constructor!
kio (KIOConnection): ERROR: Header read failed, errno=104
kio (KIOConnection): ERROR: Header has invalid size (-1)
kio (KLauncher): ERROR: SlavePool: No communication with slave.
kio (KIOConnection): ERROR: Header read failed, errno=104
kio (KIOConnection): ERROR: Header has invalid size (-1)
kio (KIOConnection): ERROR: Header read failed, errno=104
kio (KIOConnection): ERROR: Header has invalid size (-1)
kio (KLauncher): ERROR: SlavePool: No communication with slave.
kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle '/dev'
--
William
> #!/bin/bash
> fdisk /dev/hda > fdisk.log 2>&1 <<EOF
> p
> u
> p
> x
> p
> e
> d
> v
> q
> EOF
> hdparm -i -v /dev/hda >> fdisk.log
>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale