I have three harddisks. Whilst installing I set up a part of the first harddrive (/dev/hda7) and all of the second and third hard drive as software raids. The reason obviously is to be able to mount all of the space as a signle partition say /data. Now how do I do that.
Also when I do a,
# mount /dev/hda7 /data
it mounted fine
But when I tried to do a,
# mount /dev/hdc1 /data1
it asked me provide a filesystem type.
Now why didnt it ask me when I trying to mount /dev/hda7.
But, not to mislead you I ultimately want to mount all of /dev/hda7, /dev/hdc1, /dev/hdd1 as one single partition, la /data.
Thanks.
Also when I do a,
# mount /dev/hda7 /data
it mounted fine
But when I tried to do a,
# mount /dev/hdc1 /data1
it asked me provide a filesystem type.
Now why didnt it ask me when I trying to mount /dev/hda7.
But, not to mislead you I ultimately want to mount all of /dev/hda7, /dev/hdc1, /dev/hdd1 as one single partition, la /data.
Thanks.