You are not logged in.

#1 2009-09-18 10:23:25

manolos
Member
From: Athens, Greece
Registered: 2009-06-06
Posts: 117

arch linux access to windows xp with samba (gnome)

hi! i have a wireless router with lan to my windows pc and i want access folders, files and all the stuff from my arch laptop with wireless or lan conection. firewall is disabled from windows and router. i have added "manolos" to samba users. im trying ctrl+L, smb://192.168.2.2 and samba asks me for a pass. i dont have pass. what should i do?
thanks smile

Offline

#2 2009-09-18 11:36:49

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: arch linux access to windows xp with samba (gnome)

smbpasswd

Offline

#3 2009-09-18 15:30:11

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: arch linux access to windows xp with samba (gnome)

I believe it's the username and password to your windows PC that you need, unless you have the sharing permissions set to everyone for that folder in XP. If you want the XP computer to be mounted persistently, you can add something like this to /etc/fstab:

//192.168.0.100/foldername /mnt/windows cifs noauto,user,noatime,username=XPusername,password=XPpassword,uid=1000,gid=100,workgroup=WORKGROUPNAME,dir_mode=0777  0 0

or change noauto to auto if want it mounted each time you boot.

Good luck!
Scott

Offline

#4 2009-09-18 19:26:25

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: arch linux access to windows xp with samba (gnome)

http://wiki.archlinux.org/index.php/Sam … e_to_fstab

Also see the article in its entirety.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#5 2009-09-22 16:16:30

manolos
Member
From: Athens, Greece
Registered: 2009-06-06
Posts: 117

Re: arch linux access to windows xp with samba (gnome)

thank you for the help!

Offline

Board footer

Powered by FluxBB