Jump to content

Converting to NTFS - resolved


Recommended Posts

I'm not sure what Microsoft's site says about it, but in addition to Doug's post, I do the following when I want to convert:

Go to Start, Run, and type cmd in the Run dialogue, then click Ok.

In the Command Window, type convert /? and hit Enter. You'll see the following:

C:\Documents and Settings\Administrator>convert /?

Converts FAT volumes to NTFS.

CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]

volume Specifies the drive letter (followed by a colon), mount point, or

volume name.

/FS:NTFS Specifies that the volume is to be converted to NTFS.

/V Specifies that Convert should be run in verbose mode.

/CvtArea:filename Specifies a contiguous file in the root directory to be

the place holder for NTFS system files.

/NoSecurity Specifies the converted files and directories security settings to be

accessible by everyone.

/X Forces the volume to dismount first if necessary. All opened handles

to the volume would then be invalid.

This shows you the command and the help about it.

To do the actual conversion, type convert c: /fs:ntfs and hit Enter.

The actual conversion will occur upon the next reboot. It takes a while depending on the size of your hard drive and the speed of your machine, and requires a reboot. If Disk Defragment doesn't automatically run after the last reboot, I recommend running it.

Certainly, please back up, and check out Microsoft's site too.

Hope this helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy