diff -r 7c5ca700ff02 -r 101697080733 windows.rst --- a/windows.rst Sat Dec 17 22:27:32 2011 +0200 +++ b/windows.rst Mon Dec 19 18:27:54 2011 +0200 @@ -521,4 +521,16 @@ cmd# control userpasswords2 +Format drive. +============= +Replace with own disk letter:: + + cmd# format E: /q /fs:ntfs + +See: + + http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/format.mspx + Formats the disk in the specified volume to accept Windows + files. +