run chkdsk from PXE
Updated: 21 May 2010 | 1 comment
It would be great to be able to push out a chkdsk that could be run from PXE. Anyone have any luck with this? I need to check NTFS of course.
Discussion Filed Under:
It would be great to be able to push out a chkdsk that could be run from PXE. Anyone have any luck with this? I need to check NTFS of course.
Comments
Sounds like it should be possible.
Of course you will need to make sure that chkdsk is available in the preboot environment you plan to boot from PXE into.
I presume that you plan to use WinPE, but I'm not sure if Microsoft provides chkdsk as part of WinPE or not. Create a job that runs a script that runs chkdsk and see what happens.
If chkdsk is not part of WinPE, then you need to find chkdsk and add it to your boot image yourself. Will chkdsk run in WinPE??? Remember that WinPE does not support running any old DOS applications like Windows does. All the DOS support parts of Windows are not part of WinPE, so you'll need a chkdsk that is not DOS based that will run in WinPE.
Would you like to reply?
Login or Register to post your comment.