converting FAT32

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hello all,

Can someone tell me how to convert my drive from FAT32 to
NTFS? My XP installation was an upgrade over 98se and
I've read that using NTFS file system has better
reliability. Thanks in advance for any suggestions.
 
To convert a volume to NTFS from the command prompt

1.. Open Command Prompt.
2.. In the command prompt window, type
convert drive_letter: /fs:ntfs

For example, typing convert D: /fs:ntfs would format drive
D: with the ntfs format.

Notes

a.. To open command prompt, click Start, point to All
Programs, point to Accessories, and then click Command
Prompt.
b.. You can convert FAT or FAT32 volumes to NTFS with this
command.
Related Topics


Just open Windows Explorer and type "convert"


--
The people think the Constitution protects their rights;
But government sees it as an obstacle to be overcome.


message | Hello all,
|
| Can someone tell me how to convert my drive from FAT32 to
| NTFS? My XP installation was an upgrade over 98se and
| I've read that using NTFS file system has better
| reliability. Thanks in advance for any suggestions.
 
Thanks for the speedy reply....:)

-----Original Message-----
Open a Command Prompt window and enter CONVERT /? For
the command line options. Also see:
http://www.aumha.org/a/ntfscvt.htm

--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"Chris" <[email protected]> wrote in
message news:[email protected]...
 
Thanks for the help. But... could you clarify your
example. You stated "typing convert D: /fs:ntfs would
format drive D: with the ntfs format". I hope you don't
mean that this will reformat the drive(therefore losing
data) as oppsed to converting the file system. Thanks...
 
No data loss with the convert command. If you read Doug
Knox's instructions you will see the same syntax used. I
just copied the Windows Help page for the convert command.

The command is saying "Convert drive D: to the file system
NTFS." It will change the format of the file system, not
the files themselves.


--
The people think the Constitution protects their rights;
But government sees it as an obstacle to be overcome.


message | Thanks for the help. But... could you clarify your
| example. You stated "typing convert D: /fs:ntfs would
| format drive D: with the ntfs format". I hope you don't
| mean that this will reformat the drive(therefore losing
| data) as oppsed to converting the file system. Thanks...
|
| >-----Original Message-----
| >
| >To convert a volume to NTFS from the command prompt
| >
| > 1.. Open Command Prompt.
| > 2.. In the command prompt window, type
| > convert drive_letter: /fs:ntfs
| >
| > For example, typing convert D: /fs:ntfs would format
| drive
| >D: with the ntfs format.
| >
| > Notes
| >
| > a.. To open command prompt, click Start, point to All
| >Programs, point to Accessories, and then click Command
| >Prompt.
| > b.. You can convert FAT or FAT32 volumes to NTFS with
| this
| >command.
| >Related Topics
| >
| >
| >Just open Windows Explorer and type "convert"
| >
| >
| >--
| >The people think the Constitution protects their rights;
| >But government sees it as an obstacle to be overcome.
| >
| >
| >message | >| Hello all,
| >|
| >| Can someone tell me how to convert my drive from FAT32
| to
| >| NTFS? My XP installation was an upgrade over 98se and
| >| I've read that using NTFS file system has better
| >| reliability. Thanks in advance for any suggestions.
| >
| >
| >
 
Click START--RUN and type: cmd
At the command prompt type: CONVERT C: /FS:NTFS


--
Best of luck!

Michael D. Alligood
MCSA, MCP, CCNA, A+,
Network+, i-Net+, CIW A, CIW CI
 
Michael said:
Click START--RUN and type: cmd
At the command prompt type: CONVERT C: /FS:NTFS

See the page reference I gave and do *not* do that blind. With FAT 32
partitions made in win9x systems, and maybe other utilities not part of
XP, the result will be to leave you with 512 byte clusters, which is not
good news.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ntfs v fat32 24
Converting from FAT32 to NTFS 3
formatting with exfat 5
NTFS to Fat32 10
can't install XP on NTFS drive 6
Partition Size Limit for Fat32 14
NTFS or FAT32 ? 22
Splitting a large file???? 3

Back
Top