Questions tagged [samba]

a free software implementation of the SMB/CIFS networking protocol, providing file and print services for Microsoft Windows clients.

179 questions
22
votes
6 answers

Access network Samba share from Pi client

I've been using my PC to access the files on RPi, using Samba Server on RPi. But, Is there any way I could open Samba Connections on Pi? Like browsing Windows PC Samba Files on RPi?
Snazzy Sanoj
  • 437
  • 1
  • 5
  • 11
8
votes
1 answer

How to change permissions on external hard-drive connected to Raspberry?

I am following this tutorial to create Samba Share on my Raspberry Pi Zero. My problem is at this step: "Make sure your user is the owner of the path you are trying to share via Samba sudo chown -R pi:pi /path/to/share" Error message: Operation not…
bac
  • 83
  • 1
  • 1
  • 6
5
votes
1 answer

Samba: How to Disable LAN Samba Server Discovery

I am trying to hide my Samba server from my LAN completely but am unable to do so. I managed to hide the folders but not the server itself. What I mean is this, when I open Finder on my Mac there is a list of Shared networks, my Raspberry Pi is…
May
  • 105
  • 2
  • 2
  • 7
5
votes
2 answers

What vulnerabilities, if any, are inherit to an open samba share on a home LAN?

In /etc/samba/smb.conf I have Writable=yes Browsable=yes This allows pretty much open access to that folder. In a home network, where the pi is connected to a home router. Is this any danger. I've no port forwarding. Router UPnP is off. Router…
Rick
  • 155
  • 5
5
votes
1 answer

Raspberry Pi NAS Permissions

This has been asked before (I could link to 3 other posts I've seen here), but none of them have been answered. I've followed this tutorial on how to set up a NAS using Samba with a Raspberry Pi. Everything works okay, the drive and files show up, I…
Pihelp
  • 51
  • 1
  • 2
5
votes
2 answers

Ridicoulus File Server performance

I've setup a file server using my new PI, and I'm very disappointed about the performance. I have attached by USB 2.0 2.5" HDD with an USB hub, formatted using NTFS, and mounted automatically. I had installed samba server and setup the share. I can…
Luca
  • 153
  • 1
  • 1
  • 5
4
votes
4 answers

samba server - share root

I've set up samba on raspbian Jessie, and I am able to get to the "pi" user's folder from a windows box. I want to be able to get to the /etc/ directory from windows because I want to edit conf files in the warm bosom of notepad instead of using…
Curtiss
  • 41
  • 1
  • 1
  • 2
4
votes
1 answer

Can't edit/copy files with Samba on Raspberry Pi 2

I recently bought a Raspberry Pi 2 model B, and I installed OpenElec which seems to work as expected, with an external HD plugged in USB. During the setup wizard I enabled Samba, and now I can connect via Finder (OS X 10.11 El Captain) with command…
Yuri
  • 151
  • 3
4
votes
1 answer

Raspberry Pi with external USB drive attached as SMB share: share disappears

I'm new to Raspberry Pi, but I bought a Pi with Kodi/OpenElec pre-installed. I attached an external USB hard drive to it, and set it up to expose that as an SMB network share. I'm using Windows on my laptop and I want to create a backup to this…
Peter
  • 143
  • 4
4
votes
3 answers

Cannot reach Internet after assigning fixed IP address in dhcpcd.conf

Hardware: Pi 2 OS: Raspberry Pi OS 32-bit No firewall. Running over ethernet (no WiFi card) I am following a tutorial to set up a Pi as a file server for home. For this, I need to install Samba. Whenever I run sudo apt-get install samba…
Daniel F
  • 43
  • 1
  • 4
4
votes
1 answer

Pi 3 nextcloud server and NAS

Is it possible to use something like dietpi, install nextcloud as well as have a NAS in the same thing accessing the same files? What I would like is a system where I can access the NAS via my Linux or windows machines through something like samba…
rodude123
  • 141
  • 4
3
votes
3 answers

Access raspberry pi files through Samba or web browser without a router

I have just got my first Raspberry Pi, (3 Model B+) and am having so much fun with it. My first project is a simple wildlife camera that takes pictures using a simple python script to detect motion. It works great and I have since updated it to also…
3
votes
2 answers

How to access a Samba shared folder from a Pi

In my home network I have an Ubuntu machine that is running Samba server. My Windows machine is easily able to browse through the folders after providing a username and password. However when I try to run smb://server from my Raspberry Pi 2 it is…
Manny265
  • 131
  • 2
  • 5
3
votes
1 answer

Unable to make write only smb share

I have the home folder of my Raspberry Pi B+ shared via SMB working fine. Now i'm trying to make a public, write only folder: i edited the configuration like so but it doesn't seem to work. I can't write anything to that…
Matteo
  • 473
  • 1
  • 4
  • 11
3
votes
1 answer

How to automatically mount a samba drive on boot?

I have this in my /etc/fstab //192.168.1.1/S_Drive /mnt/readyshare cifs sec=ntlmv2,username=XXXX,password=XXXXX,uid=1000,gid=1000,iocharset=utf8 0 0 everytime I reboot the pi2, it says [FAILED] failed to mount /mnt/readyshare Here is the log…
imObjCSwifting
  • 149
  • 1
  • 1
  • 3
1
2 3
11 12