Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, I have fedora 12 on my laptop. I want to free up disk space. I installed fedora from a live cd and after some installations I have very less ...
  1. #1
    Linux Newbie
    Join Date
    Nov 2005
    Posts
    172

    How free up disk space

    Hi,

    I have fedora 12 on my laptop. I want to free up disk space. I installed fedora from a live cd and after some installations I have very less disk space left out. How to clear unwanted downloads that were downloaded during the update.

    [harish@localhost iso]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda6 18G 12G 6.1G 65% /
    tmpfs 2.0G 21M 2.0G 2% /dev/shm
    /dev/sdb 3.7G 4.0K 3.7G 1% /media/New Volume
    /dev/loop0 675M 675M 0 100% /mnt/iso


    Thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -c 'yum clean all'
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie
    Join Date
    Nov 2005
    Posts
    172
    I tried that command and it says

    [root@localhost iso]# yum clean all
    Loaded plugins: presto, refresh-packagekit
    Cleaning up Everything
    0 delta-package files removed, by presto

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You don't have separate /home partitions. Check size of /home folder.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Newbie
    Join Date
    Nov 2005
    Posts
    172
    The size of home folder is 6.1G.

Posting Permissions

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