Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5788

Networking and servers • Sharing a Windows-share with RPi

$
0
0
Hi,

This may be the umpteenth time this issue is brought up here, but I'm at an end.

What I've accomplished sofar is:
- created a share of my d: drive on Windows 10. Its name is 'D-partition'

The Windows machine's details are:
IP-address: 192.168.1.81, this has been 'pinged' and therewith verified to exist and probably correct.
The machine is named: 'DESKTOP-K5QC49S'
Workgroup: WORKGROUP

My username is 'X11'
Password: (none), meaning there is no password

- on the RPi2 I did the following:
created directory 'Win10' in /media
added the following line to /etc/fstab

Code:

//192.168.1.81/D-partition /media/Win10 cifs uid=1000,credentials=/home/tjitte/.smbcredentials,iochar=utf8 0 0
created file '.smbcredentials in /home/tjitte, containing:
username=X11
password=
domain=WORKGROUP

After giving command sudo mount -a, I get a message:
"mount error(13): permission denied"

What and where did I go wrong?

Convert

Statistics: Posted by Convert — Wed Jan 31, 2024 11:54 am



Viewing all articles
Browse latest Browse all 5788

Trending Articles