Currently my house server is x86, linux and mostly standard Linux Mint....
It is power hungry and old and runs a 2TB SATA drive as its main data
store and a 4TB SATA drive as its backup area, and a repository for
un-backed up videos
So some of the known unknowns are:
1/. How much power is used by the spinning rust, when most of the time
its idle? I find three figures quoted, active, idle and sleeping. Around
6-7W active and a couple of watts spinning
2/. How does Linux (Mint) operate disks which are seldom accessed?
3/. What is the power consumption of a typical SSD? I have seen figures
as low as 50mW idle. And a couple of watts on read /write
4/. How could I connect any disks that are not USB, to a PI?
Disk speed is essential to have except for booting. As I mentioned
fscking a big server after a power cut is a long process. I'd probably
boot off an SD card and mount something else for everything that moves
so to speak. So USB interfaces to the SATA drives would probably work.
I am guessing that for spinning rust drives, a powered USB hub plus USB
to SATA cables would work?
And might be enough to power a Pi as well?
I am not au fait with powered hubs, and what powers what in the case of
usb ports that are connected together both with power.
Having looked at the actual power figures I am leaning towards - as a
first step, t any rate - simply trying to use the disks but dump the motherboard and graphics board and the PC case - or at least use them
for something else on a more occasional basis.
Conceptually that would mean a powered hub, two USB to SATA cables, and
an Ethernet equipped PI with at least 2GB RAM - it is nice to sometimes
run a GUI on the server, though if I dumped that probably 512M would be enough. It looks like a zero with an ethernet + 3USB hat would do the
job cheapest...
What have I misunderstood/forgotten?
Theo wrote:
I think the Pi 5 is looking as an excellent platform for this sort of
thing - they've finally ironed out the I/O quirks of the earlier models, and PCIe is attractive. The PCIe HAT ecosystem hasn't developed yet, so
I might be tempted to postpone this for a few months and see what
happens - or think of a stopgap solution.
Biggish USB3 SATA drive(s) for now, later get an M.2 hat for faster NVMe
boot drive?
I think the Pi 5 is looking as an excellent platform for this sort of
thing - they've finally ironed out the I/O quirks of the earlier models,
and PCIe is attractive. The PCIe HAT ecosystem hasn't developed yet, so
I might be tempted to postpone this for a few months and see what
happens - or think of a stopgap solution.
On 29/09/2023 12:19, Theo wrote:
You can't fit USB 3 to a Pi Zero, so you'd be limited to <60Mbytes/son the
single USB 2, and that would be shared with the ethernet too.
The question is, is that actually more than good enough anyway?
In most use cases I will be backing up from the Internet at 5MByte/s
max, or serving data over 100Mbps (12.5MByte/sec) Ethernet, so at first glance it looks like its not a serious issue, although the sharing of
the same bus between ethernet and disk does raise some question marks .
I.e can a USB2 bus support reading off a disk and pumping out to a
network simultaneously at 100Mbps?
I have discovered that there exist *powered* usb to SATA *cables* that
run off 12V and those would work OK . I could hack them to run off an
old PC case+PSU I have that would also be a decent cradle for the SATA drives.
The problem is a PI 4 or 5 costs more than a Zero, plus ethernet/USB
HAT and yet still cannot power a 3.5" spinning rust drive over its USB.
As far as SSDs are concerned, *once booted* I don't have any speed
issues with my existing rust. They remain a 'nice to have one day' option
The Natural Philosopher <tnp@invalid.invalid> wrote:
Currently my house server is x86, linux and mostly standard Linux Mint....
It is power hungry and old and runs a 2TB SATA drive as its main data
store and a 4TB SATA drive as its backup area, and a repository for
un-backed up videos
So some of the known unknowns are:
1/. How much power is used by the spinning rust, when most of the time
its idle? I find three figures quoted, active, idle and sleeping. Around
6-7W active and a couple of watts spinning
For some data points, I have a couple of HP Gen7 microservers. I think they take sub 20W on their own.
Box A (N54L) has 6x 3.5" HDD, an HP RAID card and a USB 3 card. Takes ~100W idle.
Box B (N36L) has 4x 3.5" HDD, a DVD burner and no PCIe cards. Takes ~40W idle
So looking at box B we might budget about 5W per drive. I'm not sure where the watts go: in one of them (don't remember which) there's an 80Plus bronze Seasonic PSU, but maybe the HP PSU in the other one isn't so good.
2/. How does Linux (Mint) operate disks which are seldom accessed?
Depends on the FS, but it shouldn't use them if not accessed. One thing to watch is for software that does background indexing to make file searching faster - one such is 'xapian'. I never use desktop search (just 'find' and 'grep') so I turn this off.
3/. What is the power consumption of a typical SSD? I have seen figures
as low as 50mW idle. And a couple of watts on read /write
Sounds plausible. If it's idle it's doing nothing really.
4/. How could I connect any disks that are not USB, to a PI?
Either a USB-SATA adapter. Or PCIe - the Pi 5's PCIe lane looks promising for a future PCIe SATA HAT. Going direct to SATA from PCIe is more robust than going through $5 Chinese USB-SATA adapters.
Disk speed is essential to have except for booting. As I mentioned
fscking a big server after a power cut is a long process. I'd probably
boot off an SD card and mount something else for everything that moves
so to speak. So USB interfaces to the SATA drives would probably work.
On the Pi 5 each USB port has dedicated bandwidth, whereas on the Pi 4 they are shared. HDD won't saturate a USB3 port, but SSD will.
I am guessing that for spinning rust drives, a powered USB hub plus USB
to SATA cables would work?
Yes.
And might be enough to power a Pi as well?
If the PSU is big enough, don't see why not. Although the hub may limit the output power on a given port.
I am not au fait with powered hubs, and what powers what in the case of
usb ports that are connected together both with power.
Depends on what the Pi does for power routing, I'm not sure about current versions.
Having looked at the actual power figures I am leaning towards - as a
first step, t any rate - simply trying to use the disks but dump the
motherboard and graphics board and the PC case - or at least use them
for something else on a more occasional basis.
Have you considered just getting a big SSD? A 4TB Crucial P3 M.2 NVMe is £150, a Samsung 870 QVO SATA is £168: https://uk.pcpartpicker.com/products/internal-hard-drive/#A=3200000000000,22000000000000&sort=price&t=0
Or similar for multiple smaller drives.
Then use a SATA to USB or NVMe to USB dongle. Or a CM4 or Pi 5 with an M.2 HAT.
Conceptually that would mean a powered hub, two USB to SATA cables, and
an Ethernet equipped PI with at least 2GB RAM - it is nice to sometimes
run a GUI on the server, though if I dumped that probably 512M would be
enough. It looks like a zero with an ethernet + 3USB hat would do the
job cheapest...
You can't fit USB 3 to a Pi Zero, so you'd be limited to <60Mbytes/s on the single USB 2, and that would be shared with the ethernet too. Pi 4, CM4 or Pi 5 are the only sensible platforms if you want decent bandwidth.
What have I misunderstood/forgotten?
I think the Pi 5 is looking as an excellent platform for this sort of thing
- they've finally ironed out the I/O quirks of the earlier models, and PCIe is attractive. The PCIe HAT ecosystem hasn't developed yet, so I might be tempted to postpone this for a few months and see what happens - or think of a stopgap solution.
Theo
(who is thinking of replacing the Microserver motherboard with a Pi 5 + SATA HAT when such appear)
You can't fit USB 3 to a Pi Zero, so you'd be limited to <60Mbytes/son the
single USB 2, and that would be shared with the ethernet too.
No 3.5" USB HDD is powered from its USB, since they need 12V. They all have external PSUs. A 2.5" HDD can run from 5V USB bus power, but not 3.5".
On 29/09/2023 14:10, Theo wrote:
No 3.5" USB HDD is powered from its USB, since they need 12V. They
all have
external PSUs. A 2.5" HDD can run from 5V USB bus power, but not 3.5".
2.5" HDDs - not always true.
I had a 4Gb Seagate the ran fine from USB on a Pi3B. When I changed to a
5Tb WD, I had to add in external power (via a Y-cable).
On 29/09/2023 14:10, Theo wrote:
No 3.5" USB HDD is powered from its USB, since they need 12V. They all have external PSUs. A 2.5" HDD can run from 5V USB bus power, but not 3.5".
2.5" HDDs - not always true.
On 29/09/2023 14:10, Theo wrote:
No 3.5" USB HDD is powered from its USB, since they need 12V. They all have external PSUs. A 2.5" HDD can run from 5V USB bus power, but not 3.5".
2.5" HDDs - not always true.
I had a 4Gb Seagate the ran fine from USB on a Pi3B. When I changed to a
5Tb WD, I had to add in external power (via a Y-cable).
Currently my house server is x86, linux and mostly standard Linux Mint.
It is power hungry and old and runs a 2TB SATA drive as its main data
store and a 4TB SATA drive as its backup area, and a repository for
un-backed up videos
I am not au fait with powered hubs, and what powers what in the case of
usb ports that are connected together both with power.
On 29/09/2023 11:45, The Natural Philosopher wrote:
Currently my house server is x86, linux and mostly standard Linux Mint.
It is power hungry and old and runs a 2TB SATA drive as its main data
store and a 4TB SATA drive as its backup area, and a repository for
un-backed up videos
I am not au fait with powered hubs, and what powers what in the case
of usb ports that are connected together both with power.
Beware if you use a powered hub. My Pi 4 refuses to boot (it hangs
before even displaying anything on screen) if I have a powered USB hub
and HDD connected to it, and the Pi, hub and HDD are powered on simultaneously (eg when power is restored after a power cut). If the hub
and HDD are powered on first, and the Pi 4 a couple of seconds later, everything is fine. My older Pi 3 did not have this problem.
I had to change to a powered USB/SATA caddy and a SATA drive, rather
than a powered USB hub and a USB HDD.
Currently my house server is x86, linux and mostly standard Linux Mint.
It is power hungry and old and runs a 2TB SATA drive as its main data
store and a 4TB SATA drive as its backup area, and a repository for
un-backed up videos
The drives are western digital 3.5" SATA
WDC WD20EFRX-68EUZN0 (82.00A82)
WDC WD40EZRZ-00GXCB0 (80.00A80)
It probably doesnt need that much.
Totting up the partitions its only 2.6TB total. of which 1.6TB is simply videos that dont really need backing up at all
What I would like to do is have something that boots faster after a
power cut, has far lower power consumption, and if it cant use the SATA drives has something reasonably cheap to replace them with.
I think a 2TB + 2TB setup is more than i need, 2 + 1 more than adequate probably.
So some of the known unknowns are:
1/. How much power is used by the spinning rust, when most of the time
its idle? I find three figures quoted, active, idle and sleeping. Around
6-7W active and a couple of watts spinning
2/. How does Linux (Mint) operate disks which are seldom accessed?
3/. What is the power consumption of a typical SSD? I have seen figures
as low as 50mW idle. And a couple of watts on read /write
4/. How could I connect any disks that are not USB, to a PI?
I've looked at the current hardware and its basically
Intel® Core™2 Duo CPU E6850 @ 3.00GHz × 2 - about 75W!!!
GeForce 210/PCIe/SSE2 which is another 25W or so, so it looks like that
combo is dominating the power draw stakes.
Currently UK electricity is around £0.35p a kWh, so an annual
consumption is roughly £3 per watt per year.
Saving 100W would net me £300 a year electricity savings (well almost -
the server is a great room heater in winter)
Disk speed is essential to have except for booting. As I mentioned
fscking a big server after a power cut is a long process. I'd probably
boot off an SD card and mount something else for everything that moves
so to speak. So USB interfaces to the SATA drives would probably work.
CPU power is not an issue. I could probably do this with a Pi
Zero+Ethernet or an early Pi with onboard. I only have a 100Mbps
switch, so networks speeds are not massively needed to be high.
On 2023-09-29, NY <me@privacy.net> wrote:
It was definitely an interaction with the hub, because if I plugged the
USB HDD directly into the Pi (*), or if I didn't plug the HDD in at all,
with an auto-mount command in /etc/fstab in both cases, it worked fine.
I suspect it was a hardware problem, long before Unix tried to mount the
drive.
(*) Don't do that as a long-term solution: the Pi runs *very* hot if you
try to power a spinning HDD from its USB ports. I found that out...
Does 3 years and counting of 24/7 mean I've killed my Pi :-)
My Pi powers a USB connected 2.5 spinning disk just fine.
It was definitely an interaction with the hub, because if I plugged the
USB HDD directly into the Pi (*), or if I didn't plug the HDD in at all,
with an auto-mount command in /etc/fstab in both cases, it worked fine.
I suspect it was a hardware problem, long before Unix tried to mount the drive.
(*) Don't do that as a long-term solution: the Pi runs *very* hot if you
try to power a spinning HDD from its USB ports. I found that out...
Currently my house server is x86, linux and mostly standard Linux Mint.
It is power hungry and old and runs a 2TB SATA drive as its main data
store and a 4TB SATA drive as its backup area, and a repository for
un-backed up videos
On 29/09/2023 11:45, The Natural Philosopher wrote:
Currently my house server is x86, linux and mostly standard Linux Mint.
It is power hungry and old and runs a 2TB SATA drive as its main data
store and a 4TB SATA drive as its backup area, and a repository for
un-backed up videos
I am not au fait with powered hubs, and what powers what in the case
of usb ports that are connected together both with power.
Beware if you use a powered hub. My Pi 4 refuses to boot (it hangs
before even displaying anything on screen) if I have a powered USB hub
and HDD connected to it, and the Pi, hub and HDD are powered on simultaneously (eg when power is restored after a power cut). If the hub
and HDD are powered on first, and the Pi 4 a couple of seconds later, everything is fine. My older Pi 3 did not have this problem.
I had to change to a powered USB/SATA caddy and a SATA drive, rather
than a powered USB hub and a USB HDD.
On 29/09/2023 11:45, The Natural Philosopher wrote:..
2/. How does Linux (Mint) operate disks which are seldom accessed?
I assume it spins them down. I've been abusing a laptop 2.5" hdd for
years, mainly used to write rsnapshot backups.
3/. What is the power consumption of a typical SSD? I have seen
figures as low as 50mW idle. And a couple of watts on read /write
It's low enough, not to matter.
4/. How could I connect any disks that are not USB, to a PI?
AIUI spinning rust does not use a huge amount of power normally, when spinning, but does require a lot of power to spin up. There was some discussion of an SSD and HDD being equivalent power for constant access,
I'm not sure if I believe that, but whatever it is only a few watts.
SSDs are clearly more power efficient for occasional access.
I have used a rpi4 as a NAS since a couple of weeks after it was
released. It is surprisingly unproblematic. I use SAMBA. I did remote
desk benchmarking, showing I was getting 80 or 90% of the 1Gb/s network speed.
I've used various USB2SATA cables. Unpowered for only SSD, powered for HDD.
Currently, I'm using this:
<https://www.amazon.co.uk/gp/product/B0B217QRWJ>
Supposedly handles 3.5" hdd (although I use 1 ssd + 1 2.5 hdd)
In the past I used
<https://www.amazon.co.uk/gp/product/B01EQ7PNZY> <https://www.amazon.co.uk/gp/product/B01N2JIQR7>
My rPi4 does boot slowly, off SD, but I have 5 docker containers running
on it as well as the NAS, including CCTV.
CPU power is not an issue. I could probably do this with a Pi
Zero+Ethernet or an early Pi with onboard. I only have a 100Mbps
switch, so networks speeds are not massively needed to be high.
100Mb/s is slow for disk access. 1Gb/s switches are dirt cheap, and a
modern one will also be lower power.
On 2023-09-29, NY <me@privacy.net> wrote:
It was definitely an interaction with the hub, because if I plugged the
USB HDD directly into the Pi (*), or if I didn't plug the HDD in at all,
with an auto-mount command in /etc/fstab in both cases, it worked fine.
I suspect it was a hardware problem, long before Unix tried to mount the
drive.
(*) Don't do that as a long-term solution: the Pi runs *very* hot if you
try to power a spinning HDD from its USB ports. I found that out...
Does 3 years and counting of 24/7 mean I've killed my Pi :-)
My Pi powers a USB connected 2.5 spinning disk just fine.
The Natural Philosopher <tnp@invalid.invalid> wrote:
Currently my house server is x86, linux and mostly standard Linux Mint.I have/had something similar. However the computer I use is a Fujitsu
It is power hungry and old and runs a 2TB SATA drive as its main data
store and a 4TB SATA drive as its backup area, and a repository for
un-backed up videos
Esprimo P9xx which consumes only around 15 watts when idle. If you
shop around and look at the 'Energy Star' listings you can find even
lower power 'desktop' machines nowadays. Some of the newer Fujitsu
machines use less than 10 watts and yet have all the things you want
like NVME disk drive ability, SATA, etc. You also get a box to put it
all in! :-)
I currently have an external 8Tb USB3 drive which powers down when
idle.
I have several Raspberry Pis but I don't think they make particularly
good NAS/Backup machines.
...oh, almost forgot, you can get refurbished Fujitsu Esprimos (lots
of different models) quite cheaply.
Not a 1U rack mounted 16 port one. And not sure the house wiring is up
to it!
It is on my list of 'nice to haves' if i can come up with a decent cheap one
The Natural Philosopher <tnp@invalid.invalid> wrote:Oh no, me mate and I wired the whole house to full CAT5/structured
Not a 1U rack mounted 16 port one. And not sure the house wiring is up
to it!
It is on my list of 'nice to haves' if i can come up with a decent cheap one
On power consumption terms that switch must be hungry too. If it has a fan it must be taking a good few watts.
I like the TP-Link Easy Smart range because you get extra features like port mirroring and VLAN tagging. Going rate for a 16 port one on ebay about 30-60 quid, eg with PoE:
https://www.ebay.co.uk/itm/155801541673?
and that takes max 8W plus whatever PoE loads you have.
If you've only wire 2 pairs per socket that will prevent doing gigabit though.
Theo
Oh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit.
Cable might have too much attenuation.
The Natural Philosopher <tnp@invalid.invalid> wrote:
Oh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit. Cable might have too much attenuation.
Many domestic installations don't get anywhere near the 305m that's the max in the ethernet spec. So you can get away with out of spec cabling because the spec expects the attenuation from 305m but you only have 30m.
Try it and see? Patch a couple of ports together (without using a switch), put a machine at each end and see if a gigabit link will come up and stably pass traffic. You might be surprised.
The Natural Philosopher <tnp@invalid.invalid> wrote:
Oh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit.
Cable might have too much attenuation.
Many domestic installations don't get anywhere near the 305m that's the max in the ethernet spec. So you can get away with out of spec cabling because the spec expects the attenuation from 305m but you only have 30m.
Try it and see? Patch a couple of ports together (without using a switch), put a machine at each end and see if a gigabit link will come up and stably pass traffic. You might be surprised.
Theo
1/. How much power is used by the spinning rust, when most of the time
its idle? I find three figures quoted, active, idle and sleeping. Around
6-7W active and a couple of watts spinning
They require a lot of power to spin up. That pretty much dictates they
cannot be powered from the rPi USB, even a 2.5" hdd requires a
separately powered USB to SATA connector.
Theo <theom+news@chiark.greenend.org.uk> wrote:
The Natural Philosopher <tnp@invalid.invalid> wrote:Yes, my experience is that tens of metres of home made (by me) CAT5
Oh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit.
Cable might have too much attenuation.
Many domestic installations don't get anywhere near the 305m that's the max >> in the ethernet spec. So you can get away with out of spec cabling because >> the spec expects the attenuation from 305m but you only have 30m.
Try it and see? Patch a couple of ports together (without using a switch), >> put a machine at each end and see if a gigabit link will come up and stably >> pass traffic. You might be surprised.
UTP cable does gigabit quite happily.
Oh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit.
Cable might have too much attenuation.
Many domestic installations don't get anywhere near the 305m that's the max in the ethernet spec. So you can get away with out of spec cabling because the spec expects the attenuation from 305m but you only have 30m.
On 2023-09-30, Chris Green <cl@isbd.net> wrote:
Theo <theom+news@chiark.greenend.org.uk> wrote:
The Natural Philosopher <tnp@invalid.invalid> wrote:Yes, my experience is that tens of metres of home made (by me) CAT5
Oh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit. >>>> Cable might have too much attenuation.
Many domestic installations don't get anywhere near the 305m that's the max >>> in the ethernet spec. So you can get away with out of spec cabling because >>> the spec expects the attenuation from 305m but you only have 30m.
Try it and see? Patch a couple of ports together (without using a switch), >>> put a machine at each end and see if a gigabit link will come up and stably >>> pass traffic. You might be surprised.
UTP cable does gigabit quite happily.
And if it's cat5E then 100m or more works
TheoOh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit.
Cable might have too much attenuation.
On 2023-09-30, Theo <theom+news@chiark.greenend.org.uk> wrote:
Oh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit.
Cable might have too much attenuation.
Many domestic installations don't get anywhere near the 305m that's the max >> in the ethernet spec. So you can get away with out of spec cabling because >> the spec expects the attenuation from 305m but you only have 30m.
The limit is 100m for 100BaseT/1000BaseT. Cat5e is good enough for 100m 1000BaseT, and lower-quality cabling should work for shorter runs.
Standard 4-wire telephone cable (star quad) works for >30m 100BaseT,
although the standard requires Cat5, twisted pair cable.
On 2023-09-29, Pancho <Pancho.Jones@proton.me> wrote:
1/. How much power is used by the spinning rust, when most of the time
its idle? I find three figures quoted, active, idle and sleeping. Around >>> 6-7W active and a couple of watts spinning
They require a lot of power to spin up. That pretty much dictates they
cannot be powered from the rPi USB, even a 2.5" hdd requires a
separately powered USB to SATA connector.
Not necessarily. I run USB powered 2.5in hard drives from raspberry
pi's. Some are the Western Digitial USB external drvies, and others are
run from USB powered USB-SATA converters.
I also run 3.5in sata drives - but then you do need powered USB <-> SATA.
On 30/09/2023 15:03, The Natural Philosopher wrote:
TheoOh no, me mate and I wired the whole house to full CAT5/structured
cabling standards . BUT that isn't necessarily good enough for gigabit.
Cable might have too much attenuation.
When I did mine, the problem I had was kinks in the wire, due to twist
from unrolling it badly, and the pulling it tight. Something about bend radius. I found them and it is OK now.
The limit is 100m for 100BaseT/1000BaseT. Cat5e is good enough for 100mI *think* 305m was 10baseT?
1000BaseT, and lower-quality cabling should work for shorter runs.
Mmm. no. it seems ALL twisted pair ethernet is characterised as 100m..it
must be a delay issue rather than attentuation when doing all nodes
traffic.
Standard 4-wire telephone cable (star quad) works for >30m 100BaseT,Wash yer mouth out with soap...
although the standard requires Cat5, twisted pair cable.
I got lots of that.
probably. But it all works at 100...
On 01/10/2023 11:17, The Natural Philosopher wrote:
adius. I found them and it is OK now.
I got lots of that.
probably. But it all works at 100...
Yeah, mine initially worked at 100 Mb/s, I untwisted the kinks, and then
it worked at 1Gb/s. Probably lesson 101 for professional cable layers,
but it confused me. I was thinking length, when it was just kinks.
On 01/10/2023 11:17, The Natural Philosopher wrote:
adius. I found them and it is OK now.
I got lots of that.
probably. But it all works at 100...
Yeah, mine initially worked at 100 Mb/s, I untwisted the kinks, and then
it worked at 1Gb/s. Probably lesson 101 for professional cable layers,
but it confused me. I was thinking length, when it was just kinks.
I have decided that a headless Pi4B with 1GB RAM and some powered SATA
cables will do the biz.
Big issue will be packaging, and Ive stretched the goodwill of the mate
with a 3D printer a bit far..I hate itzy bitsy usb wall warts, and stuff
in separate boxes...
The powered aspect is what makes USB-SATA adapters more expensive.
Those that come without power supplies are dirt cheap on Ebay,
although the cheap ones might not be reliable (I can confirm that
they're Linux-friendly though).
Well the USB2 ones are Linux-friendly anyway, I notice there are
now SATA-only USB3 ones. I was talking about the earlier 3-way
IDE/SATA ones, which are still available. https://www.ebay.com.au/itm/374701594944
On 29/09/2023 22:21, Jim Jackson wrote:
Does 3 years and counting of 24/7 mean I've killed my Pi :-)
My Pi powers a USB connected 2.5 spinning disk just fine.
I think the answer would be 'it depends on the drive and if linux is configured to spin down on idle' .
You are in effect powering an electric motor and the more friction there
is and the more rpms you want it to do. in general, the more power it
will need
Good advice to check each segment individually, as I wasn't getting
gigabit across the house in both directions, but found it was due to one cable that had been kinked too hard and lost a pair. Ironically was a
short bit of still shiny new cable, not the 30m segment of older very
much used looking wire which had been bent around lots of corners in my
old house. Replacing that 5m section gave me ~970mbs each way.
On 02/10/2023 20:23, druck wrote:
Many years ago, we had sent an engineer down to the London office of a Prestigious Accountancy Firm that oddly enough ceased to exist
overnight* some years later, to install an ISDN router to Connect Them
To The Internet.
*2002. Enron. Google it
On 03/10/2023 09:11, The Natural Philosopher wrote:
On 02/10/2023 20:23, druck wrote:
Many years ago, we had sent an engineer down to the London office of a
Prestigious Accountancy Firm that oddly enough ceased to exist
overnight* some years later, to install an ISDN router to Connect Them
To The Internet.
[snip]
*2002. Enron. Google it
That would be a _creative_ accountancy firm. :-)
---druck
Very old Cat5 is dodgy, but 5e is normally fine for short runs.
On 2023-10-02, druck <news@druck.org.uk> wrote:I dunno what I installed back in the day. 2001? whatever was current then
Very old Cat5 is dodgy, but 5e is normally fine for short runs.
According to the standards, Cat5e is sufficient for 1000BaseT over the full 100m - if it is properly installed and not damaged.
cu
Michael
Sysop: | Coz |
---|---|
Location: | Anoka, MN |
Users: | 2 |
Nodes: | 4 (0 / 4) |
Uptime: | 140:06:08 |
Calls: | 166 |
Files: | 5,389 |
Messages: | 223,236 |