Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
highpoint raid and fstab
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Mon Apr 29, 2002 7:25 am    Post subject: highpoint raid and fstab Reply with quote

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






PostPosted: Mon Apr 29, 2002 4:04 pm    Post subject: Reply with quote

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
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
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