I have two unix partitions under debian which I would like to merge (disk space problems :/). What would be the easiest way to do it? I think it would be best to tar or copy files from one partition to the other, delete one and resize the other. I will use parted to resize but how should I copy the files? There are links, permissions and devices which need to be moved without change.
|
|
|
|
|
|
|
You could run the following (as root) to copy the files. It works for symlinks, devices and ordinary files.
Another way is to use cpio, but I never remember the correct syntax. |
||
|
|
|
You can also use SquashFS to create a mirror of the partition and copy that over. After resizing your 2nd partition, mount the SquashFS image and copy over the necessary files. Keep in mind that your kernel will need SquashFS support to mount the image. |
||
|
|
|
|
Since this is Debian with GNU fileutils,
If for some reason you’d want to go via GNU
(I’ve done this so many times that I’ve got a file with all these command lines for quick reference.) Warning: Using GNU "
|
|||
|
|
