Laptop message on start up
Author
Discussion

Jamesd49

Original Poster:

2,916 posts

232 months

Friday 17th May 2013
quotequote all
Hi

I have a Samsung laptop running windows 7.

For about two weeks I get this error message every time I start up

"Checking file system on C:
The type of the files system is NTFS

One of your disks needs to be checked for consistency. You may cancel the disc check, but it is strongly recommended that you continue.
Disk checking has been cancelled"

I will start the laptop, it will load, come up with this message, I wont press anything it will go away a couple of seconds then carry on and boot up as normal, my laptop has performed the same ever since I got this message.

Is it anything to worry about?

Thanks

marshalla

15,902 posts

227 months

Friday 17th May 2013
quotequote all
Yes. Windows thinks there may be damage to the filesystem or disc. Let the check run, make backups and be ready to replace the drive.

Jamesd49

Original Poster:

2,916 posts

232 months

Friday 17th May 2013
quotequote all
marshalla said:
Yes. Windows thinks there may be damage to the filesystem or disc. Let the check run, make backups and be ready to replace the drive.
How do I let the check run? As when I get that error message it says the disc check had all ready been canceled and it wont give me any options to check it.

Well its not my main computer as I have all my documents and pics on my desktop and my laptop is just a spare computer with limited stuff on it anyway.

grumbledoak

32,466 posts

259 months

Friday 17th May 2013
quotequote all
You should be able to run a check manually from the Command Prompt. i.e.
> chkdsk

Jamesd49

Original Poster:

2,916 posts

232 months

Friday 17th May 2013
quotequote all
grumbledoak said:
You should be able to run a check manually from the Command Prompt. i.e.
> chkdsk
Ok thanks, I will try and have a look tonight when I get a spare 5 mins.

TonyRPH

13,494 posts

194 months

Friday 17th May 2013
quotequote all
The check that ran the first time will have written an event to the event log, detailing what it found.

This article explains what events are written to the log, and how to access the logs in Windows 7.

If you're not being prompted following successive reboots, then it's probably nothing to worry about.

If you want to force a check, you can go to a DOS prompt, and type chkdsk c: /f (assuming your main drive is csmile.

Note: It won't perform that chkdsk until the next reboot (and it will notify you of this).


Jamesd49

Original Poster:

2,916 posts

232 months

Friday 17th May 2013
quotequote all
TonyRPH said:
The check that ran the first time will have written an event to the event log, detailing what it found.

This article explains what events are written to the log, and how to access the logs in Windows 7.

If you're not being prompted following successive reboots, then it's probably nothing to worry about.

If you want to force a check, you can go to a DOS prompt, and type chkdsk c: /f (assuming your main drive is csmile.

Note: It won't perform that chkdsk until the next reboot (and it will notify you of this).
Thanks a lot, I will have a look tonight, but it seems to be ok.

Willy Holloughby

253 posts

169 months

Friday 17th May 2013
quotequote all
In an admistrator command prompt type

chkntfs /x c:


Jamesd49

Original Poster:

2,916 posts

232 months

Saturday 18th May 2013
quotequote all
I have tried everything said on this thread and I cant get anything to work. I have looked through the event log and cant see anything that involved the discs.

Also I cant seem to run a manual scan as it keeps coming up with errors on the common prompt.

Anybody else able to help?

x type

996 posts

216 months

Saturday 18th May 2013
quotequote all
This works for windows XP I don,t know if it's the same for windows 7 ??



Consistency" check or chk dsk

what you're experiencing is what Windows refers to as "setting the dirty bit" and what you have to do is unset that bit. Every time Windows XP starts, autochk.exe is called by the kernel to scan all volumes to check if the volume dirty bit is set. If the dirty bit is set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f verifies file system integrity and attempts to fix any problems with the volume. It is usually caused by a hard shut down or a power loss during a read-right operation on that particular drive.

How do I fix it, you ask?

Well, that's easy. First click Start> Run> bring up a command prompt by typing in "CMD" and type " fsutil dirty query d: ". This queries the drive, and more than likely it will tell you that it is dirty. Next, type "CHKNTFS /X D:". The X tells Windows to NOT check that particular drive on the next reboot. At this time, manually reboot your computer, it should not do a Chkdsk and take you directly to Windows.

Once Windows has fully loaded, bring up another CMD prompt and type and now you want to do a Chkdsk manually by typing "Chkdsk /f /r d:". This should take you through 5 stages of the scan and will unset that dirty bit. Finally, type "fsutil dirty query d:" and Windows will confirm that the dirty bit is not set on that drive. Good luck!

http://www.troublefixers.com/how-to-avoid-chkdsk-d...

Just follow the procedure given below:

You need to do a manual chkdsk on all the partitions or physical hard drives.


1. Open start>>run and type “cmd”(without double quotes)

2. Type “chkntfs /x <drive letter>”(without double quotes) For example: chkntfs /x d:

3. Run this command for all the partitions of your hard drive.

4. Reboot your computer properly it will not do a disk scan again.

Jamesd49

Original Poster:

2,916 posts

232 months

Saturday 18th May 2013
quotequote all
Thanks will try tomorrow.

Jamesd49

Original Poster:

2,916 posts

232 months

Thursday 23rd May 2013
quotequote all
I have suggested everything that was said above and havent been able to find a problem, could it just be a message that has got stuck on my laptop as I use it daily and it still works as good as when I got it.

Should it be ok? What should I do next?

TonyRPH

13,494 posts

194 months

Thursday 23rd May 2013
quotequote all
It sounds like your disk could be failing.

Or the laptop is being bumped about a bit.

Ideally you want to look at the disk with a 'smart' diagnostics tool, which will reveal any errors.


Dave^

7,846 posts

279 months

Thursday 23rd May 2013
quotequote all
Start a command promt with admin rights,

SFC /scan now

Wait for it to finish, and reboot...

Jamesd49

Original Poster:

2,916 posts

232 months

Thursday 23rd May 2013
quotequote all
Dave^ said:
Start a command promt with admin rights,

SFC /scan now

Wait for it to finish, and reboot...
I tried that before and nothing happened, will have a try later if I get 5 mins.

Jamesd49

Original Poster:

2,916 posts

232 months

Friday 24th May 2013
quotequote all
Still not working.

I did My computer > Local Disk C > Properties > Tools > Error-checking

I did the check, it lasted 20seconds and took me back to windows and let me log in, which aint right, I am still getting the error message.
Anybody able to help?

Dave^

7,846 posts

279 months

Friday 24th May 2013
quotequote all
Install SeaTools - http://www.seagate.com/gb/en/support/downloads/sea...

Let that scan the drive, there are a number of different test, run each one in turn...

lestag

4,614 posts

302 months

Saturday 25th May 2013
quotequote all
If I remember correctly, the HD has an area set aside to re-map blocks that are physically bad.
When this area has been fully used, there are no more places that chkdsk can re-map the faulty blocks, hence the chkdsk is always running.
I would recommend backing the disk up as an image using acronis true image backup to an external USB disk.
Buying a replacement HDD and restoring the image backup to that.
Then run the chkdsk on the new disk to be sure

TonyRPH

13,494 posts

194 months

Saturday 25th May 2013
quotequote all
At the risk of repeating myself - download and install HD Tune and have a look at the S.M.A.R.T diagnostics section - you should be able to copy and paste the data here.

IME repeated running of chkdsk suggests impending failure.

On some PCs / Laptops, you can actually enable SMART checks in the BIOS - and then the BIOS will issue a warning of any failures.


Jamesd49

Original Poster:

2,916 posts

232 months

Saturday 25th May 2013
quotequote all
Ok thanks, to be honest the laptop seems fine so I might just leave it.