home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / temacd / partion / savepart.exe / doc / en / FAQ.txt < prev    next >
Text File  |  2008-03-15  |  30KB  |  538 lines

  1.                    +--------------------------------------+
  2.                    |           Partition Saving           |
  3.                    |                                      |
  4.                    |   http://www.partition-saving.com    |
  5.                    | Copyright (c) 1999-2008 D. Guibouret |
  6.                    +--------------------------------------+
  7.  
  8.                                      FAQ
  9.                         Last update: August 21st 2007
  10.  
  11. Index:
  12. ------
  13.  
  14. Q  1- Can I split a backup file into several smaller files that will each fit
  15. onto a CD (700 Mbytes), even if use compression?
  16.  
  17. Q  2- Can Partition Saving copy only the occupied sectors of a partition?
  18.  
  19. Q  3- Do you plan to provide such an option in the future?
  20.  
  21. Q  4- If I want to restore a partition, do I need to use an identical disc
  22. having the same format as the original?
  23.  
  24. Q  5- Sometimes it takes a long time to switch from the maximum file size
  25. window to the save window. Why?
  26.  
  27. Q  6- Using compression takes a long time. Would not it be quicker to save an
  28. uncompressed image file and use an archive utility to compress it later?
  29.  
  30. Q  7- Can I save NTFS partitions?
  31.  
  32. Q  8- Will Partition Saving preserve the long filenames on Windows partitions?
  33.  
  34. Q  9- Is Partition Saving compatible with Windows NT, 2000 or XP?
  35.  
  36. Q 10- How do I create a boot floppy?
  37.  
  38. Q 11- Why does it take such a long time to create a backup file?
  39.  
  40. Q 12- I cannot manage to create backup file on CD.
  41.  
  42. Q 13- Are files created using a prior version compatible with the current one?
  43.  
  44. Q 14- What can be done in case of error?
  45.  
  46. Q 15- Drive letter seems to not be correct. How can I know which is the
  47. partition I want to save?
  48.  
  49. Q 16- When I run program, nothing appears.
  50.  
  51. Q 17- What can be done when I get the error message "A sector containing
  52. parameters for filesystem cannot be read"?
  53.  
  54. Q 18- Can I save my partition on an USB storage device?
  55.  
  56. Q 19- Can I perform incremental backup?
  57.  
  58. Q 20- Can I extract only some files from backup?
  59.  
  60. Q 21- Will my SATA/RAID/... disk be recognised?
  61.  
  62. Q 22- Displayed partition table is empty or has only one partition when I know
  63. there are several, what is wrong?
  64.  
  65. Q 23- How can I reach the "mount partition/use automatic naming" window
  66. without mouse?
  67.  
  68. Q 24- I cannot create files on NTFS partition.
  69.  
  70. Q 25- My computer does not have a floppy drive. How can I start with DOS?
  71.  
  72. Q 26- Why do I get a message telling me a file cannot be created/written?
  73.  
  74. Q 27- Why not allowing creation of file of more than 2047Mb (to fill up a
  75. DVD)?
  76.  
  77. Q 28- I can no more create backup file on saved partition even with choosing
  78. to save it on itself?
  79.  
  80. Q 29- With Windows version, I do not see my system partition or program tells
  81. me it cannot protect access to support?
  82.  
  83. ------
  84.  
  85. 1     Can I split a backup file into several smaller files that will each fit
  86.       onto a CD (700 Mbytes), even if use compression?
  87.       ------
  88.       Yes. The total size of the file is as it is written (even after
  89.       compression is used).
  90.       Be aware that for this program 1Mb is equal to 1024*1024 bytes
  91.       (everybody does not agree on Mb size, it is sometimes 1000*1000 or
  92.       1000*1024 bytes).
  93.  
  94. 2     Can Partition Saving copy only the occupied sectors of a partition?
  95.  
  96. 3     Do you plan to provide such an option in the future?
  97.       ------
  98.       Since V2.20 you can save occupied sectors only for FAT12, FAT16, FAT32
  99.       and ext2 partitions (also for NTFS partition since V2.30).
  100.       I depend on OS information to determine which sections of a partition
  101.       are occupied. Since I do not have this information for other partition
  102.       types, occupied sectors only cannot be done for those.
  103.       If you want to save place when saving partitions different from FAT,
  104.       ext2 and NTFS one, you can use a program that set all bytes of
  105.       unoccupied sectors of a partition to the same value such as with
  106.       compression this will reduce amount of space needed. If you do not have
  107.       such a program, you can use the advice from Mr Lumir Mik: write a
  108.       program that creates a file and fills it with the same value. Then erase
  109.       this file.
  110.  
  111. 4     If I want to restore a partition, do I need to use an identical disc
  112.       having the same format as the original?
  113.       ------
  114.       Yes if you have saved all sectors of the partition (that was the only
  115.       option for versions prior to V2.20). Furthermore you can only restore a
  116.       partition on an identical one and to the same disk location. It is a
  117.       significant limitation but data can be dependent on the location of the
  118.       partition on the hard disk. The limitation relating to the type of the
  119.       partition can be resolved by writing the partition table when restoring,
  120.       but it is a feature that I have not incorporated yet.
  121.       Since version 2.20, if you saved only occupied sectors of a FAT or ext2
  122.       partition (or NTFS for V2.30), you can restore it on a partition with a
  123.       different format if certain size constraints are regarded. Nevertheless,
  124.       the disk must have the same sector size as the saved partition, and the
  125.       partition type must be the same (or must be compatible since V2.30).
  126.  
  127. 5     Sometimes it takes a long time to switch from the maximum file size
  128.       window to the save window. Why?
  129.       ------
  130.       This happens when you save your partition over an existing file. If this
  131.       file is large (e.g. result of a previous backup), it takes DOS some time
  132.       to delete it. Note that from version 2.10, the file is deleted between
  133.       the file name window and the maximum file size one (or before the save
  134.       window in the case of batch mode).
  135.  
  136. 6     Using compression takes a long time. Would not it be quicker to save an
  137.       uncompressed image file and use an archive utility to compress it later?
  138.       ------
  139.       It depends on the level of compression that you use with your archiver.
  140.       If you use the maximum level you will waste time since you have to
  141.       access the drive two more times. If you reduce the level of compression,
  142.       you will save time but use more space. Note that starting from version
  143.       2.10, you can choose a level of compression that will allow you to make
  144.       a compromise between time required to save and disk space needed (for
  145.       V2.00, the only level of compression was maximum).
  146.  
  147. 7     Can I save NTFS partitions?
  148.       ------
  149.       Yes, you can. From version 2.30, you can even save occupied sectors
  150.       only. However since Microsoft have never published specifications on
  151.       NTFS structure, this was done with using some incomplete information and
  152.       some rare features that appear in only a few instances are not
  153.       supported.
  154.       DOS being not able to access NTFS partitions, you need to have a FAT
  155.       partition that can be read/write by DOS (either another partition on
  156.       hard drive, or using network mount, ZIP disk, ...) or use the internal
  157.       NTFS partition mounting in order to create backup files. Some programs
  158.       allow DOS to use NTFS partitions (see http://www.cgsecurity.org or
  159.       http://www.sysinternals.com, but be aware that last one is not
  160.       compatible with Partition Saving) but in this case you should not use
  161.       the saving a partition on itself feature.
  162.  
  163. 8     Will Partition Saving preserve the long filenames on Windows partitions?
  164.       ------
  165.       Yes, it is one of the main goal of the program. Indeed, it is not
  166.       possible to save/restore all files under Windows as some are protected
  167.       because they are in use. Consequently they must be saved under DOS (or
  168.       another OS that allows access to Windows partitions). But since DOS
  169.       cannot recognize long filenames, either saving or restoring must be done
  170.       at level where file notion does not exist, by physically saving the
  171.       partition. Moreover this preserves the relative order of sectors, which
  172.       may have an influence on the operation of some programs.
  173.  
  174. 9     Is Partition Saving compatible with Windows NT, 2000 or XP?
  175.       ------
  176.       Yes, but you need to boot from a DOS floppy disk or CDROM and have
  177.       access to a FAT partition (please read also question 7). From version
  178.       3.00 you can also create saving files on NTFS partition, but for this
  179.       you have first to create files from Windows with the dedicated option
  180.       then boot to DOS to perform saving.
  181.  
  182. 10    How do I create a boot floppy?
  183.       ------
  184.       For Windows 9x, click: Start->Settings->Control Panel->Add/Remove
  185.       Programs, choose the "Startup disk" tab. Insert an empty floppy disk
  186.       into drive, and click on the "Create Disk" button.
  187.       If this method is not available for Windows XP, you can choose the
  188.       "Format" option by right-clicking on floppy drive in Windows Explorer
  189.       and choose the "Copy system files" option. However in the case the
  190.       floppy disk is not configured, you have to configure the floppy disk
  191.       manually. For this purpose you have to create two text files CONFIG.SYS
  192.       and AUTOEXEC.BAT on the floppy disk. In CONFIG.sys you have to install:
  193.  
  194.         - The CDROM driver file if you wish to use the CDROM drive. Its name
  195.           is usually ATAPICD.SYS, CDROM.SYS or <your CDROM mark>.SYS (there
  196.           are also some generic drivers that come with Windows). For the
  197.           driver to be loader, you have to write "DEVICE=<file name>
  198.           /D:<name>" where <file name> is the CDROM driver filename and <name>
  199.           is any name of you choice that is less than 8 characters (ex:
  200.           CD0001).
  201.         - The driver file for the monitor. The one delivered by Windows is
  202.           called DISPLAY.SYS. For it to be loaded you must write
  203.           "DEVICE=DISPLAY.SYS CON=(EGA,,1)" (I doubt whether anybody does not
  204.           have an EGA compatible monitor).
  205.         - Finally you must configure the country (this is not needed for
  206.           English people). To do that to must use COUNTRY.SYS file and write
  207.           to CONFIG.SYS "COUNTRY=<number1>,<number2>,COUNTRY.SYS". The first
  208.           number is the country code (033 for France) and the second one is
  209.           the codepage that will be used (850 for France).
  210.  
  211.       In the second file (AUTOEXEC.BAT) you have to put:
  212.  
  213.         - The program providing access to the CDROM. This is provided by
  214.           Windows and is called MSCDEX.EXE. To use it, you have to write
  215.           "MSCDEX.EXE /D:<name>" where <name> is the same <name> written for
  216.           the CDROM driver line in CONFIG.SYS.
  217.         - The program that configures the codepage you use (it will allow you
  218.           to configure your keyboard) (this is not needed for English people).
  219.           For this purpose you need two lines, one to prepare the codepage and
  220.           the second to select it: "MODE CON CODEPAGE PREPARE=((<number>)
  221.           EGA.CPI)" is the first line and "MODE CON CODEPAGE SELECT=<number>"
  222.           is the second one. Each <number> must be the same and must be equal
  223.           to second number in the "COUNTRY" line of the CONFIG.SYS file
  224.           (therefore 850 for France).
  225.         - Finally the instruction to configure your keyboard correctly (e.g.
  226.           for French people it will access AZERTY mode in place of QWERTY). To
  227.           do this you have to write "KEYB FR,,KEYBOARD.SYS" FR that is the
  228.           country code (for France, so you have to insert a different code for
  229.           other languages, or omitting this line can work).
  230.  
  231.       To make sure all this works, you have to check that all files are on the
  232.       floppy disk (CDROM driver, DISPLAY.SYS, COUNTRY.SYS, MSCDEX.EXE,
  233.       EGA.CPI, KEYB.COM, MODE.COM, KEYBOARD.SYS). This is a minimal generic
  234.       configuration (e.g. you can add mouse by adding a MOUSE.COM or MOUSE.EXE
  235.       line (depends of file name) into AUTOEXEC.BAT file (and checking for the
  236.       existence of this file on the floppy). For some countries instead of
  237.       using KEYBOARD.SYS you may have to use KEYBRD2.SYS for certain
  238.       keyboards).
  239.       For others versions of Windows, or if what is described above does not
  240.       work, search the Windows help files (search for something like "boot
  241.       disk").
  242.       You can also use the ready-made floppy disk published with
  243.       Partition-Saving that is based on FreeDOS or any other ready-made floppy
  244.       disk you can find.
  245.       Note: if you have a Windows 9X boot disk, you can use it to save a
  246.       Windows XP partition (you have to use at least a Windows 95 OSR2 boot
  247.       disk if you want to access a FAT32 partition).
  248.       Once the boot disk is created, copy the savepart.exe on it (use another
  249.       floppy disk if there is insufficient free space, or a DOS accessible
  250.       partition on hard drive). Then restart your computer with keeping floppy
  251.       disk into drive. This floppy will boot. Once you have "A:\>" prompt,
  252.       type <program directory>\savepart.exe (where <program directory> is
  253.       where you put the savepart.exe (ex: C:\savepart\savepart.exe)) or change
  254.       disk if you have written it to a separate floppy and run it.
  255.       In case your computer does not boot from the floppy drive but still
  256.       boots from the hard disk, you have to change boot sequence in the BIOS
  257.       (consult BIOS documentation to learn how to do this).
  258.  
  259. 11    Why does it take such a long time to create a backup file?
  260.       ------
  261.       Time required to write an image depends on 4 factors:
  262.  
  263.         - partition contents.
  264.         - choosing to save only occupied sectors or all sectors.
  265.         - compression level used.
  266.         - whether you write the backup file to a hard-drive other than the one
  267.           that contains the source partition.
  268.  
  269.       You also can speed up saving/restoring time by using -nvd and -nvf
  270.       options. These options can really improve performances, but in case your
  271.       disk begins to be damaged, some errors can be not found and that will
  272.       result in a bad save or restoration.
  273.       Note: I get a 30% speed improvment using these options, but it seems it
  274.       is very dependant on motherboard and disk, as some users report me
  275.       getting a great speed improvment (up to 90%) when using these options.
  276.  
  277.       You can also use partition mounting instead of DOS access because it
  278.       goes faster, but it needs you reboot computer at end of execution.
  279.  
  280.       Some people use also successfully DOS UDMA drivers, but you have first
  281.       to find them and read how to use them.
  282.  
  283.       Regarding the compression level, here are some figures I obtained doing
  284.       some trials (these depend on the computer and partition contents, but
  285.       they are provided to give some idea), a standard figure of 100 has been
  286.       adopted for uncompressed files:
  287.        +-------------------+-----------------------------------+-----------+
  288.        |                   | Time required VS. CPU speed (MHz) |           |
  289.        | Compression level +---------+-------+--------+--------+ File size |
  290.        |                   |   33    |  700  |  1700  |  Ave.  |           |
  291.        +-------------------+---------+-------+--------+--------+-----------+
  292.        |         0         |     100 |   100 |    100 |    100 |    100.00 |
  293.        +-------------------+---------+-------+--------+--------+-----------+
  294.        |         1         |     371 |   127 |     82 |    194 |     54.15 |
  295.        +-------------------+---------+-------+--------+--------+-----------+
  296.        |         2         |     384 |   130 |     83 |    199 |     53.53 |
  297.        +-------------------+---------+-------+--------+--------+-----------+
  298.        |         3         |     419 |   137 |     84 |    213 |     53.06 |
  299.        +-------------------+---------+-------+--------+--------+-----------+
  300.        |         4         |     449 |   142 |     85 |    225 |     52.33 |
  301.        +-------------------+---------+-------+--------+--------+-----------+
  302.        |         5         |     525 |   156 |     88 |    256 |     51.86 |
  303.        +-------------------+---------+-------+--------+--------+-----------+
  304.        |         6         |     644 |   179 |     94 |    306 |     51.64 |
  305.        +-------------------+---------+-------+--------+--------+-----------+
  306.        |         7         |     729 |   194 |     99 |    341 |     51.57 |
  307.        +-------------------+---------+-------+--------+--------+-----------+
  308.        |         8         |    1065 |   255 |    118 |    479 |     51.53 |
  309.        +-------------------+---------+-------+--------+--------+-----------+
  310.        |         9         |    1595 |   348 |    150 |    697 |     51.51 |
  311.        +-------------------+---------+-------+--------+--------+-----------+
  312.       As you can see the higher the deflating level, the greatest the time
  313.       required. Also very little space is gained beyond the first setting (in
  314.       some rare case (not shown here), you can even loose space). So choosing
  315.       the maximum compression level is not the best option (even more for a
  316.       slow processor).
  317.       Worthy of note is in case where you have a powerful processor, it takes
  318.       less time to compress the data (low level) than to write it
  319.       uncompressed.
  320.       Remark: restoration time is not really dependent upon compression level
  321.       (disregarding the case of zero compression).
  322.  
  323. 12    I cannot manage to create the backup file on CD.
  324.       ------
  325.       CD burner manufacturers rarely provide DOS driver for their hardware. So
  326.       you must first save backup files to your hard drive. Then when you boot
  327.       into an OS from where you can burn CDs, you can create a CD with these
  328.       files on. Be aware to not use a too high burning speed because some
  329.       people get problems to read CD from DOS because of a too high burning
  330.       speed.
  331.  
  332. 13    Are files created using a prior version compatible with the current one?
  333.       ------
  334.       This information is in the changes.txt file. As a general rule, files
  335.       created with an older version can be used by a more recent version. The
  336.       converse is often true, but not in the case of a new type of filesystem.
  337.  
  338. 14    What can be done in case of error?
  339.       ------
  340.       As a general rule you can contact me by mail
  341.       <damien.guibouret@partition-saving.com> and I will try to answer you as
  342.       soon as possible. I will need all details on what happens (what you want
  343.       to do, what options you choose, ...). Moreover if error message has a
  344.       "Call tree:" or "Call frame traceback:" appears, you have to send me
  345.       following values (at least the 10 first). It will allow me to find
  346.       easily where error occurs. In answer, I can ask you more details (as
  347.       downloading diskinfo/partinfo/fileinfo program) or to do some tries to
  348.       better understand what happens.
  349.  
  350. 15    Drive letter seems not to be correct. How can I know which is the
  351.       partition I want to save?
  352.       ------
  353.       This problem can occur by example when you have NTFS partitions. As DOS
  354.       is not able to recognize them, a drive letter will not be assigned to it
  355.       and those assigned to FAT partitions are shifted. The simplest way to
  356.       know which drive a partition is, is to give to each partition a
  357.       different name. As this name is displayed, you just have to choose the
  358.       one that has the name of those to save. But for FAT partition, partition
  359.       name can be stored into two places, and depending on those that is
  360.       taken, it can seem to be wrong. In the same way if a FAT partition has
  361.       "NO NAME" as name, it is because it has no name (and not because it has
  362.       the name "NO NAME"). In this case, another way to know which partition
  363.       to choose, is to look at the size of the partition.
  364.  
  365. 16    When I run program, nothing appears.
  366.       ------
  367.       This can be a problem with screen display. Try using program with -bui
  368.       option (savepart -bui). If nothing appears again, try -cui option
  369.       (savepart -cui). If there is still nothing on screen, problem is
  370.       certainly not with screen display and so it is better to contact me.
  371.  
  372. 17    What can be done when I get the error message "A sector containing
  373.       parameters for filesystem cannot be read"?
  374.       ------
  375.       This message is displayed when program has found incoherency into
  376.       filesystem or when a filesystem sector is damaged. One thing that can be
  377.       done is to try to repair it with corresponding program ("scandisk <drive
  378.       letter>:" for Windows 9x/ME, "chkdsk /f <drive letter>:" for Windows
  379.       NT/(2000 ?), "chkdsk /p <drive letter>:" for Windows XP/(2000 ?), "fsck
  380.       <device name>" for Linux). If error is due to a bad sector you have to
  381.       do surface test to try to correct it. Once it is done, you can try
  382.       saving partition again. If it still does not work and that is not due to
  383.       a bad sector you can contact me.
  384.  
  385. 18    Can I save my partition on an USB storage device?
  386.       ------
  387.       Yes, you can as there was now some USB drivers for DOS. So you can
  388.       download one, add it into CONFIG.SYS file and use the newly created
  389.       drive to write saving file on. To find an USB driver for DOS and get
  390.       more help on it, you can search on Internet or take a look at
  391.       http://www.stefan2000.com/darkehorse/PC/DOS/Drivers/USB/ (the one I try
  392.       without any problem is the Motto Hairu one, but I did not try the
  393.       CD-writer feature as I do not have an USB one). Please notice that some
  394.       people get an error message telling that file cannot be created or
  395.       written. In this case, if it is not because file already exists and has
  396.       read-only flag, you have to use the "-nvf" option for program to work
  397.       (note: in case you access your USB storage device through mount, you
  398.       have to use the "-nvd" option).
  399.  
  400. 19    Can I perform incremental backup?
  401.       ------
  402.       Incremental backup is not available and will certainly never be.
  403.       Partition Saving saves sectors and not files. So to know if a sector
  404.       shall be saved again, it would have to compare each sector one by one,
  405.       that can be very long and do that a lot of sectors are saved again in
  406.       case of operation that modify a lot of sectors (as defragmenting).
  407.  
  408. 20    Can I extract only some files from backup?
  409.       ------
  410.       From version 3.30, this can be done with using "Explore a backup" option
  411.       and can also be used with files created with previous versions. This
  412.       needs that all backup files can be read simultaneously.
  413.       Before this version, this was available but only with FAT partition with
  414.       using driver mechanism. As it can be run only from DOS, this allows only
  415.       extracting short name files.
  416.  
  417. 21    Will my SATA/RAID/... disk be recognised?
  418.       ------
  419.       I cannot answer you, as I cannot test all disks and controller types. As
  420.       a generalisation, if it is natively supported into your BIOS, you will
  421.       certainly not have problem. You can perhaps need to get some DOS drivers
  422.       for it to work. The simplest way is to try: if disk appears into disk
  423.       list with a correct size, then displayed partition table is correct and
  424.       for a known type partition, saving occupied sectors only is available,
  425.       there will certainly be no problem. For information I got some people
  426.       telling me that they have no problem with their SATA or RAID disk
  427.       (thanks to them for information).
  428.       A good way to know if your disk is supported by your BIOS: if you can
  429.       boot on it, there shall be no problem (less a potential size problem if
  430.       your BIOS cannot access more than 128 Gb).
  431.       From 3.50 version, you can use the Windows version of Partition Saving
  432.       if you cannot access your disk from DOS and you have the Windows
  433.       drivers.
  434.  
  435. 22    Displayed partition table is empty or has only one partition when I know
  436.       there are several, what is wrong?
  437.       ------
  438.       If partition table is empty, this can be because program found an
  439.       incoherence in it (some partitions overlap, end after disk end, ...).
  440.       You can download partinfo.zip to display it and see what is wrong.
  441.       If you get only one partition when several are defined, this can be
  442.       because of dynamic disk usage (new partitioning scheme that is not
  443.       supported) or because of using some security program as Norton GoBack.
  444.       In first case you can nothing (do not save the whole disk as dynamic
  445.       disk allows putting information on several disks and so some data will
  446.       be missing). In second case, you have to deactivate the corresponding
  447.       program (refer to this program documentation to know how to perform it).
  448.  
  449. 23    How can I reach the "mount partition/use automatic naming" window
  450.       without mouse?
  451.       ------
  452.       This window can be reached with using Alt+Tab (twice in case window
  453.       giving free space on drives is displayed) or Ctrl+Tab keys. To come back
  454.       to window to enter filename, you have to use one of these keys
  455.       combinations again.
  456.       Note: from version 3.20, mount partition button is into the window
  457.       requesting for filename, so changing window is no more needed to reach
  458.       it.
  459.  
  460. 24    I cannot create files on NTFS partition.
  461.       ------
  462.       This is standard program behaviour: from DOS it is not able to create
  463.       files on a NTFS partition. You have to create files from Windows with
  464.       the corresponding program option (or with creating empty files with
  465.       Windows explorer), then boot back to DOS to be able to use these files
  466.       as backup files with mounting the corresponding partition.
  467.  
  468. 25    My computer does not have a floppy drive. How can I start with DOS?
  469.       ------
  470.       You have to create a bootable CD. For this:
  471.  
  472.         - either you have another computer with a floppy drive that allows you
  473.           creating this CD. In this case, you have to create the bootable
  474.           floppy disk as described into question 10, then with your burning CD
  475.           software you have to create a bootable CD: it will request you this
  476.           floppy disk when it needs it to perform an image and burn it onto
  477.           CD.
  478.         - or you do not have any other computer. In this case you have to use
  479.           an existing image of a bootable floppy disk or CD that you can use
  480.           with your burning software. Such images can be found on Internet.
  481.  
  482.       Another way is to use a bootable USB disk or key if your computer allows
  483.       booting from it.
  484.  
  485. 26    Why do I get a message telling me a file cannot be created/written?
  486.       ------
  487.       There can be several reasons for this error:
  488.  
  489.         - Support cannot be written (write protected disk).
  490.         - File or directory is write protected.
  491.         - Mount is read-only: when you mount a partition, you get a message
  492.           giving the mount number and if it is writable with or without file
  493.           creation or if it is read-only.
  494.           If mount is read-only, it can be because it was badly unmounted last
  495.           time it was used. In this case you have to check the filesystem
  496.           (with scandisk, chkdsk, e2fsck, ...). It shall be noticed that in
  497.           all cases, mounting a NTFS partition does not allow creating files
  498.           (only changing size of existing ones).
  499.         - You try to write an USB support. Some BIOS and drivers does not
  500.           allow using file writting check, in this case you have to use the
  501.           "-nvf" option (or "-nvd" if you access it through mount) when
  502.           running program (savepart -nvf).
  503.  
  504. 27    Why not allowing creation of file of more than 2047Mb (to fill up a
  505.       DVD)?
  506.       ------
  507.       This limitation comes from a filesystem that does not allow having
  508.       bigger file and it will remain to ensure compatibility. For the specific
  509.       case of a DVD, you can fill it up with choosing a file size compatible
  510.       with the DVD maximum size. As an example, with creating files of 1550Mb,
  511.       you can fill a DVD with three files per DVD.
  512.  
  513. 28    I can no more create backup file on saved partition even with choosing
  514.       to save it on itself?
  515.       ------
  516.       This was modified with V3.50. From this version when saving a partition
  517.       on itself you have to use the mount mechanism to access saved partition,
  518.       you can no more use DOS drive. When choosing option to save partition on
  519.       itself, it is automatically mounted (if you do not mount another
  520.       partition before, it is 0: drive).
  521.  
  522. 29    With Windows version, I do not see my system partition or program tells
  523.       me it cannot protect access to support?
  524.       ------
  525.       With Windows version, program needs to disallow other programs to access
  526.       to saved partition, else it can lead to some incoherence into backup.
  527.       But this cannot be done if some files are already opened on this saved
  528.       partition. This is always the case for system partition. So either it
  529.       does not appear into list of partition to select or its use is not
  530.       authorised.
  531.       In order to save your system partition, you have to do it either from
  532.       another Windows installation, or with a WinPE or BartPE CD, or from
  533.       Windows Vista recovery console.
  534.  
  535. ------
  536. All trademarks and registered trademarks are property of their respective
  537. holders.
  538.