Chertov Vyacheslav -> Debian рассылка @ Thu, 26 Nov 2009 13:45:57 +0200:
CV> $ sudo mount -t cifs -o username=юзер //server/Install /mnt/server/ CV> mount: wrong fs type, bad option, bad superblock on //server/Install, CV> missing codepage or helper program, or other error CV> (for several filesystems (e.g. nfs, cifs) you might CV> need a /sbin/mount.<type> helper program) CV> In some cases useful info is found in syslog - try CV> dmesg | tail or so Рассказываю, что делать в таких ситуациях. Из вышепроцитированного вычитываем "for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program" и путем несложного применения головного мозга догадываемся, что нас интересует /sbin/mount.cifs. Если не лень поставить apt-file, то apt-file search /sbin/mount.cifs Если лень - то http://packages.debian.org, ссылка "Search the contents of packages", вводим туда оное /sbin/mount.cifs, жмем "Search". Полученное тайное знание в виде имени пакета скармливаем aptitude install. Совет использовать тип cifs вместо smbfs, кажется, правильный, а пакет у них все равно один :-) -- Психология - это наука о плохих контактах (С)энта -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

