A file server controls access to separately stored files, typically on a system attached to a network
Questions tagged [file-server]
49 questions
3
votes
2 answers
Is it better to use NFS or SMB to serve files on a LAN using the Raspi?
I have a Raspberry Pi Model B w/ 256MB of RAM. I want to use it for serving my printer (via CUPS) and some files to my local machine (Mac). But I also want to tinker a bit with it, so I want to have some resources left when I work locally on the…
Arne
- 2,226
- 2
- 18
- 35
2
votes
1 answer
Can a Raspberry Pi (Raspbian Distro) SD Card content be synchronized from a file server at anytime?
I want to put a Server with Raspberry Pi SD Card image and synchronize a lot of Raspberry Pi with this image. In this sense, if I update this main image on server in few minutes or hour get all my Raspberries synchronized.
Some ideas?
gcataldo
- 21
- 1
-1
votes
1 answer
Raspberry Pi as a File Server
This may be a very basic question but I can't quite wrap my head around it.
I have some JSON files on a Raspberry Pi that's connected to a network, and I'm wondering if I can serve those files to a website directly from the Pi?
I create the files…