From: Asger-P on
Hi Nina

Thanks for Your reply.

On 21.04.2010 - 17:31 Nina DiBoy wrote:

> Which partition/drive does it want to check?

Only first disk, which contains C, D, E, F, G and H, but
it only want to check G, F, D and H in that order

p.s. I have 4 internal disks and one extern usb

> What were the results, any bad sectors?

No everything is OK.

> Make a backup of all personal files and data and check to make sure that
> the drive cable is connected firmly at both ends.

It must be, as everything is working as it should and XP dont
want to check the C partition


Thanks again.
Best regards
Asger-P
From: John John - MVP on
Asger-P wrote:
> Hi Mark and John
>
> Den 21.04.2010 kl. 16:43 Mark Adams wrote:
>
>
>> You might need to do a repair install, see:
>>
>> http://www.michaelstevenstech.com/XPrepairinstall.htm
>
> John wrote:
>> I'll second that recommendation.
>> From the article:
>
>> "Chkdsk Runs Each Time That You Start Your Computer"
>> <http://support.microsoft.com/kb/316506>
>
> Thanks for Your replies, but I would very much like to avoid
> a repair install, it always mess up every thing..:(
> And in this case there is absolutely nothing wrong with my PC,
> except for the check disk at startup, every thing works fine.

At a command prompt issue:

CHKNTFS /D

and see if things change.

Did you install the motherboard/chipset drivers?

John
From: Asger-P on
Hi John

On 22.04.2010 kl. 16:29 John John wrote:

> At a command prompt issue:
>
> CHKNTFS /D
>
> and see if things change.

Actually they didn't, but CHKNTFS was definitely the way to go

CHKNTFS c: d: e: f: g: h: j:

gave me the partitions that the system thought was changed
then I did a

chkdsk f: /R
chkdsk g: /R
etc.

on the drives that was mentioned and they disappeared from
the changed list and now the PC boots as normal.


> Did you install the motherboard/chipset drivers?

Yes.

I didn't know about that CHKNTFS command. :-)

Thank You very much.
Best regards
Asger-P
From: John John - MVP on
Asger-P wrote:
> Hi John
>
> On 22.04.2010 kl. 16:29 John John wrote:
>
>> At a command prompt issue:
>>
>> CHKNTFS /D
>>
>> and see if things change.
>
> Actually they didn't, but CHKNTFS was definitely the way to go
>
> CHKNTFS c: d: e: f: g: h: j:
>
> gave me the partitions that the system thought was changed
> then I did a
>
> chkdsk f: /R
> chkdsk g: /R
> etc.
>
> on the drives that was mentioned and they disappeared from
> the changed list and now the PC boots as normal.
>
>
>> Did you install the motherboard/chipset drivers?
>
> Yes.
>
> I didn't know about that CHKNTFS command. :-)
>
> Thank You very much.

You're welcome.

John