victor.silva
(usa Ubuntu)
Enviado em 12/02/2014 - 21:22h
É o seguinte galera.
Eu tenho instalado aqui no meu notebook o UBUNTU 13.10 e minha mãe tem um notebook instalado o Windows XP certo.
Eu tenho um HD EXTERNO cheio de séries e filmes que fica espetado aqui no meu note... e quero compartilhar a pasta de séries e filmes com o notebook da minha mãe.
Primeiramente, oq eu fiz? Instalei o Samba na Central de programas do Ubuntu !
Naveguei até a pasta de séries e filme que eu tanto queria, cliquei com o botão direito do mouse e fui em opções de compartilhamento , marquei as opções que tinha e fui em criar compartilhamento e adicionar as permissões automaticamente até que eu me deparo com o seguinte erro:
"compartilhamento de rede de usuário" retornou erro 255: net usershare add: cannot convert name "Everyone" to a SID. The connection was refused. Maybe smbd is not running.
Até então, fui atrás de resolver isto, procurei em diversas fontes, procurei aqui no site, enfim revirei o google de ponta cabeça até achar uma solução.
Editar o arquivo smb.conf , então segui este tutorial aqui (
http://ubuntuforum-br.org/index.php/topic,105130.0/prev_next,prev.html#new )
no caso do comando " path = /home/nome_do_usuario/nome_da_pasta/ " que ele fala no tutorial, eu deixei diferente claro, deixei " path = /media/victor/HD\ EXTERNO/Videos "
Deu super certo, fiquei feliz, todo mundo ficou feliz :DD
até que... eu desliguei meu computador, afinal ele ñ é um servidor de datacenter, rs
No outro dia, ou seja (Hoje), quando minha mãe tentou acessar o compartilhamento que deixei mapeado p/ ela, ela encontrou o seguinte erro, falando que o usuário está sem permissão , Contate o administrador ( COISAS DO WINDOWS).
Fiquei sem entender nada, fui atrás de melhorias e estou até agora batendo cabeça, gostaria muito da ajuda de vocês se não for incomodar, segue abaixo a minha configuração do smb.conf
OBS: GALERA, QUALQUER JEITO QUE VOCÊS FALARAM PRA MIM VAI ESTAR BOM, TANTO SE A REDE PEDIR AUTHENTICAÇÃO OU FOR PÚBLICA, TANTO FAZ OQ IMPORTA É COMPARTILHAR OS ARQUIVOS.
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
# - When such options are commented with ";", the proposed setting
# differs from the default Samba behaviour
# - When commented with "#", the proposed setting is the default
# behaviour of Samba but the option is considered important
# enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic
# errors.
# A well-established practice is to name the original file
# "smb.conf.master" and create the "real" config file with
# testparm -s smb.conf.master >smb.conf
# This minimizes the size of the really used smb.conf file
# which, according to the Samba Team, impacts performance
# However, use this with caution if your smb.conf file contains nested
# "include" statements. See Debian bug #483187 for a case
# where using a master file is not a good idea.
#
#======================= Global Settings =======================
[global]
## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = CASA
netbios aliases = REDE-VICTOR
server string = REDE-VICTOR
interfaces = eth0
bind interfaces only = Yes
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
cups options = raw
[Videos]
path = /media/victor/HD\ EXTERNO/Videos
valid users = victor
admin users = victor
read list = victor
write list = victor
writeable = yes
browseable = yes
[printers]
comment = All Printers
browseable = yes
path = /var/spool/samba
printable = yes
; guest ok = no
; read only = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
; browseable = yes
writeable = yes
guest ok = yes
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
; write list = root, @lpadmin
# A sample share for sharing your CD-ROM with others.
;[cdrom]
; comment = Samba server's CD-ROM
; read only = yes
; locking = no
; path = /cdrom
; guest ok = yes
# The next two parameters show how to auto-mount a CD-ROM when the
# cdrom share is accesed. For this to work /etc/fstab must contain
# an entry like this:
#
# /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
# is mounted on /cdrom
#
; preexec = /bin/mount /cdrom
; postexec = /bin/umount /cdrom