For questions about network shares and related setup, for example SMB shares. Avoid using this tag for any question related to 'sharing' that is not about network shares specifically.
Questions tagged [share]
44 questions
35
votes
3 answers
Sharing the Pi's WiFi connection through the Ethernet port
I have a pi running the latest release of raspbian and it's connected to the Internet using a wireless USB dongle. What I would like to do, is to share the pi's wifi connection so that any computer connected to the pi using a LAN cable would be able…
user47488
13
votes
5 answers
Where can I share my cool scripts?
I've written a few (what I consider to be cool) bash scripts (that are specific to the Raspberry Pi), and I'd like to share them with the community.
Is there a jsfiddle-like site where I can put up the scripts?
Maybe even a community-based,…
Jim
- 429
- 1
- 5
- 16
10
votes
2 answers
Mount windows share: Bad UNC
I am trying to mount a windows share using this command:
sudo mount -t cifs -o username=USERNAME,password=PASSWORD \\192.168.2.12\TestShare mnt/
But it is giving me this error:
mount.cifs: bad UNC (\192.168.2.12TestShare)
I have also tried these…
Black Magic
- 203
- 1
- 2
- 6
5
votes
1 answer
How can I share my raspberry pi 3's internet to a router's WAN port?
I would like to share my 4GLTE within my home network by tethering from my phone through USB. The reason is because I have other devices that need to communicate with each other without the need for Internet.
The following setup works without a…
chx101
- 171
- 1
- 7
4
votes
1 answer
How can I easily access Windows shares from the Rpi3?
I have a Rpi3 which has been set up from 32gb NOOBS, and has VNC and XRDP installed so I run it headless via Windows Desktop Client on a Vista laptop.
On the laptop I have an explicit share of the C: drive called c. (Of course, there is an…
SDsolar
- 2,378
- 8
- 26
- 43
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
3 answers
How do I delay transmission-daemon startup until all shares are mounted?
I've installed transmission-deamon on Raspbian. I've set it up to directly download on to a NAS share, which is mounted at /home/pi/nas/public via CIFS in /etc/fstab.
All this generally works fine, except when the Pi restarts - either due to a power…
aalaap
- 244
- 5
- 13
3
votes
3 answers
Shared Windows Folder
I'm doing this beginners project with a motion sensor and a pi camera. With this I'll make a security camera. Since the SD card is really large on memory (compared to a HDD) I want the pi to send all my images/videos to my main (Windows 7) PC. I was…
Yababaa
- 261
- 1
- 4
- 9
3
votes
1 answer
SMB Intermittent Time Out on Raspbmc
I am using my Raspberry Pi to stream video and audio content off of my Macbook through an SMB share. The content will stream perfectly when it works but the SMB connection seems to drop at least once a day, if not more often. When this happens,…
Vinnie
- 133
- 5
2
votes
2 answers
Raspbian can't mount samba share on router
I have a usb drive connected to my router, it's a share, works fine from all our windows machines and from Ubuntu, but not from Raspbian. I got the IP-address with nmblookup -S WORKGROUP and the path with smbtree -N, and I can list it:
pi@RPi2a ~…
RolfBly
- 609
- 1
- 9
- 24
2
votes
2 answers
How do I connect raspberry pi to PC using ethernet for file sharing, while still using wifi for internet access?
I have been trying to set up a raspberry pi so that I can fileshare through samba with a windows PC using an ethernet cable, while still being able to connect to internet using WiFi. Right now I can connect to the pi occasionally through the…
AceCS1989
- 29
- 2
2
votes
1 answer
Sharing a DS40 Printer with CUPS
I am trying to set up a DS40 as a shared printer on a Raspberry Pi using CUPS. I have Raspbian and CUPS installed.
I tried setting up the printer with the CUPS drivers included for this make/model, but printing was VERY slow, so I decided to try to…
Brian
- 61
- 1
- 6
2
votes
2 answers
Resolving Windows Shares
RPi can access smb://$server/$share no problem through file manager
RPi can not resolve //$server/$share
RPi can not ping/nslookup //$server/$share
RPi can ping IP address of //$server
Looking like a DNS issue. How would I go about resolving this?…
user1023102
- 121
- 3
2
votes
1 answer
Is there a way to make a Transmission Torrent Server from a Pi?
I apologize in advance for the somewhat generic nature of this questions, but I am new to using my Pi.
I had a thought recently of how I would like to serve up some of my own files as .torrents and would REALLY like to be able to do this from a…
Bogdan Tsepesh
- 123
- 4
2
votes
3 answers
What is the best way to help my Raspberry Pi manage itself unattended?
I am about to reprogram my Raspberry Pi for its new purpose which is being the glue between all of my devices for my university work and other data.
Basically, my Raspberry Pi will share drives to Macs and PCs over the network and via FTP. It will…
Jamesking56
- 273
- 2
- 6
- 15