Здравствуйте!
У меня сервер на Debian Linux 5.0.
Сегодня зашел на сервер и обнаружил, что два диска md2 и sdc1 не смонтированы.
Только когда я в ручную монтирую их командой mount, они монтируются.
> mount /dev/md2 /opt
> mount /dev/sdc1 /arc
При перезагрузки, опять оказываются не смонтированы, как будто дебиан игнорит fstab.
> cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/md1 / ext3 errors=remount-ro 0 1
/dev/md2 /opt ext3 defaults 0 2
/dev/md0 none swap sw 0 0
/dev/sdc1 /arc ext3 defaults 0 2
> fdisk -l
Disk /dev/md0 doesn't contain a valid partition table
Disk /dev/md1 doesn't contain a valid partition table
Disk /dev/md2 doesn't contain a valid partition table
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0001b25b
Device Boot Start End Blocks Id System
/dev/sda1 1 996 8000338+ fd Linux raid autodetect
/dev/sda2 * 997 13154 97659135 fd Linux raid autodetect
/dev/sda3 13155 30401 138536527+ fd Linux raid autodetect
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0002f063
Device Boot Start End Blocks Id System
/dev/sdb1 1 996 8000338+ 82 Linux swap / Solaris
/dev/sdb2 * 997 13154 97659135 fd Linux raid autodetect
/dev/sdb3 13155 30401 138536527+ fd Linux raid autodetect
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00033bfc
Device Boot Start End Blocks Id System
/dev/sdc1 1 30401 244196001 83 Linux
Disk /dev/md0: 8192 MB, 8192262144 bytes
2 heads, 4 sectors/track, 2000064 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md1: 100.0 GB, 100002824192 bytes
2 heads, 4 sectors/track, 24414752 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md2: 141.8 GB, 141861322752 bytes
2 heads, 4 sectors/track, 34634112 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000
Кто-нибудь может сказать с чем это связано и как лечить?
С уважением.
Василий