Results 1 to 6 of 6

Thread: command-line install

  1. #1
    Join Date
    Jun 2008
    Beans
    58

    command-line install

    i have two quick questions:
    1)how come the ubuntu command-line install takes up no more no less than 900MB !?
    2)is there a command line tool for monitoring disk usage e.g. showing how much free space there is on each device?

    thanks in advance

  2. #2
    Join Date
    Feb 2007
    Beans
    4,045
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: command-line install

    1) command-line install?
    2) df -h will list the usage of all mounted filesystems, and the du command can be used to see how much space is used inside directories. Read its man-page.
    Code:
    sudo du --max-depth=1 -h -x /

  3. #3
    Join Date
    Jun 2008
    Beans
    58

    Re: command-line install

    1) apparently i didnt make myself clear. i installed ubuntu from the alternate cd with the option to install command-line only. it seems weird that it takes up so much space
    2)thanks

  4. #4
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: command-line install

    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  5. #5
    Join Date
    Feb 2007
    Beans
    4,045
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: command-line install

    Ah, I haven't tried the alternate CD. Didn't know there was a command-line only option. 900MB does sounds a bit large ...

    The following should list the installed size (%I) and package name (%p) of all installed packages (~i)
    Code:
    aptitude -F '%I %p' search '~i'
    Append | grep MB to that command to only list packages that take more than 10MB.
    Last edited by geirha; October 30th, 2008 at 11:01 AM.

  6. #6
    Join Date
    Jun 2008
    Beans
    58

    Re: command-line install

    hmmm... i tried the mini.iso and installed command line only. yet the system still takes up 563MB after upgrading and localepurging.
    well its better than 900MB but still seems quite a lot

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
  •