Re: mount directory part to new partition

2000-03-14 Thread Dave Sherohman
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 wan

mount directory part to new partition

2000-03-14 Thread Nikos Voutsinas
Hello,   Besides tar cvf.tar xvf Is there any other way to move a directory part to newly created partition? e.g. I want the /usr (became too big) to move it in a new partition and after this to mount /usr to this partition?   ps The problem is that thereis no space left in the current p