That is wrong, it is //SERVER_IP/SERVICE' Where 'SERVICE' is the shares nameThis is the command in https://www.linode.com/docs/guides/linu ... smb-share/Code:
mount -t cifs //[server-ip]/[share-path] /[mount-point]
That mount command should work, provided that the share exists and '/media/Movies' existsPlease 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:
[Movies]comment = Moviespath = /media/80GBSSDvalid users = @usersforce group = userscreate mask = 0660directory mask = 0771read only = noi changed the password for root using this command but im getting permission denied and even gave permission to piCode:
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)Code:
sudo passwd rootsudo chown pi:pi /media/Movies
Does the following command show 'Movies' in its output:
Code:
smbclient -NL 192.168.0.249Code:
smbclient //192.168.0.249/MoviesIf you do connect, just press 'q' to exit
Statistics: Posted by hortimech — Sat Apr 19, 2025 11:53 am