выдает ошибку о неверном типе файловой системы:
Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
1.проверяем конфигурационны файл /etc/fstab
Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
1.проверяем конфигурационны файл /etc/fstab
nano /etc/fstab2.удаляем 13 строку с ошибочной записью.
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda1 during installation UUID=a2a4a373-680c-4b45-8c70-2f87daab7cc8 / ext3 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=71c6f7d6-1ca8-4896-ba2f-782c02c9da27 none swap sw 0 0 /dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
3.перезагружаем
reboot
причина ошибки:
при установки с live-usb флешка(USB flash drive) была устройством /dev/sdb1 и прописала в /etc/fstab свой тип файловой системы , так как второй HDD был добавлен после установки, то он стал устройством /dev/sdb1. возникло не соответствие с прописанным в /etc/fstab типом файловой системы и типом файловой системы второго HDD.
Комментариев нет:
Отправить комментарий