Nikos Voutsinas said: > ps The problem is that thereis no space left in the current partition > (Available 0%), so I suppose that I should use something to dump /usr into > /dev/newpartition
For starters, you can pipe the output of one tar directly into the other (tar c... | tar x...) if you want to use that method without needing any extra disk space. My preferred method, though, is cp -a. Doesn't work well on all *nixen, but the GNU cp in Debian seems to work properly. -- Geek Code 3.1: GCS d- s+: a- C++ UL++$ P+>+++ L++>++++ E- W--(++) N+ o+ !K w---$ O M- !V PS+ PE Y+ PGP t 5++ X+ R++ tv- b++ DI++++ D G e* h+ r++ y+