Mitrofan
Sun 8th Apr '01, 2:24pm
I just ran into this problem trying to mount the second SCSI HD on Red Hat Linux 6.1
The second SCSI is sdb1
I run mount -t ext2 -o defaults /dev/sdb1 /data
It mounts the second drive. I can then create files on /data, I can see the second HD with the df -h command.
The problem is that every time I restart the server it unmounts the second drive. I also tried with the -o auto option but the results are the same - when I reboot the server the second drive is gone - I don't see it with df -h command.
What should I do to make it automatically mount again on re-boot?
I hope someone can help me here
:rolleyes:
The second SCSI is sdb1
I run mount -t ext2 -o defaults /dev/sdb1 /data
It mounts the second drive. I can then create files on /data, I can see the second HD with the df -h command.
The problem is that every time I restart the server it unmounts the second drive. I also tried with the -o auto option but the results are the same - when I reboot the server the second drive is gone - I don't see it with df -h command.
What should I do to make it automatically mount again on re-boot?
I hope someone can help me here
:rolleyes: