How to Build a Raspberry Pi File Server
jeremymorgan.com
How to Build a Raspberry Pi File Server
1–10 of 55 posts
Re: How to Build a Raspberry Pi File Server
#2Re: How to Build a Raspberry Pi File Server
#3I’d say: don’t. The performance you will be getting is horrible. Ethernet is connected via USB on the Raspberry Pi, so while via Ethernet, you can achieve about 90 Mbit/s, that speed drops to ≈ 40 Mbit/s once you access a USB hard disk drive. This is without any kind of encryption.
Yeah, if you want to watch 100GB Bluray from it will suck arse, but it may be adequate for document storage for example.
Attach a printer to it and you also have a print server. This little setup could serve well an office or a household.
Re: How to Build a Raspberry Pi File Server
#4I’d say: don’t. The performance you will be getting is horrible. Ethernet is connected via USB on the Raspberry Pi, so while via Ethernet, you can achieve about 90 Mbit/s, that speed drops to ≈ 40 Mbit/s once you access a USB hard disk drive. This is without any kind of encryption.
Once you are comfortable you can move on to a better dedicated setup.
Re: How to Build a Raspberry Pi File Server
#5Re: How to Build a Raspberry Pi File Server
#6This just basically tells you how to mount a disk and install samba. You could equally well apply these instructions to any debian-based system.
The point of all these people doing "Raspberry Pi" articles with basic Linux stuff is to teach people who just bought a Pi and don't know how to use it. The overall point of this device is education.
Re: How to Build a Raspberry Pi File Server
#7Of course most of those solutions would be a lot more expensive. The HP Microserver is my current solution, with zfs. And even that could be a lot better as there's no hardware crypto support and scp is sloooooow as a result.
As a general point of cynicism (and that seems to be my mood today) - did nobody ever have a small, general purpose computer before the Raspberry Pi came along?
Re: How to Build a Raspberry Pi File Server
#8I’d say: don’t. The performance you will be getting is horrible. Ethernet is connected via USB on the Raspberry Pi, so while via Ethernet, you can achieve about 90 Mbit/s, that speed drops to ≈ 40 Mbit/s once you access a USB hard disk drive. This is without any kind of encryption.
Re: How to Build a Raspberry Pi File Server
#9Also does Raspian support a lot of USB drives out of the box?
Re: How to Build a Raspberry Pi File Server
#10Would it be much different with other distributions folks are using on the Pi? I would think BSD/Unix variants would be different. Also does Raspian support a lot of USB drives out of the box?
For extra credit you could investigate running minidlna on it to expose your media to things like smart-tvs and playstations.
--edit-- On the external drives thing, most USB drive enclosures should just work (tm) with linux these days, however there used to be problems surrounding power-saving. This is due to them being designed around the way windows uses external enclosures, and linux not waking them the same way, or not realising they had gone to sleep or something, and many disk enclosures I used with older ARM debian boxes (4+ years back) had a habit of going to sleep and not waking up.
tl;dr - YMMV, best to stick to one that is known-good.