![]() |
RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: General Discussion on ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=99) +--- Thread: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs (/showthread.php?tid=6129) |
RE: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - Slam - 06-08-2019 (05-17-2019, 03:22 PM)markb1 Wrote: I got one of these, and it does do the job, but there are a bunch of annoyances, which kind of add up. I may feel better about it when I'm completely done with setup and don't have to access it again, but in the meantime, I'm having to deal with these things: I agree with all the points but the last: I actually like that many screws (except if I need to open the case :p Better fan option for the NAS case - Tim Jones - 06-26-2019 One of the issues with the NAS case is the space required by most 80mm fans (usually 15mm or 25mm thick). This can cause issues with the cabling and installation when using 3.5" disk drives. In searching, I've found a solution that is only 10mm thick, but still provides 19CFM at 26dBA noise level. It's from Wathai in China and is available on Most Amazon sites. Here's the US Amazon link: 80mm x 5mm case fan (EDIT - the image on that page says 5VDC, but this is for the 12VDC fan) If you're not an Amazon fan, Warthai's description is "80mm x 10mm 12V 2Pin DC Cooler Radiator Exhaust Cooling Fan" Full specs:
RE: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - SBCraok - 08-15-2019 I am going to try this on amazon for 4 internal HHDs. It says it is backwards comp with SATA II so wish me luck ![]() https://www.amazon.com/gp/product/B07KNXZFRH/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1 RE: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - Farley56 - 09-01-2019 Once I got the fan control working the case fits my needs running OMV as a NAS for backing up files on home network. My biggest beef is not knowing exactly how to shutdown/restart the device. Can anyone direct me to the documentation listing the steps to shutdown the device? Not just the NASCase but the Rock64Pro too. Are they separate processes? 1. Via the browser interface - Shutdown. Wait. Wait. Then what? 2. If I can't connect via the browser - what to do to shutdown the device. 3. Steps to reboot the device after running OMV Update Management via the browser. Just reboot? Shutdown? Reason I ask is that over the past months I've corrupted many EMMC OMV loads somehow. One scenario, run the OMV updates, reboot, never comes back. Can't get into browser interface, need to power down, press and hold power button to the Rock64Pro on the NASCase. Shuts down hopefully. Unplug power, plug power into the NASCase. Powers up but maybe not. Can't get connected via WinSCP, browser. End up reloading and configuring OMV. Another scenario. Getting emails that backup and other misc. maintenance via OMV have been successful. Suddenly don't get the notices. Try to connect via the browser. No go. Try via WinSCP. Nope. I'm not a NOOB but not an expert either. I don't really want to have to pour over logs nor spend hours troubleshooting my NAS box. Sure I'm a tinkerer but I also think that there are better things to do than mess with a device that backs up files. Luke's documentation on configuring the NASCase is great, thanks. But I think it would be helpful to mention the reset, power, how to's in it too. If this is in the wrong place on the forum let me know and I'll repost it. Thanks, Mark RE: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - Tim Jones - 09-01-2019 (09-01-2019, 10:24 AM)Farley56 Wrote: My biggest beef is not knowing exactly how to shutdown/restart the device. Can anyone direct me to the documentation listing the steps to shutdown the device? Not just the NASCase but the Rock64Pro too.Hi Mark, Shutdown takes the system down to the OFF state by running init 0, which shuts down all running processes Reboot does just that - reboots - but uses init 6 which does the same as init 0, but with a reboot at the end PowerOff is one step further in that it runs init 6, but then sends the ACPI command to kill power None of these should come close to corrupting the eMMC or µSD card. If any of them do, then there's an issue with either a processes not obeying the SIGTERM and SIGKILL commands sent during the finale stages on init 0. If you would like to see this first hand, login on a direct-connect terminal and issue the init commands are rot: Code: init 0 HTH, Tim RE: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - Farley56 - 09-01-2019 (09-01-2019, 11:22 AM)Tim Jones Wrote:(09-01-2019, 10:24 AM)Farley56 Wrote: My biggest beef is not knowing exactly how to shutdown/restart the device. Can anyone direct me to the documentation listing the steps to shutdown the device? Not just the NASCase but the Rock64Pro too.Hi Mark, Thanks Tim. Good suggestion/explanation. I'll take a look. I'd imagine if it's a process corrupting the OMV load I'll have to spend some time looking through logs. A couple more questions; * Can I assume that the OMV shutdown and reboot selections from the browser interface also use the same "init" code? * Does using the Rock64Pro "reset" or "power" buttons accomplish the same thing? * I don't want to be logged into the OMV browser interface if I wish to use the power button on the NASCase (Rock64Pro)? * Worst thing to do is pull the AC power from the NASCase which kills everything immediately and without running any init code? Thanks again, Mark RE: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - Tim Jones - 09-01-2019 Quote:Thanks Tim. Good suggestion/explanation. I'll take a look. I'd imagine if it's a process corrupting the OMV load I'll have to spend some time looking through logs. A couple more questions; I don't know for certain, but I suspect that they call the standard reboot and shutdown functionality. Stay away from the power and reset buttons for shutting down - those are last resort options if the system won't shutdown cleanly. Both have the same affect as pulling power - POOF! RE: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - bavay - 10-17-2019 @SBCraok I've had some bad experiences with this enclosure with respect to voltage regulation... I've tried to use an HDD and an SSD mounted internally and going through the pcie / sata adapter (from the pinestore). Everything worked well until I've had a major filesystem corruption on my ssd (basically, all files moved to "lost+found"). I've moved my ssd back to its usb enclosure and now everything works smoothly (of course, the point of buying the nas case and the various adapters was to be able to mount all disks internally...) RE: RockPro64 Case 2x3.5" HDDs and 2x2.5 HDDs - Tim Jones - 10-17-2019 Since the case has no bearing on the power supply, you need to look elsewhere for the cause. This case is just a dead metal container. Are you using a 5A power supply for the use with the disks? A 2.5A definitely won't cut it. |