LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   root partition gets full when using cp -a on another partition (https://www.linuxquestions.org/questions/linux-general-1/root-partition-gets-full-when-using-cp-a-on-another-partition-368702/)

timsch75 10-01-2005 06:54 AM

root partition gets full when using cp -a on another partition
 
I'm trying to backup my /home partition from one partition to another and am trying to move my windoze partition to another as well. I'm using cp -a to do this, which I've successfully done before with moving my /home partition. I'm moving my windoze partition from a 25 to an 80 gig partition. In both cases, the cp -a command begins well enough, but then gives errors that the disk is full. I find out that my / partition is that which is full, and the destination partitions are not full at all. The / partition is about 84% of 5 gig full normally. Why is / being written to and what do I need to do differently? thanks

jailbait 10-01-2005 11:09 AM

"Why is / being written to and what do I need to do differently?"

Could you post the cp command that you are using and post what partitions are mounted on what directories? You can get a partition/directory list with the mount command:
mount


---------------------------------
Steve Stites

Optimistic 10-02-2005 06:41 AM

Perhaps /tmp is on the / partition and it is filling up the /tmp directory?


All times are GMT -5. The time now is 07:58 PM.