• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Converting Fat32 to NTFS?

Alienwho

Diamond Member
Ok when I installed win2k I used fat32 because I was planning on dual booting with Win98, but that ain't gonna happen anymore cause there is no use for win98. So I am wondering if I can just simply convert my Fat32 to NTFS without having to reformat or kill any data? And also I have a second HD that's also Fat32 where I keep all my mp3s and all that fun stuff, and I would like to convert this to NTFS also without having to kill everything. And if that doesn't work, would it be ok to have my Primary C drive as NTFS and my slave as Fat32?
 
Yeah, look in the windows help files for convert and it will show you the command line to convert fat 32 to ntfs.
 
i believe software such as partition magic will allow you to convert your file system without formatting, and there may also be an option in windows

and yes, NTFS primary C drive would work fine
 


<< Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>convert /?
Converts FAT volumes to NTFS.

CONVERT volume /FS:NTFS [/V]

volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
/FS:NTFS Specifies that the volume to be converted to NTFS.
/V Specifies that Convert should be run in verbose mode.

C:\>
>>




So all you do from command prompt is type &quot;convert c: /fs:ntfs&quot;.
 
Back
Top