Warning, /system/partitionmanager/doc/faq.docbook is written in an unsupported language. File is not indexed.

0001 <chapter id="faq">
0002         <title>Questions and Answers</title>
0003 
0004         <qandaset id="faqlist">
0005                 <qandaentry>
0006                         <question>
0007                                 <para>How dangerous is &partman; for my data?</para>
0008                         </question>
0009                         <answer>
0010                                 <para>
0011                                         First of all, you should never perform any destructive operations (delete, move, resize) without first making a complete backup of everything affected.
0012                                 </para>
0013                                 <para>
0014                                         Having said that, &partman; is safe to use. It performs extensive checks before and after every operation. It calls external tools written and supported by the file system authors. And it has been tested extensively.
0015                                 </para>
0016                                 <para>
0017                                         There is always the risk of data loss due to an unknown bug. &partman;'s authors try to minimize this risk, but there are of course no guarantees.
0018                                 </para>
0019                         </answer>
0020                 </qandaentry>
0021                 <qandaentry>
0022                         <question>
0023                                 <para>I have installed all recommended external file system support packages and still do not get support for all operations on all file systems.</para>
0024                         </question>
0025                         <answer>
0026                                 <para>
0027                                         Not everything &partman; can do in principle can be done with all file systems.
0028                                 </para>
0029                                 <para>
0030                                         One example is performing a file system check on linuxswap: It is just not possible. There are other limitations like that inherent in some file systems. You cannot shrink JFS or XFS file systems because neither of the two supports shrinking at all, with or without &partman;.
0031                                 </para>
0032                         </answer>
0033                 </qandaentry>
0034                 <qandaentry>
0035                         <question>
0036                                 <para>Why can't I see any meaningful progress information when resizing a partition?</para>
0037                         </question>
0038                         <answer>
0039                                 <para>
0040                                         &partman; can only show progress information when it knows how long the jobs in an operation will take. Unfortunately this is usually not the case when resizing partitions because the by far longest job when doing so is resizing the file system on the partition. Resizing file systems is in most cases something an external tool will do on behalf of &partman; and these external tools do not provide useful progress information to &partman;, so there's nothing to report while they are running.
0041                                 </para>
0042                         </answer>
0043                 </qandaentry>
0044                 <qandaentry>
0045                         <question>
0046                                 <para>Why can't I resize the root partition? How can I resize the partition /home is on?</para>
0047                         </question>
0048                         <answer>
0049                                 <para>
0050                                         To modify a partition it must not be mounted. You can however not unmount the root partition. Neither will you be able to unmount the home partition if the home directory of the currently logged in user is on it.
0051                                 </para>
0052                                 <para>
0053                                         The solution for this problem is to boot from a Linux Live CD that comes with &partman; and modify these partitions from there.
0054                                 </para>
0055                         </answer>
0056                 </qandaentry>
0057                 <qandaentry>
0058                         <question>
0059                                 <para>I'm getting a warning message in the log output about something that a partition cannot be created with the size I requested and that it will instead be smaller. What happened?</para>
0060                         </question>
0061                         <answer>
0062                                 <para>
0063                                         On MS-DOS partition tables, partitions have to begin and end on cylinder boundaries. This is mainly for historical reasons. &partman; will deal with this internally and try not to bother the user with that limitation.
0064                                 </para>
0065                                 <para>
0066                                         Under rare circumstances, &partman; will however not be able to set up an operation in the way the user requested it due to this limitation. For example, if one cylinder on a device is 8 MiB large and you try to resize a partition by 6 MiB, this will not work.
0067                                 </para>
0068                                 <para>
0069                                         You might also encounter this message if you have a device and partition table where the partitions are, for whatever reason, not correctly snapped to cylinder boundaries and you try to move or copy these partitions for the first time.
0070                                 </para>
0071                                 <para>
0072                                         The message itself is harmless and only exists to inform the user that something can not be done quite exactly the way the user expects. Your partitions and data will not be negatively affected in any way if you see this message.
0073                                 </para>
0074                         </answer>
0075                 </qandaentry>
0076                 <qandaentry>
0077                         <question>
0078                                 <para>How many operations can I add to the list of pending operations?</para>
0079                         </question>
0080                         <answer>
0081                                 <para>
0082                                         There is no limit.
0083                                 </para>
0084                                 <para>
0085                                         It is however not recommended to add too many operations to the list. There is always a small chance an operation might fail with an error, in which case &partman; will stop executing operations. In that case it is a lot easier to find out what happened (and to re-add all the operations that could not be executed) if the list of pending operations was not exceedingly long.
0086                                 </para>
0087                         </answer>
0088                 </qandaentry>
0089                 <qandaentry>
0090                         <question>
0091                                 <para>Resizing an ext2 or ext3 file system failed with something in the report about <quote>no space left on device</quote>. What happened? Is my data corrupted now?</para>
0092                         </question>
0093                         <answer>
0094                                 <para>
0095                                         This is a problem of the <command>e2resize</command> command and the underlying ext2/3/4 file system. If a file system is nearly full, <command>e2resize</command> cannot make it any smaller even though that should be possible from the number of free sectors left. &partman; can unfortunately not know beforehand if <command>e2resize</command> will abort with this error for a given file system or not. If it happens, nothing will be done at all and your data will not be negatively affected.
0096                                 </para>
0097                                 <para>
0098                                         There is no real workaround for this problem right now.
0099                                 </para>
0100                         </answer>
0101                 </qandaentry>
0102                 <qandaentry>
0103                         <question>
0104                                 <para>Why can't I format my floppy disk with &partman;? Why is there no support for CD writing or DVD burning?</para>
0105                         </question>
0106                         <answer>
0107                                 <para>
0108                                         None of this is what &partman; has been designed to do: It is an application that deals with partitions and the file systems on these partitions. Floppy disks, CDs or DVDs do not need or use partitions.
0109                                 </para>
0110                         </answer>
0111                 </qandaentry>
0112                 <qandaentry>
0113                         <question>
0114                                 <para>Why can't I modify partitions on a device with an amiga or bsd partition table?</para>
0115                         </question>
0116                         <answer>
0117                                 <para>
0118                                         &partman; currently only allows read-only access to any other partition table type than MS-DOS. This is for safety reasons: Support in &partman; for this partition table types is not really there and what is there (or just incidentally works) has not been tested enough to use it with confidence.
0119                                 </para>
0120                                 <para>
0121                                         Of course you can still create a new MS-DOS partition table on the device in question, but that is probably not what you want.
0122                                 </para>
0123                         </answer>
0124                 </qandaentry>
0125                 <qandaentry>
0126                         <question>
0127                                 <para>On startup, &partman; hangs for a couple of minutes while it apparently tries to scan the floppy drive on my computer.</para>
0128                         </question>
0129                         <answer>
0130                                 <para>
0131                                         This happens if you have a floppy drive configured in your computer's BIOS settings but have not actually connected one. If you do not have a floppy drive check your BIOS settings and disable any floppy drives configured there to see if this makes the problem go away.
0132                                 </para>
0133                         </answer>
0134                 </qandaentry>
0135                 <qandaentry>
0136                         <question>
0137                                 <para>During startup, &partman; prints some message about probing devices and that it might even crash or at least take a long time.</para>
0138                         </question>
0139                         <answer>
0140                                 <para>
0141                                         LibParted, a backend library &partman; uses, has problems with systems where the Linux Device Mapper is used in a way it doesn't understand. Unfortunately it reacts to some of these situations with segmentation faults, i.e. crashes. &partman; therefore tries to avoid these situations by using an alternative way to scan your computer for disks. If it cannot do that, however, and therefore has to rely on LibParted, it will print a message like the one mentioned. If the scanning for disks works, you can safely disregard the message.
0142                                 </para>
0143                         </answer>
0144                 </qandaentry>
0145 <!--
0146                 <qandaentry>
0147                         <question>
0148                                 <para></para>
0149                         </question>
0150                         <answer>
0151                                 <para>
0152                                 </para>
0153                         </answer>
0154                 </qandaentry>
0155 -->
0156         </qandaset>
0157 </chapter>
0158