Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Hello I came across this weird situation. I was coping a directory form my cdrom into the slash '/' partition I created with disk druid( about a 500 mb). The ...
  1. #1
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493

    Terminating all the process

    Hello
    I came across this weird situation. I was coping a directory form my cdrom into the slash '/' partition I created with disk druid( about a 500 mb). The size of '/' is very small as compared to the directory on the cdrom, somewhere in between the copying process started to hang giving several errors. The prompt disappeared and logging into different terminal became cumbersome. I couldn't do anything other than just wait and watch the process giving perpetual errors which never seem to end and not to forget I was promptless. I was a true torture. I have now understood why it happened but correct me if I m wrong. According to me when the '/' partition gets filled above 82% the system slogs a bit and becomes unresponsive as the size increases. Ok so after babbling so much i want to know whether there is a solution to this problem or not. Or I simply have to reboot my machine through the power button.

  2. #2
    Just Joined!
    Join Date
    Apr 2009
    Posts
    90
    I was coping a directory form my cdrom into the slash '/' partition I created with disk druid( about a 100 mb). The size of '/' is very small as compared to the directory on the cdrom
    So you are trying to copy more than 100mb of data in a partition that has 100mb of space?

    Or have I misread what you are doing.

  3. #3
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493
    theres a mistake i'll just correct it. The size of the '/' is 500mb

  4. #4
    Just Joined!
    Join Date
    Apr 2009
    Posts
    90
    Still the question remains. How much data are you copying off the CDROM into this partition?

  5. #5
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493
    the data is around 600 mb

  6. #6
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    If your /tmp is not mounted to a seperate partition you will have trouble as your root partition fills. What kind of data were you putting on the root partition? Is /home mounted seperately on its own partition? Either way, I wouldn't have put it at 82% but yes, as your system drive fills up to a critical level your system performance will start to degrade. Filling your root partition completely can render a system useless in its own environment which is why /home and /tmp are best kept on their own partitions.

  7. #7
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493
    but is there a way to stop the coping process while the system starts to hang. Pressing break does no good

  8. #8
    Just Joined!
    Join Date
    Apr 2009
    Posts
    90
    Ctrl + Z will suspend the process attached to the terminal.

    The question I have to ask is though - Why are you trying to put 600mb of data into 500mb of space?

    It won't fit.

  9. #9
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493
    I happened to put the data without knowing the size of the file. Suddenly the prompt disappeared . CNTRL+Z and CNTRL +C does no good , the system almost hangs.

  10. #10
    Just Joined!
    Join Date
    Apr 2009
    Posts
    90
    The solution is to get a bigger harddrive. The other (temporary) solution would be to mount tmpfs as the /var/log directory, thereby allowing the system to write its logs to the /var/log directory and not fill up hard disk space.

    # mount -t tmpfs tmpfs /var/log/

    Although, I think the main problem here is that your hard drive is not big enough.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...