$ cat /etc/fstab | grep cd
/dev/hdc /mnt/cdrom iso9660 iocharset=utf8,ro,users,noauto 0 0
$ mount /mnt/cdrom/
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Если убрать строку про iocharset то всё ок. Я думал, может соответствующий nls в ядре не включён. Но всё ок. Более странно то, что с такой же опцией fat раздел прекрасно монтируется, СД монтировалсяя раньше, а в man mount'e написано, что
то есть должны работать идентичноThe following options are the same as for vfat and specifying them only makes sense when using discs encoded using
Microsoft's Joliet extensions.