
Failing that I wonder if anyone has any success with 'Endurance' SD cards used for video (e.g. dashcams) such as this one?
http://amzn.eu/7sakKHx
If Android is anything to go by,
USB flash drives are essentially the same tech as SD cards. They are low-end, cheap storage devices optimized for sequential read/write, which gives them poor performance as an OS drive, and they have minimal error correction capabilities, which makes them less robust in terms of data integrity.
Yes, just one of the problems.
Plus, you can have multiple SD cards and swap between OSs much easier than any other computer platform I've ever sued, or have a Pi that has different setups trivially, and whatever you do you can plug in a fresh SD card and it's back to new. The decision to put all persistent storage on such a cheap swappable medium was (whether deliberate or not) an inspired choice.
++jahboater wrote: ↑Sun Nov 26, 2017 9:45 am...
What happens when the on-board memory dies or gets too old?? how do you replace it?
What if you want to pay extra for super fast memory or want a huge amount to store media on?
I say: SD cards - (one of) the Pi's greatest strengths
An inspired design choice IMO.
...
Go read some threads in the Compute Module Forum. If there is on-board wMMC, you can't add an SD card. They use the same interface bus to the SoC.
Can you give me some specifics on a good SSD (i.e., the one you use - the one in the picture) for the Pi?HawaiianPi wrote: ↑Sun Nov 26, 2017 8:20 amIf you want more reliability, run your Pi from a hard drive or SSD.
That is because you used NOOBs which is fussy about the formatting.
The URL you gave links to a 32G card.I use 64GB.
Pulling the power like that is not recommended, if it catches the SD card during a write, then the write will be corrupted. This can happen at the OS level or the SD card level.The same thing will happen with a HD as well. Do 'sudo halt' or similar, will ensure all writes are completed.
The MoPower UPS can be set up to use supercaps for the backup power. No need to reinvent that particular wheel. (Personally, I use commercial UPSes and do a proper shut down whenever possible.)
OK, so that's the adapter. Good. What about the SSD drive itself? What do you recommend?
The SSD in the review offers good performance at a reasonable price. The 128GB set me back $64.99, which is only slightly more than a Samsung EVO+ micro-SD card of the same capacity (and significantly less than the Pro series). The main thing to look for is good random I/O performance, because that's what sucks on SD cards (and the sequential read/write speed will be limited by the Pi's USB 2.0 interface).