Combining HD space into one mount?Forum: HD Install Topic: Combining HD space into one mount? started by: Zucca Posted by Zucca on June 12 2006,11:58
I installed DSL to my friend's computer...I'd like to combine her's HDs into one mount. (/home/dsl/files/) For example: /dev/hda1 mounted on / size around 300Mb and /dev/hda2 + /dev/hdb1 mounted on /home/dsl/files/ What do I have to write to /etc/fstab? I'd like more just to add few lines to /opt/bootlocal.sh. Like this: mount -t ext2 /dev/hda1/ /home/dsl/files/. I belive both HD's have to be formatted wiht same format eg. ext2 or ext3... For short: I need to mount two or more partitions to same mount point. Posted by Zucca on June 13 2006,06:20
Ok.I searched the net... And found < this forum >. This is getting really hard. Should I take the challenge..? Hmm... |