Find the answer to your Linux question:
Results 1 to 3 of 3
Hello. I have a debian box on which I wish to expand the storage space. Currently I have hdb1 mounted at /home. Today I've have installed a large disk (hdd1) ...
  1. #1
    Just Joined!
    Join Date
    Jan 2006
    Posts
    6

    Multiple harddisks at same mount point?

    Hello.

    I have a debian box on which I wish to expand the storage space. Currently I have hdb1 mounted at /home.

    Today I've have installed a large disk (hdd1) which I want to use for extending my /home folder. I have already created partition etc. Now I want to know if it is possible to mount this disk in my /home folder as weel making hdb1 and hdd1 acting as one large disk?

    Should I just add

    /dev/hdd1 /home ext3 defaults 0 0

    to my /etc/fstab? Can two disks have the same mount point?

    BR
    Stefan

  2. #2
    Linux User
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    401

    :)

    I did it last night!!!

    You should use the LVM (logical volume manager). You should setup the actual /home partition and the new hdd to be prepared to work with LVM. then, the two partitions act as an unique partition that you can mount on /home.

    To prepare LVM volume I've used the dian installation program. Surely there are dedicated tools, but I don't know how to use it! Cjeck a LVM how-to!!!
    When using Windows, have you ever told "Ehi... do your business?"
    Linux user #396597 (http://counter.li.org)

  3. #3
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    Quote Originally Posted by Senate
    Can two disks have the same mount point?
    You can "overlay" a mount point -- the last partition mounted will be on top; I seem to recall that it's possible for directories "underneath" to be visible and accessible when there's no naming conflict from "above". For example, I think if you have a /home mounted with just a /user1 subdirectory, and mount another /home with a /user2 subdirectory, both user directories will be there.

    But the ordinary thing to do in this case is to simply make a separate sub-directory as a mount point. For example, to make a /home/downloads or /home/docs or something similar ...
    noobus in perpetuum

Posting Permissions

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