954,249 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Mounting Raid Suse 11

I can mount these raids I created in Suse 11 with:
mount /dev/sda1 /mnt/dr1
mount /dev/sdb1 /mnt/dr2

but when I reboot the mount is gone. I have edited fstab with:
/dev/sda1 /mnt/dr1 mount defaults 0 0
/dev/sdb1 /mnt/dr2 mount defaults 0 0

and this doesn't work either.

Can anyone point out what I am doing wrong?

dloj333
Newbie Poster
2 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

I solved the problem.
The fstab entries:
/dev/sda1 /mnt/dr1 mount defaults 0 0
/dev/sdb1 /mnt/dr2 mount defaults 0 0

should be:
/dev/sda1 /mnt/dr1 ext3 defaults 0 0
/dev/sdb1 /mnt/dr2 ext3 defaults 0 0

which allowed for the raids to be mounted automatically on startup.

dloj333
Newbie Poster
2 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: