Announcement

Collapse
No announcement yet.

HDD got full?? impossible!! help

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HDD got full?? impossible!! help

    Hi

    The kubuntu partition is 32GB and there was more than 20GB free before. I was coping a 1GB file from other partition to Kubuntu Home, but almost at the end of the operation I got a message "cannot write file because disk is full". I had to stop the task, then I deleted the incomplete file, but surprise! The partition was still full. I looked the folders with dolphin (Home>right click>properties) and fount that Home uses 25GB, but there is nothing in the folders so wtf!! :-X

    #2
    Re: HDD got full?? impossible!! help

    post the output of
    Code:
    df -h
    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Re: HDD got full?? impossible!! help

      it seems to be ok now after I rebooted the OS, may be it was a bug due to many packages downloads and a lot of configurations for oracle. I copied the file again without problems.

      sladex@XFX:~$ df -h
      Filesystem Size Used Avail Use% Mounted on
      /dev/sda9 32G 7.0G 23G 24% /
      udev 3.9G 4.0K 3.9G 1% /dev
      tmpfs 1.6G 836K 1.6G 1% /run
      none 5.0M 0 4.0G 1% /run/shm
      /dev/sda6 83G 45G 39G 54% /media/STORE SOFT

      Comment


        #4
        Re: HDD got full?? impossible!! help

        tmpfs seems kinda small. How did you set up /tmp?

        Please Read Me

        Comment


          #5
          Re: HDD got full?? impossible!! help

          Originally posted by oshunluvr
          tmpfs seems kinda small. How did you set up /tmp?
          It was a guided installation so the system did it automatically. Can I change the /tmp and SWAP size?

          Comment


            #6
            Re: HDD got full?? impossible!! help

            Can you post your /etc/fstab file?

            Swap is usually a partition so can can increase the size of it, add another swap partition, swap to a page file... just depends on what direction you want to take. You can see the size of it with the free command.

            Please Read Me

            Comment


              #7
              Re: HDD got full?? impossible!! help

              *I asked about changing SWAP size because its size is 10GB and I think it is too much but I don't know about it, and my RAM is 8GB.

              # /etc/fstab: static file system information.
              #
              # Use 'blkid' to print the universally unique identifier for a
              # device; this may be used with UUID= as a more robust way to name devices
              # that works even if disks are added and removed. See fstab(5).
              #
              # <file system> <mount point> <type> <options> <dump> <pass>
              proc /proc proc nodev,noexec,nosuid 0 0
              # / was on /dev/sda9 during installation
              UUID=31257312-e2aa-4396-9077-f885d23c616e / ext4 errors=remount-ro 0 1
              # swap was on /dev/sda10 during installation
              UUID=557a5af1-422d-4e7e-ac59-b241ab7f9499 none swap sw 0 0
              /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0

              Comment

              Working...
              X