Results 1 to 3 of 3

Thread: How do I make ubuntu use my hard drive as it fills up?

  1. #1
    Join Date
    Aug 2012
    Beans
    2

    Question How do I make ubuntu use my hard drive as it fills up?

    I want to make ubuntu be like windows in the way that it uses the hard drive as it fills up instead of just using as much memory as was set during the installation. What I mean is that instead of me running out of memory when the hard drive still has memory left, that I only run out of memory when the hard drive does. So how can I do that? I want to do this so that first, I can make ubuntu run better. Second, I want it to not run out of memory, at least until my large hard drive does. Please help!!! I believe I can do this through installing without using another OS to install it, so that it has it's own folder instead of one inside the windows installation partition.

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How do I make ubuntu use my hard drive as it fills up?

    Ubuntu and Windows are exactly the same in this respect, they use whatever space is available in the partition(s) they were installed into.

    How did you install Ubuntu? By itself, with Wubi or as a traditional dual boot?
    Cheesemill

  3. #3
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How do I make ubuntu use my hard drive as it fills up?

    systems live in hardcoded partitions. Windows doesn't run out of space because usually it has access to all disk space (because the space is contained in NTFS partitions spanning the whole disk)
    When you create a partition for linux you carve some space for it and that's all it's allowed to use by default. If you want to have access to other partitions you need to mount them in linux so the system can see and access them.

    as for mentioned Wubi installation. It can outgrow initial size because the system storage is just a big file in windows environment and partition rigidity doesn't apply here (of course the file can't outgrow the parent windows partition it lives in).
    Last edited by Vaphell; August 10th, 2012 at 06:52 PM.
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

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
  •