попробуй теперь в консоли
mount -t cifs \\\\192.168.0.29\\название твоей общей папки /mnt -o username=твой логин,password=твой пароль
ошибок быть не должно
и потом в каталоге /mnt будет примонтирована твоя общая папка
ASP LInux 11 (как подключить ASP Linux 11 к локальной сети)
Модератор: Bizdelnick
-
malex
- Сообщения: 374
- ОС: debian
Re: ASP LInux 11
Ну вот, еще один день прошел, а мы все еще живы. И может быть стали умнее.
-
grey_s
- Сообщения: 23
- ОС: gentoo-2007.0
Re: ASP LInux 11
Я опять зашел в тупик - у меня samba плохо работает надо настраивать.
-
malex
- Сообщения: 374
- ОС: debian
Re: ASP LInux 11
в общем самба нужна только если кто то захочет залезть к тебе - тебе оно надо?
если надо то конечно нужно настроить.
если надо то конечно нужно настроить.
Ну вот, еще один день прошел, а мы все еще живы. И может быть стали умнее.
-
grey_s
- Сообщения: 23
- ОС: gentoo-2007.0
Re: ASP LInux 11
Samba мне тоже нужна будет, в смысле ко мне тоже будут лазить
а что настроить чтобы я лазил и сеть работала постоянно?
а что настроить чтобы я лазил и сеть работала постоянно?
-
malex
- Сообщения: 374
- ОС: debian
Re: ASP LInux 11
попробуй вот этот конфиг:
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
workgroup = здесь твоя группа
# server string is the equivalent of the NT Description field
server string = Samba Server
# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the HOWTO Collection for details.
security = share
# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba.%m
# Put a capping on the size of the log files (in Kb).
max log size = 50
# Most people will find that this option gives better performance.
# See the chapter 'Samba performance issues' in the Samba HOWTO Collection
# and the manual pages for details.
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
dns proxy = no
dos charset = CP866
#============================ Share Definitions ==============================
[public]
comment = Public
path = /home/samba
public = yes
writable = yes
printable = no
create mask=666
сохрани старый конфиг -
mv /etc/samba/smb.conf /etc/samba/smb.conf.bak
и в файл /etc/samba/smb.conf помести то что выше
да это все нужно делать под рутом.
папка /home/samba должна быть!
и потом передернуть - /etc/init.d/smb restart - ошибок быть не должно!
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
workgroup = здесь твоя группа
# server string is the equivalent of the NT Description field
server string = Samba Server
# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the HOWTO Collection for details.
security = share
# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba.%m
# Put a capping on the size of the log files (in Kb).
max log size = 50
# Most people will find that this option gives better performance.
# See the chapter 'Samba performance issues' in the Samba HOWTO Collection
# and the manual pages for details.
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
dns proxy = no
dos charset = CP866
#============================ Share Definitions ==============================
[public]
comment = Public
path = /home/samba
public = yes
writable = yes
printable = no
create mask=666
сохрани старый конфиг -
mv /etc/samba/smb.conf /etc/samba/smb.conf.bak
и в файл /etc/samba/smb.conf помести то что выше
да это все нужно делать под рутом.
папка /home/samba должна быть!
и потом передернуть - /etc/init.d/smb restart - ошибок быть не должно!
Ну вот, еще один день прошел, а мы все еще живы. И может быть стали умнее.
-
grey_s
- Сообщения: 23
- ОС: gentoo-2007.0
Re: ASP LInux 11
Всем спасибо. Я решил установить Gentoo.
-
serge_m
- Сообщения: 317
- ОС: ASP Linux 14
-
grey_s
- Сообщения: 23
- ОС: gentoo-2007.0
Re: ASP LInux 11
решение было принято моим руководством
Сделано это для того, чтобы понять как работает Linux
Сделано это для того, чтобы понять как работает Linux