|
I have a "Lacie 5big Network" (original version or v1) 5TB NAS with 5 X 1 TB hard drives in it at home for personal use. It is on v2.2.3 of the Lacie firmware for the 5big. The Ethernet Port is inoperable so I cannot get to the data using the Lacie unit, but otherwise I believe the drives and data is good.
SEEKING ADVICE / QUESTIONS 1) I have attached the 5 SATA hard drives to a Windows 7 computer and see the SATA drive model number and serial numbers. There appear to be several partitions on each of the drives, several small LINUX ones, and one big one about 950GB (I presume XFS file system) on each of the five 1 TB drives. 2) Does anyone know if I should try to use some software to rebuild the RAID 6 or 5 array to get to the files on the XFS file system? 3) If I try that does anyone know all the RAID parameter for this Lacie 5big v1 with 5TB? 4) Should I try to somehow disconnect the PC's Windows hard drive, BOOT up the temporary PC from the LINUX files on the hard drives, let the system "run the software" already on it, and see if I can access the XFS file system data via the Ethernet connection? I'm afraid of ruining the file system and corrupting my data, but tend to think it would just "mount the file system" and try to work as a NAS...
More detailed background info is below. Any help would be greatly appreciated, so I can SAVE my personal family pictures, movies, documents, etc restored! And not pay exhorbitant clean room fees! Thanks, Jim
ALL THE BACKGROUND INFO I am pretty sure it was setup to use RAID 5 or 6 with either one or two drive(s) setup as a spare / hot swap drive(s). I do believe it was setup so 2 drives could fail and it still rebuild, so that lends me to RAID 6 probably. It had about 2.4 TB of 5 TB usable space. I believe this is a software RAID scheme on the 5big, because there are regular LINUX EXT type partitions with typical Linux folders and files, but the user data files are on other XFS type partitions spread over the RAID array drives. I do not know RAID parameters such as: Raid type: RAID 5 (Striped + Parity), RAID 6 (Standard P+Q), or RAID 6 (ARECA Compact) [mine is probably 6 or 5], Stripe Size [I saw 128 KB??? suggested in this thread], Type (Adaptec/DDF, Intel, nVidia, Via, Linux, etc), Parity Distribution: Left-Symmetric (backward-dynamic) [suggested in this thread], Left-Asymmetric (backward), Right-Symmetric (forward-dynamic), or Right-Asymmetric (forward). Parity length (number of stripes).
The ethernet port has failed, and this is the only way to communicate with the device from a computer. The raid array seems intact fine, because the indicator lights on the front of the device say ok, and nightly I am getting a backup of one particular music folder via its USB port hooked to an external HD. (When I rename or delete files from the external HD, the backup brings over the missing files each night.) Lacie has agreed to replace the unit (probably 5big Network v2), under warranty, but will automatically erase all of my data.
I am seeking any help / guidance with getting all of the data off of the RAID 5 or 6 array. This is what I have done so far trying out some software recovery programs: "USF Explorer", "Get Raid Recovery", "Disk Internals Raid Recovery" and Paragon Software's "Partition Manager", "Drive Backup" and "Hard Disk Manager":
THE CONFIG XML FILE INFO IN THE LINUX FILE SYSTEM
<?xml version="1.0" encoding="UTF-8"?> <lacie_conf type="ethernet_disk" version="1.0"> <productInfo> <name>5big Network</name> <version>2.2.3</version> <originalversion>2.2.3</originalversion> </productInfo> <machine> <hostname>LaCie</hostname> <description>5big Network</description> <workgroup>Workgroup</workgroup> <atzone/> <frontled>enabled</frontled> <clock> <timezone GMT="+2" abbreviation="CEST">US/Eastern</timezone> <timeserver type=""/> </clock> </machine> <domain> <name/> <status>disabled</status> <previousWorkgroup/> </domain> <interfacesList> <interface name="egiga0"> <bootproto>static</bootproto> <mtu>4004</mtu> <wins>192.168.89.1</wins> <mac>00:D0:4B:86:A9:24</mac> <ipv4_address>0.0.0.0</ipv4_address> <subnetmask/> <broadcast/> <gateway/> <primary_dns/> <secondary_dns/> <speed>0</speed> <dhcp/> <domain/> </interface> </interfacesList> <usersList> <user login="admin" id="500" firstname="" lastname="" email="xxx@yyy.com" status="enabled"> <homedir/> <password crypto="md5">zzz</password> <password crypto="des">aaa</password> <password crypto="nthash">bbb</password> <password crypto="lmhash">ccc</password> </user> <user login="user1" id="501" firstname="xxx M" lastname="yyy" email="xxx@zzz.com" status="enabled"> <homedir/> <password crypto="md5">zzz</password> <password crypto="des">aaa</password> <password crypto="nthash">bbb</password> <password crypto="lmhash">eee</password> </user> </usersList> <groupsList> <group name="Office" id="500" status="enabled"> <comment>Office Users</comment> <member login="user1"/> </group> </groupsList> <sharesList> <share name="usb" status="disabled" external="yes" download="no" timemachine="no"> <path>usb_WDCWD30_USBTOIDE_1cf03f6b495743e4b5c9b13a5f9fb651</path> <protocols http="yes" netatalk="yes" proftpd="no" samba="yes" upnp="no"/> <comment>External Disk</comment> <aclsList> <acl auth="login" type="user" name="user1" access="full"/> <acl auth="login" type="group" name="Office" access="read-only"/> </aclsList> </share> <share name="share" status="enabled" external="no" download="no" timemachine="yes"> <path>share</path> <protocols http="yes" netatalk="yes" proftpd="yes" samba="yes" upnp="no"/> <comment>share</comment> <aclsList> <acl auth="login" type="user" name="user1" access="full"/> <acl auth="login" type="group" name="Office" access="full"/> </aclsList> </share> <share name="new_office" status="enabled" external="no" download="no" timemachine="yes"> <path>new_office</path> <protocols http="yes" netatalk="yes" proftpd="yes" samba="yes" upnp="no"/> <comment>Office Use Only</comment> <aclsList> <acl auth="login" type="user" name="user1" access="full"/> <acl auth="login" type="group" name="Office" access="full"/> </aclsList> </share> <share name="new_public" status="enabled" external="no" download="no" timemachine="yes"> <path>new_public</path> <protocols http="yes" netatalk="yes" proftpd="yes" samba="yes" upnp="no"/> <comment>Public Internet Access</comment> <aclsList> <acl auth="login" type="user" name="user1" access="full"/> <acl auth="login" type="group" name="Office" access="full"/> <acl auth="none" type="userall" access="read-only"/> </aclsList> </share> <share name="usb_1" status="disabled" external="yes" download="no" timemachine="no"> <path>usb_WDCWD30_00JB00KFA0_1cf03f6b495743e4b5c9b13a5f9fb651</path> <protocols http="yes" netatalk="yes" proftpd="no" samba="yes" upnp="no"/> <comment>External Disk</comment> <aclsList> <acl auth="login" type="user" name="user1" access="full"/> </aclsList> </share> </sharesList> <multimedia> <active>false</active> </multimedia> <servicesList> <service type="share" protocol="samba" on_boot="yes"/> <service type="share" protocol="netatalk" on_boot="no"/> <service type="share" protocol="proftpd" on_boot="yes"/> <service type="presence" protocol="avahi" on_boot="yes"/> <service type="share" protocol="http" on_boot="no"/> <service type="presence" protocol="ipconfd" on_boot="yes"/> <service type="share" protocol="upnp" on_boot="no"/> <service type="presence" protocol="daapd" on_boot="no"/> </servicesList> <presenceList> <presence type="avahi"> <protocol name="http" status="enabled"/> <protocol name="ipconfd" status="enabled"/> <protocol name="netatalk" status="disabled"/> <protocol name="proftpd" status="disabled"/> <protocol name="samba" status="disabled"/> <protocol name="timemachine" status="enabled"/> </presence> </presenceList> <updates rollback="none"/> </lacie_conf>
|