Цитата 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:~ #