Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Старожил


Сообщения: 252
Благодарности: 11

Профиль | Отправить PM | Цитировать


Цитата BuGfiX:
Например - вот так:
//192.168.0.1/Shared /mnt/SERVER smbfs username=root,password=pass 0 0
Если будет выдаваться ошибка
Цитата:
cli_negprot: SMB signing is mandatory and we have disabled it.
поменяйте тип файловой системы smbfs на cifs. »
Создал каталог
mnt/Server

Далее дал команду
Код: Выделить весь код
suse:/mnt # smbmount \\\\Server\\Shared /mnt/Server cifs username=root,password=pass
cli_negprot: SMB signing is mandatory and we have disabled it.
2031: protocol negotiation failed
SMB connection failed
suse:/mnt #

Код: Выделить весь код
....-o username=root,password=pass
Здесь имеется ввиду пароль и пользователь на директорию mnt/Server или же на Windows


Далее пробовал так



Код: Выделить весь код
suse:~ # smbmount \\192.168.0.1\Shared /mnt/Server smbfs -o  username=root,password=password
Usage: mount.smbfs service mountpoint [-o options,...]
.....
This command is designed to be run from within /bin/mount by giving
the option '-t smbfs'. For example:
  mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test


Код: Выделить весь код
suse:~ # smbmount \\\\192.168.0.1\\Shared /mnt/Server cifs -o username=root,password=pass
cli_negprot: SMB signing is mandatory and we have disabled it.
3296: protocol negotiation failed
SMB connection failed
suse:~ #

Отправлено: 15:01, 19-11-2007 | #11