Results 1 to 7 of 7

Thread: Fat32 to NTFS

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    She who must be obeyed Super Moderator piaqt's Avatar
    Join Date
    Apr 2002
    Location
    NYC
    Posts
    1,628
    http://www.google.com/search?q="conv...e=utf8&oe=utf8
    http://technet.microsoft.com/en-us/l.../bb456984.aspx

    C:\Windows\system32>help convert
    Converts a FAT volume 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 will be converted to NTFS.
    /V
    Specifies that Convert will be run in verbose mode.
    /CvtArea:filename
    Specifies a contiguous file in the root directory that will be the place holder for NTFS system files.
    /NoSecurity
    Specifies that the security settings on the converted files and directories allow access by all users.
    /X
    Forces the volume to dismount first if necessary. All open handles to the volume will not be valid.

    Try switches /v and /x. To create a log for possible troubleshooting, append >[path to logfile to create].txt to the command BEFORE hitting enter.
    Last edited by piaqt; June 20th, 2007 at 16:35 PM.

    Last night, I shot an elephant in my pajamas. How he got in my pajamas, I'll never know.
    love, piaqt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •