[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mounting Debian Partition in Windows 2000 Pro



It is not specific ti debian-ppc but I answer.
You got to install samba on your debian.
Change your /etc/samba/smb.conf (lot of examples on the web)
After that you can connect to your debian with 

//IP/Name_of_shared_dir

That's all.

Hey guy ! You have to read the man pages !
:-)

; /etc/samba/smb.conf
security = SHARE
workgroup = POUETTE
server string = Pouette
log level = 3
syslog only = no
syslog = 3;
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
encrypt passwords = true
passdb backend = tdbsam unixsam
wins support = yes
os level = 0
domain master = yes
local master = yes
preferred master = no
name resolve order = lmhosts host wins bcast
dns proxy = no
preserve case = yes
short preserve case = yes
unix password sync = false
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword
:* %n\n .
max log size = 1000
obey pam restrictions = yes
share modes = yes
display charset = ISO8859-1
unix charset = ISO8859-1
[shared]
   comment = pouette
   browseable = yes
   path = /mnt/shared
   writable = yes
   public = yes

--
JAn




Reply to: