home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 July / PCpro_2004_07.ISO / docs / presizer / resizer.txt
Encoding:
Text File  |  2003-10-11  |  13.5 KB  |  291 lines

  1. <http://194.219.136.116/Zeleps/download.html>
  2.  
  3.  
  4. *
  5. the Partition Resizer FAQ*
  6.  
  7. *Please read this document before posting any questions. If you don't
  8. have the latest version of Partition Resizer (currently 1.3.4), please
  9. download it from here <http://194.219.136.116/Zeleps/download.html>
  10. before you read any further.*
  11.  
  12. *Q: Why do I need Partition Resizer?*
  13.  
  14. A: You don't. You can as well backup all your data, use FDISK to
  15. repartition your drive, and restore the backed up data in the new
  16. partition. But while this can take sometimes many hours, and this only
  17. if you have a tape streamer (don't even think about using floppy disks),
  18. Partition Resizer will do the job in 5-30 minutes in most cases.
  19.  
  20. *Q: Where can I find the latest version of Partition Resizer?*
  21.  
  22. A: Best way is to get it from this page, which has a new link now,
  23. http://zeleps.com <http://zeleps.com/> (please update your bookmarks).
  24. Also, you can always find it in any SimTel mirror site, like
  25. oak.oakland.edu <http://oak.oakland.edu/>, or nic.funet.fi
  26. <ftp://nic.funet.fi/>, in the directory SimTel/msdos/diskutil
  27. <http://oak.oakland.edu/simtel.net/msdos/diskutil.htm> under the name
  28. presz???.zip. ??? is the current version number. Another  good way to
  29. locate the latest version is to perform a web or ftp search, using
  30. "presz" as the search string (ftp search can be performed at
  31. ftpsearch.ntnu.no <http://ftpsearch.ntnu.no/>).
  32.  
  33. *Q: Why does Partition Resizer move all the data around my disk?*
  34.  
  35. A: This is done for two reasons. Indeed, moving the data is not
  36. necessary for shrinking a partition. But leaving the data in it's
  37. original place, results in unused sectors in the partition's FAT, which
  38. is lost space. The second reason is that you cannot grow a partition
  39. without growing it's FAT, and in order to grow the FAT, you have to move
  40. the data. There is of course a much faster method, of moving only the
  41. files that reside in the beginning of the partition, in order to make
  42. space for the FAT, but it is a bit more complicated to implement, and I
  43. don't feel like spending time for it. Sorry!
  44.  
  45. *Q: Resizing my partition is taking waaaaay too long (a couple of days).
  46. What has happened?*
  47.  
  48. A: In the rare case your partition is large (>10GB) and you make a very
  49. small (even unnoticed change) to the size of the partition, the process
  50. will be very slow. Thus it might take days to complete. Also, the
  51. counter will reset itself after a while. These things do not affect the
  52. resizing process (which will finish successfully) but it might be
  53. dangerous to interrupt the program in such a long task (there is a known
  54. bug with the resumption scheme in large operations which is now fixed
  55. and will be published soon). So, if it takes too long, just leave it
  56. running. I'm planning to create a warning message for such cases.
  57.  
  58. *Q: Why is it that the program shouldn't be run from the working partition?*
  59.  
  60. A: When working, the program writes some data in a file. This file is
  61. overwritten and deleted when the work is over. But after the data
  62. moving, DOS doesn't know there are changes, so it tries to write the
  63. data back to the old position of the file. Worse, when the file is
  64. deleted, DOS changes the old sectors of FAT, which can be any sector in
  65. the disk. You understand of course, that these random writes on the disk
  66. can be a disaster to your data. Apart from that, the rescue file is not
  67. deleted properly, so the program will find it again the next time it
  68. runs, and will falsely ask you to continue an unfinished work. You don't
  69. want to know what will happen to your data if you do the same resizing
  70. process twice... Partition Resizer v.1.2.0 and later detects the
  71. partition it is running from, and does not allow any changes to be
  72. performed on it.
  73.  
  74. *Q: Is Partition Resizer compatible with drive compression software
  75. (like DoubleSpace or Stacker)?*
  76.  
  77. A: The program itself works fine with these, since it doesn't consider
  78. them as drives. Partition Resizer scans ONLY physical drives for
  79. partitions. But it shouldn't be run from a compressed drive that resides
  80. in a partition that will be resized or moved. If you're uncertain about
  81. that, just run Partition Resizer from a bootable floppy disk.
  82.  
  83. *Q: Does Partition Resizer work well with Windows 95 long filenames?*
  84.  
  85. A: Absolutely. Long filenames are not affected, since the program
  86. doesn't mess with directory and file descriptors. Of course, you cannot
  87. run Partition Resizer in a window or a DOS session. You'll have to
  88. restart your computer in MSDOS mode, lock the disks, and then run presizer.
  89.  
  90. *Q: Does Partition Resizer work well with Windows 95 OSR2 / Windows 98*?
  91.  
  92. A: Yes.
  93.  
  94. *Q: And what about Windows Me?*
  95.  
  96. A: Windows Me (Millennium Edition) do not directly support Real Mode
  97. Applications. Partition Resizer will work under Windows Me only if you
  98. boot your system from a Windows Me (or other version) bootable floppy. 
  99.  
  100. *Q: Does Partition Resizer resize FAT32 partitions?*
  101.  
  102. A: Yes, all types of FAT32 partitions.
  103.  
  104. *Q: Does Partition Resizer resize NTFS partitions?*
  105.  
  106. A: No, NTFS partitions are currently not supported by the resizing
  107. engine. They can only be moved but you cannot use Partition Resizer to
  108. change their size.
  109.  
  110. *Q: Can Partition Resizer create or delete partitions?*
  111.  
  112. A: No. Use FDISK for this job.
  113.  
  114. *Q: Is Partition Resizer compatible with Windows NT / Windows 2000 /
  115. Windows XP?*
  116.  
  117. A: Depends. It does not run under Windows NT/2000/XP, and it does not
  118. resize NTFS partitions, but it can move Windows NT/2000/XP partitions
  119. and it does not damage your Windows NT/2000/XP installation.
  120.  
  121. *Q: How can I run Partition Resizer under **Windows NT / Windows 2000 /
  122. Windows XP?*
  123.  
  124. A: You have to boot from a bootable DOS floppy disk to run Partition
  125. Resizer under NT/2000/XP. In Windows XP you can create a bootable floppy
  126. disk from Windows Explorer by inserting the floppy in the drive,
  127. right-clicking the drive, selecting 'Format...' and checking the 'Create
  128. an MS-DOS startup disk' option. Then copy Partition Resizer in that disk
  129. and proceed as described in README.1ST. For other NTOSs (NT/2000)
  130. there's no way to create an MSDOS system disk from within the OS, thus
  131. you have to create a disk from a Win 95/98/Me Installation (or borrow
  132. one from a friend).
  133.  
  134. *Q: I run Partition Resizer on my disk, but my XYZ operating system?
  135. will no longer boot, and the boot manager doesn't work. What happened?*
  136.  
  137. A: Partition Resizer changes the partition information stored in the
  138. disk. Most operating systems keep some information about the partition
  139. structure in order to boot themselves, but this information is not
  140. updated at boot time, it is stored when the boot manager or the system
  141. files are installed. Therefore, you should always reinstall boot
  142. managers and boot files after you've run Partition Resizer. This is true
  143. for OS/2 boot manager, Windows NT dual booter and Linux's LILO. Read
  144. TROUBLE.DOC for more information.
  145.  
  146. *Q: After running Partition Resizer, I can no longer boot from my Hard
  147. Disk, although when I boot from a floppy I access my partitions normally.*
  148.  
  149. A: Run "FDISK /mbr" from the DOS prompt and reboot.
  150.  
  151. *Q: Why isn't there an undo option?*
  152.  
  153. A: There's no need for that. All actions done by Partition Resizer can
  154. be undone easily by doing the opposite thing from what we want to undo,
  155. i.e. growing undoes shrinking.
  156.  
  157. *Q: I have a FAT32 partition with cluster size larger than 4K In the
  158. resizing screen, I can shrink my partition but I cannot grow it,
  159. although there is empty space beyond the end of the partition.*
  160.  
  161. A: This is due to a bug, which is fixed in version 1.3.3 and onwards.
  162.  
  163. *Q: I press the left/right arrows repeatedly, but the partition refuses
  164. to change size. What should I do?*
  165.  
  166. A: If you were trying to grow the partition, there isn't enough disk
  167. space available at the end of the drive. If you were trying to shrink
  168. the partition, there are some files residing at the end of the drive,
  169. which do not allow the partition to be shrunk. Even if you defragged the
  170. drive, there are still be some read-only or hidden files remaining at
  171. the end of the drive. Please read README.1ST for more information on
  172. defragmentation. This is the ONLY reason that prevents a partition from
  173. shrinking. If you think that you fully defragged the partition and the
  174. arrow keys are still not responding, you are wrong, because the
  175. partition is NOT YET FULLY DEFRAGGED If you're using the Windows 98
  176. Defragmentation Tool, please make sure that the 'Rearrange files so that
  177. my programs run faster' is NOT checked. Please don't ask me to help you
  178. in this case, I CANNOT DEFRAG YOUR DRIVE MANUALLY FROM HERE!!! You just
  179. have to try harder...
  180.  
  181. *Q: Partition Resizer shows 3 partitions in my disk, while I've got 2.
  182. Is the program going nuts, or is it me the one who needs therapy?*
  183.  
  184. A: Neither. The third partition shown is an extended partition, a
  185. structure in the partition table that holds logical drives. Since one of
  186. your partitions is a logical drive, it needs an extended partition to
  187. contain it. For more information, check the 3rd section of PRESIZER.DOC
  188. file to see some detailed explanation of the partition structure.
  189.  
  190. *Q: Is partition "hopping" possible? I mean, can I move a partition over
  191. the others?*
  192.  
  193. A: Not directly. If you think about it, there's no need to do that: just
  194. create a new partition in the destination space, move all your data
  195. there, and delete the old partition.
  196.  
  197. *Q: Why can't I shrink my extended partition?*
  198.  
  199. A: It's pretty possible that you have made a common mistake: The
  200. extended partition is not a data partition. What you might want to
  201. resize is a logical drive inside the extended partition. Extended
  202. partitions are not DOS drives, they're just structures that hold logical
  203. drives inside them. If you want to make more space for a new drive, then
  204. you'll have to resize a logical drive and not the extended partition.
  205. You will only need to resize the extended partition if you want to
  206. create new partitions with FDISK, since Partition Resizer will resize it
  207. accordingly when you resize or move other partitions. Just read section
  208. 3 of PRESIZER.DOC for details.
  209.  
  210. *Q: Can I change a partition's cluster size with Partition Resizer, and
  211. keep my data?*
  212.  
  213. A: Yes. You have to make a little empty space in the drive by shrinking
  214. the original partition, and then create a small partition and start
  215. moving your data in it, while shrinking the old partition and growing
  216. the new one. When all the data is in the new partition, change the old
  217. partition's cluster size, and move the data back to the old partition
  218. using the same technique. This process might take a bit long, since
  219. there's a lot of moving and resizing in it. But the whole thing is much
  220. faster if you have enough empty space in the original partition. I am
  221. not planning to implement such functionality in Partition Resizer, since
  222. it is a complicated matter that requires a lot of time to implement.
  223.  
  224. *Q: When I press "y" to start resizing / moving, I get the message:
  225. "Warning: Cannot create counter overdraught. Press any key...". Is this
  226. serious?*
  227.  
  228. A: No it isn't. Ignore it. Completely.
  229.  
  230. *Q: Windows does not recognize the file type of README.1ST. How can I
  231. read the file?*
  232.  
  233. A: This is my bad, I should have changed the file name a long time ago.
  234. Anyway, use notepad to view the file (or any other text editor).
  235.  
  236. *Q: Why doesn't Partition Resizer look a bit more fancy?*
  237.  
  238. A: I really do not want to invest time in creating a fancy user
  239. interface, although it would simplify a few things both for me and the
  240. users. If I get bored enough, I'll probably do something about it.
  241.  
  242. *Q: Nice site!*
  243.  
  244. A: The new site was created by Stathis Sideris
  245. (http://www.satspeed.gr/~im <http://www.satspeed.gr/%7Eim>), to whom I
  246. am eternally in debt for uplifting my sorry excuse for a site. My
  247. artistic nature is comparable to that of a colorblind hedgehog (in a
  248. bag) <http://www.rowanatkinson.org/blackadder.htm>.
  249.  
  250. *Q: Why don't you make Partition Resizer a Win32 program?*
  251.  
  252. A: This is an option I consider, although it would be a bit complicated.
  253. This is because all the changes that Partition Resizer does to a hard
  254. disk are extremely dangerous (although possible - beware!) to be done
  255. while under a multitasking environment. Therefore, even if the user
  256. makes all his selections under windows, the program core must be run in
  257. DOS mode. I am
  258. considering the possibility of a Windows interface that will co-exist
  259. with the current DOS interface (probably in the same EXE file).
  260.  
  261. *Q: Is the source code available?*
  262.  
  263. A: Nope. Sorry, but I didn't want to give it away for many reasons.
  264. After all, the program isn't donated to the public domain, it's just
  265. freeware. You can use it for free, but that's all. So please, don't post
  266. any more messages requesting the source files.
  267.  
  268. *Q: Why did you give it away for free? Are you stupid?*
  269.  
  270. A: I really believe in the idea of free software. I had many second
  271. thoughts on this, but I finally decided that everyone has a right to use
  272. this software for free as long as he's not using it to get money from
  273. others. Postcards are coming more frequently now (3-4 per month), a
  274. million thanks to everyone for your moral support.
  275.  
  276. *Q: How was your navy service?*
  277.  
  278. A: Long.
  279.  
  280. *Q: OK man, I sent half a thousand e-mails but you continue to ignore
  281. me. What's the deal here?*
  282.  
  283. A: OK, I'm back from the navy, but my job doesn't allow me to respond to
  284. my e-mails regularly. Although I reply to most of the e-mails, I do not
  285. at all answer to those questions that are listed in this FAQ and I
  286. respond to real emergencies on priority. Please be patient though, since
  287. I'm only answering my e-mail once or twice a week.
  288.  
  289. /Last update: May 15, 2002/
  290.  
  291.