home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2669 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!wingnut!robertre
  3. From: robertre@microsoft.com (Robert Reichel ms2)
  4. Subject: Re: convert documentation
  5. Message-ID: <1993Jan04.231429.16428@microsoft.com>
  6. Date: 04 Jan 93 23:14:29 GMT
  7. Organization: Microsoft Corp.
  8. References: <1992Dec29.084028.1801@pasteur.Berkeley.EDU>
  9. Lines: 26
  10.  
  11. In article <1992Dec29.084028.1801@pasteur.Berkeley.EDU> c263-ah@cs.berkeley.edu (Class Account) writes:
  12. >How do I convert a FAT filesystem to an NT filesystem?  I know this thread
  13. >came up before but I seem to have misplaced my saved copy or missed saving it.
  14. >Better yet, is there some place where I can find documentation on the
  15. >convert command?  I ordered the $399 printed doc set, but that didn't include
  16. >the enduser documentation (did anyone get this?) and the files on the
  17. >CDROM in doc/enduser did not give the parameters for convert.
  18.  
  19. convert d: /fs:ntfs
  20.  
  21. If it can't lock the drive for exclusive access (like, if you're paging
  22. to it) convert will offer to do its stuff for you on your next boot.
  23.  
  24. Notes:
  25. 1) You have to be logged on as Administrator for this to work.
  26.  
  27. 2) This is a one way trip.  We haven't seen a convert failure in a long
  28. time, but backup everything.
  29.  
  30. 3) The disk has to have at least 20% or so free space.  Convert builds
  31. all the necessary on disk NTFS structures in the free space before
  32. it throws the big switch.
  33.  
  34. 4) Don't convert your boot partition if you are running a Mips system.
  35. -- 
  36. * -----
  37. * "Not even close to being a Microsoft spokesbeing"
  38. * Robert Reichel (robertre@microsoft.com)
  39.