Results 1 to 2 of 2
hi
i have installed redhat 9 and i have got 2 more hdds but i need to format them and give them a mounting point. how can this be done.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-24-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 13
help setup up to more hdd
hi
i have installed redhat 9 and i have got 2 more hdds but i need to format them and give them a mounting point. how can this be done.
thanks
paull
- 09-24-2004 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Work out where they are in terms of dev/hdx
primary master hda
primary slave hdb
secondary master hdc
secondary slave hdd
Make directories for where you want to mount the filesystems on these devices with useful names
For example /mnt/backup
Then put entries in /etc/fstab to mount the partitions on these drives at boot time. Assumes they are partitioned. If not use fdisk or cfdisk.
For example
/dev/hda5 /mnt/backup reiserfs defaults 0 0
Post back or ask on irc if any probs.


Reply With Quote
