Mount problem
For some reason our second drive was unmount on server. I have no idea why it happend. Anyway we add it again.1. I have added this line into /etc/fstab
/dev/hdb1 /backup ext3 defaults 1 0
2. Then typed:
# mount -a
Everything was fine, 'df -h' shows that it was mounted succeful.
But! After reboot mount fails. '/backup' disappeared from partition list.
Please help
