Tape. You’ll thank yourself in the long run.
Tape. You’ll thank yourself in the long run.
If, as you write, it will be over sftp, then why are you forwarding port 21? Port 21 is FTP, plus you need your NAT router to also be able to negotiate the data channel on a separate port.
If you don’t know you need this, then you may be in for a big surprise when you go down that rabbit hole and try to implement it.
It’s much easier to forward port 22 and use sftp. It’s also much more secure, particularly if you use ssh keys instead of passwords.
Just as a POC, I set up an old Radio Shack bulk tape eraser next to a drive (don’t worry - it was in SMART pre-fail already) to see what’d happen. Just turning it on for a split second made the drive completely stop being able to access anything.
This is a bit pedantic, but x64 refers to Alpha, which existed long before 1999. 64 bit x86 (x86-64, or amd64) wasn’t purchasable until 2003, although it was announced in 2000.
There were several additional shifts between 1978 and 2003:
8088
/8086
has what’s essentially bank switched 16 bit addressing which gives 1 MB, or 2^20 bytes80286
has physical support for 16 megs, or 2^24 bytes80386
has physical support 4 gigs, or 2^32 bytesPentium Pro
has PAE support for 64 gigs, or 2^36 bytesAMD Opteron
from 2003 has support for 1024 gigs, or 1 terabyte, or 2^40 bytesAMD
andIntel
CPUs physically support anywhere between 2^48 and 2^57 bytes of physical hardware (256 terabytes to 128 petabytes)But let’s just use three points of data:
8086
/8088
,80386
, and let’s say the first 64 bitAMD Opteron
supports 64 bits:8086
/8088
, 1978, 20 bits80386
, 1985, 32 bitsAMD Opteron
, 2003, 64 bits1978 to 1985 is 7 years, with a change in addressing of 12 bits, or about .6 bits per year.
1985 to 2003 is 18 years, with a change in addressing of 32 bits, or about .56 bits per year. So far, pretty consistent.
How long would it take to go from 64 bits to 128 bits? At around .56 bits per year, that’d be about 114 years, and we’ve had twenty so far.
Check back in 94 years.