Help! I want one mount point to span several drives.
UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Solved! I want one mount point to span several drives.
Hi,
I've put together a home server, so far it's ready hardware wise. Now I would like to install Ubuntu on it.
The hardware is as follows:
P4-2.6Ghz CPU 800FSB
2GB PC2700 RAM
4 x 40GB hard drives
GeForce FX5200 128MB video card
CDRW IDE drive
I took the floppy drive out. Then installed an ATA133 Dual channel PCI IDE controller.
IDE 1 on the motherboard has 2 hard drives and IDE 1 on the PCI controller the other 2 hard drives. IDE 2 on the motherboard is controlling the CDRW drive. I'll be using the Ubuntu Desktop 6.06LTS CD for installation. Basically, during the partitioning step, I would like to do the following:
/ = about 19GB
/swap = 512MB
/home = 140GB
I know how to do this in W1nd0ws, but would like to learn how to do it in Linux. Plus I want the stability from a Linux installation, instead. Any help is greatly appreciated? Links to howto's, personal experiences, all is welcomed.
Read the install docs,
run the installer,
follow the prompts....
You will use unix fdisk to partition your drives.
If you are not going to use a separate '/usr' partition I would recommend making '/' larger, or you may find yourself cramped down the road because _everything_ except your personal files will be put in '/'.
If I have to download the Alternate CD as my only option, then this is all a waste of time for me. I would like to just use the media I already have to do the install I want.
I went to Community Docs -> User Documentation -> Installation/LVMonRAID.
I did get to the point where it shows all 4 separate drives: hda, hdb, hde, hdf. But I didn't see an option to tell it to combine more than one drive into one partition.
I could pick hda, create / and swap, but what about the rest of the drives? That's why I assumed I would need some kind of RAID tools during installation.
I'm at work at the moment. I'll go through the install again later on and see if maybe it recognizes the other drives and gives me an option on what to do with them.
I just went through the installation. At the partitioning step, I tried to assign /home to more than one drive. It didn't let me do that. The msg was one mount point assigned to more than one file system.
As it is right now:
/dev/hda1 = 30GB for /
/dev/hda2 = 512MB for /swap
I misread your original post.
If you want to combine the drives then indeed you need to use LVM and/or RAID.
LVM alone will do what you want, but it is non-trivial. RAID is not necessary unless you want some redundancy.
If you do not want to download the alternate install CD, I am fairly sure you can do a normal install, and just partition one disk for /home. You can then create the LVM setup after you have done the install.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.