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

Beginners • Re: Samba Shares: How can i point the download path to another Pi.

$
0
0
This is the command in https://www.linode.com/docs/guides/linu ... smb-share/

Code:

mount -t cifs //[server-ip]/[share-path] /[mount-point]
That is wrong, it is //SERVER_IP/SERVICE' Where 'SERVICE' is the shares name

Code:

[Movies]comment = Moviespath = /media/80GBSSDvalid users = @usersforce group = userscreate mask = 0660directory mask = 0771read only = no
Please correct me if Im wrong. my understanding is that the sharename should be Movies and i should be creating a shared folder for the mount point which i created a new one /media/movies.

Code:

sudo mount -t cifs //192.168.0.249/Movies /media/MoviesPassword for root@//192.168.0.249/Movies:  *********mount error(13): Permission deniedRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)
i changed the password for root using this command but im getting permission denied and even gave permission to pi

Code:

sudo passwd rootsudo chown pi:pi /media/Movies
That mount command should work, provided that the share exists and '/media/Movies' exists

Does the following command show 'Movies' in its output:

Code:

smbclient -NL 192.168.0.249
If it does, can you connect manually with:

Code:

smbclient //192.168.0.249/Movies
NOTE: you may have to install smbclient.

If you do connect, just press 'q' to exit

Statistics: Posted by hortimech — Sat Apr 19, 2025 11:53 am



Viewing all articles
Browse latest Browse all 8005

Trending Articles