Results 1 to 3 of 3

Thread: linux mount points

  1. #1
    dismembered Scoofy12's Avatar
    Join Date
    Apr 2002
    Location
    Between keyboard and chair
    Posts
    608

    linux mount points

    for the linux gurus... not sure if this is a dumb question or not... i know you can use partitions for your /usr or /home directories by just setting the mount point for /dev/hdXX as /usr but is there any way to let /usr and /home share a partition? so that there is a pool of space that can be filled by either, rather than arbitrarily restricting each to a certain percentage of my drive?


    and, failing that, ill just move my /usr directory to the new partition. is there anything i need to do other than cp'ing all the stuff from /usr into the root of the new filesystem and changing /etc/fstab? can i complete it without rebooting (i think so, as mount is in /bin, so i can just rm -rf /usr/* and mount /usr )
    Last edited by Scoofy12; 12-05-2003 at 03:20 AM.

  2. #2
    Downsized Chinasaur's Avatar
    Join Date
    Dec 2001
    Location
    WA Wine Country
    Posts
    1,847
    Scoof,

    Can't you just setup a / and a swap partition and get what you want? Might have to do a /boot logical but....
    Agent Smith was right!: "I hate this place. This zoo. This prison. This reality, whatever you want to call it, I can't stand it any longer. It's the smell! If there is such a thing. I feel saturated by it. I can taste your stink and every time I do, I fear that I've somehow been infected by it."

  3. #3
    dismembered Scoofy12's Avatar
    Join Date
    Apr 2002
    Location
    Between keyboard and chair
    Posts
    608
    well yes this is what i normally do. but this time when i did the install i forgot that /dev/hda was my 1gig drive and /dev/hdb was my bigger drive, so i ran out of space. i just figured it would be easier to move /usr and /home (which is where most of the space is taken up) than to move / . then i wouldnt have to mess with the bootloader and such (you can apparently only give lilo one root= statement, although im not sure about this. this would mean i couldnt choose which partition i wanted to boot. can you issue individual root= paramters to each kernel?)

    im gonna try something as soon as finals week is over

Posting Permissions

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