Find the answer to your Linux question:
Results 1 to 9 of 9
OK here is My first Problem, it's most likely a real noob problem. First the background. I have an ASUS EEE 701 with only 4 gigabytes of HD space, i ...
  1. #1
    Just Joined! Parlour's Avatar
    Join Date
    May 2008
    Location
    Leicester UK
    Posts
    4

    Question Running Out of HD space

    OK here is My first Problem, it's most likely a real noob problem.

    First the background.
    I have an ASUS EEE 701 with only 4 gigabytes of HD space, i am fast running out of space and I am afraid to add programs, some Programs like VLC i'm happy to give space but others like CELESTIA and GIMP which I would use more sparingly and are larger I can not have give room too. I have an external Hard drive of 160g. I am using Xandros.

    Here's the Problem, how can I download programs to an external Hard drive, instead of straight to the Internal HD. I know that my usr/bin etc folders contain the programs and that they may also be spread across the system, I don't quite understand how though.

    I have looked at other forums which have not given me a straight answer, I have considered Logical Volume Management but dont know whether it will solve my problem. I have searched high and low and I am unsure what to do, as most people have larger internal drives I doubt this comes up to often, thanks for reading, hope to hear from you soon.

    NB I am a complete Linux newbie and need the guidance clear so that I can understand it, I probably wont come with such a silly question again when I have access to a larger drive because I will have room to play, thanks

  2. #2
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    hi,


    mount the external hard disk , change directory to the mount point
    and use wget to download the files there.
    Linux and me it's a love story

  3. #3
    Just Joined! ls354's Avatar
    Join Date
    May 2006
    Location
    Cloud 9
    Posts
    97

    SD Card

    Agree get an SD card (cheap) for example and mount it.

  4. #4
    Just Joined! Parlour's Avatar
    Join Date
    May 2008
    Location
    Leicester UK
    Posts
    4
    Ok as a complete Noob, how do I do this. I have followed another Forum's advice on copying my /bin over to a USB, but this is only a back up.

    How do I mount a ext HD, USB or SDHC?

    How do I change the directory to the mount point.

    and how do I use Wget to download files there?

    As I say I wont be quite so ditzy when I have this problem solved so thanks for your patience in the mean time.

  5. #5
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by Parlour View Post
    OK here is My first Problem, it's most likely a real noob problem.

    First the background.
    I have an ASUS EEE 701 with only 4 gigabytes of HD space, i am fast running out of space and I am afraid to add programs, some Programs like VLC i'm happy to give space but others like CELESTIA and GIMP which I would use more sparingly and are larger I can not have give room too. I have an external Hard drive of 160g. I am using Xandros.
    If the external drive contains a standard disk, I'd suggest putting it into your box case, and to put the 4gb disk onto the external drive.

    Here's the Problem, how can I download programs to an external Hard drive, instead of straight to the Internal HD. I know that my usr/bin etc folders contain the programs and that they may also be spread across the system, I don't quite understand how though.
    Code:
    mount /dev/sda1 /bin
    Change sda1 by whatever your external drive is called. And /bin by whatever dir you will be mounting. If you are satisfied with the results, add a line into /etc/fstab so it will be mounted each time you boot on linux. The lines already existing into that file and the mount command I gave you above should be enough for you to figure how to write a new line, but if you have some problem just ask and I will be glad to help.

  6. #6
    Just Joined! Parlour's Avatar
    Join Date
    May 2008
    Location
    Leicester UK
    Posts
    4
    Got it shall give it all a go now and tell you how I get on, Thanks., by the way the ASUS EEE PC has an intergrated solid state drive, it can not be removed.

  7. #7
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    On my eeePC, I got a second 4gb SD Card, moved my home directory over to it
    and have 4gb on the internal drive for my system. This has the added
    advantage that I can back up my data simply by putting the SD Card in my
    desktops reader and copying it to a suitable place.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  8. #8
    Just Joined! Parlour's Avatar
    Join Date
    May 2008
    Location
    Leicester UK
    Posts
    4
    Hi Elija, If I move my home directory over to the SD card, do I need to change all the directories to D:/ (or whatever the directory is called) and I assume delete the Home directory from the internal system.

  9. #9
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    Here is a howto about moving your home directory

    Linky
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

Posting Permissions

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