View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Mon Apr 29, 2002 7:25 am Post subject: highpoint raid and fstab |
|
|
what should fstab look like when your running off a raid 0 array with a hpt370a controller
to run fdisk i type /dev/ataraid/disc0/disc
then the partitions are /part1 for boot /part2 is swap and /part3 is root
so like i ran '#mke2fs -j /dev/ataraid/disc0/part3' when dcreating the file system on the root partition
help before the system finishes emerging...lol |
|
Back to top |
|
|
Guest
|
Posted: Mon Apr 29, 2002 4:04 pm Post subject: |
|
|
Your fstab should look like this I think:
Quote: |
/dev/ataraid/disc0/part1 /boot ext3 noauto,noatime 1 1
/dev/ataraid/disc0/part2 none swap sw 0 0
/dev/ataraid/disc0/part3 / ext3 noatime 0 2
|
The final number on each line ('1' for /boot and '2' for /) makes sure an fsck is run after that partition has been mounted a certain number of times (or a certain number of days, whichever is sooner) which is just for security.
Dave |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|