External 4 Bay HDD RAID Enclosure connected to PI
|
29th Sep, 2013, 01:59 PM
Post: #2
|
|||
|
|||
RE: External 4 Bay HDD RAID Enclosure connected to PI
(29th Sep, 2013 01:10 PM)DLD Wrote: I've been looking at getting an external enclosure for some HDDs. I don't think I want a NAS right now, and it does not need to be a RAID either but preferably if it looked like one HDD to the PI that would be great (on a separate note the two partitions on my 4TB USB HDD often randomly swap mounting positions from usb0 and usb1 after powering off, which isn't ideal). xbian version would be nice there, but in general - you can always put the two partitions into /etc/fstab as Code: UUID=xxx-yyy-zzz /media/usb0 …………. what will cause even usb auto mounting to respect you fixed mount points. UUID is unique for partition and fixed over lifetime. you can get those if you run "blkid" on command prompt. the enclosure should work the same way on RPI as on any other PC/Server with 32-bit linux kernel installed. there is one problem on stock Beta1.0/1.1, kernel is not compiled with SCSI multi LUN option but can be replaced with never kernel available. If you check https://github.com/xbianonpi/xbian/issues/447 or search this forum, there are at least two such posts with success solution as well. From Beta2 this will work automatically. And to the dilemma of NAS/RPI local storage … there is also few threads about - I can only repeat mine recommendation or opinion which is that if you has any chance of more devices (any kind) potentially accessing the disks, don't stick with RPI + locally attached (specially with such big / fast). If you are sure, RPI will be your one and only device accessing the data ever, then doesn't matter. with this enclosure + 4xhdd the total price will not be big difference (between this, NAS, even microATX box with some kind of integrated CPU). Or if you just plan to power it off completely and start only when needed, then yes, stay with RPI and such box. Just think about how you really want to use it, then you will find answer. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
External 4 Bay HDD RAID Enclosure connected to PI - DLD - 29th Sep, 2013, 01:10 PM
RE: External 4 Bay HDD RAID Enclosure connected to PI - mk01 - 29th Sep, 2013 01:59 PM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
How to choose External Enclosure (hard drive) | electronicfan | 2 | 11,445 |
10th Dec, 2013 11:50 AM Last Post: electronicfan |