Nt79
Posts: 37
Joined: Mon Oct 28, 2013 8:47 pm

Sharing Pi's folders over network

Mon Nov 04, 2013 6:45 pm

Hi all,

Does anybody know if it is possible to share folders from my Pi across my home network so I can access them on my Mac with read/write privileges? All the tutorials I have found so far are for Windows and require third party software, does Raspbian have native file sharing capabilities?

Thanks everyone! :)

gmc
Posts: 123
Joined: Fri Mar 09, 2012 11:31 am
Location: Cheshire, UK
Contact: Website

Re: Sharing Pi's folders over network

Mon Nov 04, 2013 7:02 pm

Samba will do this for you.

tvjon
Posts: 778
Joined: Mon Jan 07, 2013 9:11 am

Re: Sharing Pi's folders over network

Mon Nov 04, 2013 7:47 pm

In fact, I'm doing that very thing as I type this.

You don't need anything extra installed on your RPi, as it already has ssh(fs).

Just install fuse on your mac from:

http://osxfuse.github.io

Make a new folder on your mac hd in Finder, & call it whatever you want.

To connect to your pi, open Terminal on your mac & type something like:

sshfs pi@192.168.2.9:/home/pi myNewMacFolder

Your pi will respond with a password request, then return you back to your Terminal prompt.

Go to Finder, open the folder & there's all your RPi home files.

HTH

Nt79
Posts: 37
Joined: Mon Oct 28, 2013 8:47 pm

Re: Sharing Pi's folders over network

Mon Nov 04, 2013 7:54 pm

Thanks you so much for this! Exactly what I was looking for :D

Return to “Beginners”