I have added a new riad to the server striped with raid 5. I want to format the filesystem with ext3. The os is Redhat 7.2.
So, first step,
fsck /dev/sda
The only scsi device on the server is the raid (I think !!) and so I thought I should do fsck /dev/sda, but it says,
device not found.
Now, when I connected the device and booted the machine, kudzu detected it and configured it.
I am not sure what the device is. So what should I do now??
The steps I thought I had to go through was,
after fsck /dev/sda,
mkfs -t ext3 /dev/sda,
e2label /dev/sda /mount/point
then add a entry in fstab as,
LABEL=/mount/point /mount/point ext3 defaults 1 2
Please advise. Am I missing any steps ?? Please coorect me if I am wrong anywhere. But first, why is the fsck not working ?? How do I detect the device ??
Thanks.
So, first step,
fsck /dev/sda
The only scsi device on the server is the raid (I think !!) and so I thought I should do fsck /dev/sda, but it says,
device not found.
Now, when I connected the device and booted the machine, kudzu detected it and configured it.
I am not sure what the device is. So what should I do now??
The steps I thought I had to go through was,
after fsck /dev/sda,
mkfs -t ext3 /dev/sda,
e2label /dev/sda /mount/point
then add a entry in fstab as,
LABEL=/mount/point /mount/point ext3 defaults 1 2
Please advise. Am I missing any steps ?? Please coorect me if I am wrong anywhere. But first, why is the fsck not working ?? How do I detect the device ??
Thanks.