You are not logged in.

#1 2006-06-25 15:20:26

gunnix
Member
Registered: 2005-11-11
Posts: 102
Website

samba mounting windows share

Hi, I'm trying to mount a windows share but all I can do after mounting is seeing the folders and files on the share. I can not read any file, I get "permission denied". On windows everything should be set to allow for the files to be read (if my brother didn't forget, overlooked anything). I even disabled the windows firewall.

The windows 2000 computer can access the arch linux samba shares without a problem.

I'm running arch current up to date.

Here's how I mount, as root:
mount -t smbfs -o username=gast,password=gast //192.168.0.132/Muziek /mnt/LW/Muziek/

(gets mounted succesfully, but I can't read the files)

Here's my /etc/samba/smb.conf:

#Global Parameters
[global]
workgroup = THUIS
netbios name = gel
passdb backend = smbpasswd
force create mode = 0770
force directory mode = 0770
wins support = yes
case sensitive = no
encrypt passwords = yes
security = share
server string = Linux                 


[share]
path = /mnt/hda1
public = yes
only guest = yes
writable = no
printable = no
create mask = 777


Can anyone help me out? I've been trying to get it working for at least a few hours :s.


As is true for most people I know, I've always loved learning. As is also true for most people I know, I always hated school. Why is that?

Offline

Board footer

Powered by FluxBB