Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: hard disk free space(file system)

  1. #1
    Join Date
    Feb 2009
    Beans
    70

    hard disk free space(file system)

    hi every body i installed ubuntu 8.10 after installing windows xp.i allocated 90GB to ubuntu .i have stored my music,movie ec files in ubuntu partition. it is around 62GB(nearly) but the free space showing is only 2GB(nearly).where is the remaining space.
    please help me.
    thanks

  2. #2
    Join Date
    Jul 2005
    Location
    Hughenden, Australia
    Beans
    5,100
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: hard disk free space(file system)

    The most common reason for the partition to seem full when viewed with some programs when you know it's really not full is the file system not having been made as large as the partition it is in, for some reason.
    Some programs look at the partition and tell you it's not full and other programs are looking at the file system and telling you that the file system is full.
    Both may be correct. The partition is like a container which the file system is housed in.

    1. Boot your Live CD, open Gnome Partition Editor and right-click on the partition you want checked. Look in 'System-->'Administration'-->'Partition Editor'.
    2. Right-click on your Ubuntu partition and select 'check' from the right-click menu. If 'check' is greyed out you might need to select 'unmount first, then click 'check'.
    3. Click the 'Apply' check mark button up on the toolbar.
    4. Click the 'Apply' button in the confirmation pop-up window
    5. Watch the reciprocating bar for a few minutes, a very large file system may take a while
    6. Click on the 'Details' triangle to expand the window
    7. Click on the triangle in front of 'Check and repair filesystem (ext3_ on ....)' for details
    8. If it's the Ext3 file system, GParted will have calibrated your file system first, run e2fsck -f -y -v on it for you, and finally run resize2fs for you to make sure your file system is the right size to fill your partition.
    Last edited by Herman; March 17th, 2009 at 08:44 AM.
    Ubuntu user since 2004 (Warty Warthog)

  3. #3
    Join Date
    Jun 2006
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: hard disk free space(file system)

    post the output of

    Code:
    df -h
    and

    Code:
    sudo fdisk -l

  4. #4
    Join Date
    Feb 2009
    Beans
    70

    Re: hard disk free space(file system)

    output of df -h

    Filesystem Size Used Avail Use% Mounted on
    /dev/sda4 89G 82G 2.3G 98% /
    tmpfs 500M 0 500M 0% /lib/init/rw
    varrun 500M 84K 500M 1% /var/run
    varlock 500M 0 500M 0% /var/lock
    udev 500M 2.8M 497M 1% /dev
    tmpfs 500M 272K 500M 1% /dev/shm
    lrm 500M 2.0M 498M 1% /lib/modules/2.6.27-11-generic/volatile
    /dev/scd0 158M 158M 0 100% /media/cdrom0
    /dev/sdb1 2.0G 2.6M 2.0G 1% /media/disk
    /dev/sdc1 2.0G 556M 1.4G 29% /media/SHIVA


    output of sudo fdisk -l

    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xbe88be88

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 3824 30716248+ 7 HPFS/NTFS
    /dev/sda2 3825 7648 30716280 f W95 Ext'd (LBA)
    /dev/sda3 7649 7710 498015 82 Linux swap / Solaris
    /dev/sda4 7711 19457 94357777+ 83 Linux
    /dev/sda5 3825 7648 30716248+ 7 HPFS/NTFS

    Disk /dev/sdb: 4089 MB, 4089446400 bytes
    251 heads, 49 sectors/track, 649 cylinders
    Units = cylinders of 12299 * 512 = 6297088 bytes
    Disk identifier: 0x4af14af0

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 326 1999928 b W95 FAT32
    Partition 1 has different physical/logical beginnings (non-Linux?):
    phys=(0, 1, 1) logical=(0, 1, 15)
    Partition 1 has different physical/logical endings:
    phys=(248, 250, 49) logical=(325, 55, 49)

    Disk /dev/sdc: 2055 MB, 2055208960 bytes
    16 heads, 32 sectors/track, 7840 cylinders
    Units = cylinders of 512 * 512 = 262144 bytes
    Disk identifier: 0xdd4328cc

    Device Boot Start End Blocks Id System
    /dev/sdc1 1 7840 2007024 b W95 FAT32

  5. #5
    Join Date
    Apr 2006
    Location
    UK
    Beans
    6,646
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: hard disk free space(file system)

    Quote Originally Posted by kask1984 View Post
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda4 89G 82G 2.3G 98% /
    You have 82GB of data on there.

    Have you run a backup?

    Or copied and deleted files (but not emptied trash) etc?

  6. #6
    Join Date
    Feb 2009
    Beans
    70

    Re: hard disk free space(file system)

    no i did not run backup

  7. #7
    Join Date
    Mar 2009
    Location
    /dev/null
    Beans
    57
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: hard disk free space(file system)

    maybe you have doubled some files, trashed some big ones.. or moved in different locations in the filesystem.. recheck your root folder and trash.,.
    "Simple people, writes simple code"
    -Ruel

  8. #8
    Join Date
    Mar 2009
    Beans
    12
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: hard disk free space(file system)

    I also am quite new to Ubuntu. When I read this post, I was reminded to check for hidden files and/or folders. In Nautilus hit Ctrl H

    I found a hidden folder that should have been trashed.

    I was able to delete the folder and regain the hard disk space.

    Hope this helps...

  9. #9
    Join Date
    Nov 2008
    Beans
    2
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Lightbulb Re: hard disk free space(file system)

    Hello there,

    I believe Baobab (included by default in your Ubuntu 8.10) could be a great graphical tool for you to figure out which are the "villain directories" that take up so much space unexpectedly. It even deals with Linux hidden files and directories. You can access it by:
    • Main Menu -> Accessories -> Disk Usage Analyzer
      or, from a terminal,
    • $ baobab &

    Then, to use it :
    1. Click on the "Scan Filesystem" button
    2. (Wait...)
    3. Use the left panel to select directories and view per-directory disk usage data. You can use the graphical circular tree on the right to do the same, by hovering over a directory to have data popping up (after a <1sec delay), and by double-clicking an arc to make its directory the new root of the circular tree.
    4. Track the big ones.


    My machine is a dual/multi-boot like yours, but I keep Ubuntu in a reiserfs 8GB partition, and all personal files in a huge separate NTFS partition. Works fine, Ubuntu fits and the data is readable by both operating systems with no additional tweaks - I suggest you to do the same in a future installation.

    == Apart from that... ==
    By the way, what is going on with whichever storage device is under your /dev/sdb?
    Quote Originally Posted by kask1984 View Post
    output of sudo fdisk -l
    Disk /dev/sdb: 4089 MB, 4089446400 bytes
    251 heads, 49 sectors/track, 649 cylinders
    Units = cylinders of 12299 * 512 = 6297088 bytes
    Disk identifier: 0x4af14af0
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 326 1999928 b W95 FAT32
    Partition 1 has different physical/logical beginnings (non-Linux?):
    phys=(0, 1, 1) logical=(0, 1, 15)
    Partition 1 has different physical/logical endings:
    phys=(248, 250, 49) logical=(325, 55, 49)
    It seems to be a 4GB device but with only one partition (/dev/sdb1) that uses only half of its capacity... Not to mention this creepy warning about physical/logical beginnings.. Are you aware of this?
    As you have only 2.6M of personal data in there ...
    Quote Originally Posted by kask1984 View Post
    output of df -h
    /dev/sdb1 2.0G 2.6M 2.0G 1% /media/disk
    ... it would be pretty easy to backup this and then partition and format the device properly. If you are going to do it, make sure this device is really under /dev/sdb when following the instructions below:

    PARTITIONING, as root, from a terminal:
    # fdisk /dev/sdb
    fdisk> d (deletes the only partition, sdb1)
    fdisk> n (start creation of new partition)
    fdisk>>> p (for primary)
    fdisk>>> Enter (for default first_cylinder=1)
    fdisk>>> Enter (for default last_cylinder=last, thus using the entire device)
    fdisk> t (to set the type of the partition)
    fdisk>>> b (for a FAT32 partition) OR l (for more options if this device is not a USB stick, then the 1-2 letter code for the desired option)
    fdisk> w (apply these changes and quit) OR q (quit without modifying your device, as if you never entered fdisk)

    FORMATING, as root, from a terminal:
    # mkfs.vfat /dev/sdb1

    Unplug and replug your device to see the changes.

    CHECKING, as root, from a terminal:
    # fdisk -l /dev/sdb
    # df -haT /dev/sdb


    Best of luck,
    Planta.

  10. #10
    Join Date
    Feb 2009
    Beans
    70

    Re: hard disk free space(file system)

    hai planta,
    thanks for u r suggestions.
    u r solution for my free space problem is solved. i tracked the large files and i deleted them( which were not useful to me).
    4GB device is actually a pen(flash) drive.it is my friends pendrive.
    u r correct that, even though it is 4GB capacity,system is recognizing only 2GB(half)
    can u elaborate u r solution i am not able to follow.( i tried whatever i understood, (i executed commands as u posted) but it is not working )
    thanks....

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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