LINUX.ORG.RU

Монтирование cifs из konqueror`a


0

0

Привет!

Сарж. Монтируем самба-ресурс, прописанный в fstab как cifs (т.к. как smbfs не работает). Если монтировать из командной строки - работает Если монтировать по точке монтирования из ком. строки - работает Нужно сделать так, чтобы ресурс монтровался по щелчку на его иконке на рабочем столе (или в konquer`e, без разницы), как при монтировании локальных разделов - почему-то это не работает, нет даже пункта "монтировать" в контекстном меню. Как побороть?

Сеньк.

Ответ на: комментарий от Mousehouse

ытаюсь тут настроить подключение виндовых шар под обычным пользователем, внёс в /etc/fstab такую строку:

//server/share /mnt/smb cifs noauto,users,uid=us,username=DOMAIN\user,password=password,case=asis 0 0
Под рутом комманда:

# mount /mnt/smb

работает, но под пользователем не работает, выдаёт ошибку:

$ mount /mnt/smb
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

Никто не сталкивался с такой проблемой?

Mousehouse
() автор топика
Ответ на: комментарий от Mousehouse

Итак, вот решение:

http://smb4k.berlios.de/handbook/trouble_shooting_mounting_unmounting.html#tr...
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/106146

Для Ъ:

1)[Linux] Using the CIFS file system, mounting fails with the following error message:
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
There are two possible causes for this:
1.You are trying to use mount.cifs(8) as normal user, but the SUID root bit is not set. The following (or a similar) command can be used as root to set the SUID bit:
$ chmod +s `which mount.cifs`
2.It has been reported that mount.cifs(8) fails if the Samba (!) server uses the
security = share
option instead of
security = user
Change the settings on the server.


2)Bug #106146:
This report is public
Cannot mount cifs shares as normal user on directories not owned by the user
т.е. выставить разрешения соответственно.

Mousehouse
() автор топика
Ответ на: комментарий от Mousehouse

Спс! Сам с этим мучился - руки не доходили

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.