linux - Connecting Windows to NAS - Samba server -


i trying connect windows 7 nas server (using samba on raspberry pi, running arch linux).

i've clicked on "adding new network drive" -> \192.168.0.22\mnt\usb\data path external drive partition. there authentification window, i'm typing user , password samba knows.

then there a few seconds waiting time windows computing/searching. got message says windows can not reach \192.168.0.22\mnt\usb\data

on server:

ps aux |grep sm root      1166  0.0  3.0  30464  5800 ?        ss   11:16   0:00 /usr/bin/smbd -d root      1167  0.0  1.6  29948  3056 ?        s    11:16   0:00 /usr/bin/smbd -d arkon     1189  0.0  0.3   2336   648 pts/0    s+   11:20   0:00 grep sm 

my configuration file is:

[global]  workgroup = workgroup  server string = samba server  netbios name = arkonberry  security = user  guest account = user  force user = user   username map = /etc/samba/smbusers  name resolve order = hosts wins bcast  read = no  #wins support = no  [data] comment = public storage path = /mnt/usb/data read = no writable = yes browsable = yes 

finally, hdd mounted:

/dev/mmcblk0p1 on /boot type vfat     (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) /dev/sda1 on /mnt/usb/git type fuseblk    (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096) /dev/sda2 on /mnt/usb/download type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096) /dev/sda3 on /mnt/usb/data type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096) 

do have idea problem might come please ? in advance !

as far can tell, should working. mine looks near identical set-up can be.

the 'problem' see you're running arch. don't me wrong, love arch, can fickle thing when using smb, @ least first couple of times set up.

i used guide not long ago, , works fine.

the next hurdle had permissions. make sure check/repair permissions drive or folder you're sharing.

other that, router issue, 1 of old belkins used hate routing suse nas.

well, i'm sorry can't of more help, hope gives places start looking.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -