Hello, I'm a first time poster. First real problem I suppose.
My 1 Terabyte Lacie 2Big Network drive failed. It was configured in SAFE (Raid 1) mode.
When powered up the front and rear LEDs turn on, but the drive will not appear on the network; it does not appear on my router's client list, its admin page is inaccessible and pings get no response. The drives inside seem to turn, I not sure of the fan though (seems not).
I have tried several suggestions which I found on the web. Mostly ther are related with power supply failures.
Lacie tech assistance, by my description, also suggested it might be a power supply problem.
I live in Argentina and Lacie won't ship a power supply out here.
Here's what I've tried.
1) Powered the Lacie 2Big from a PC power supply. (Only one drive inside to protect the data on the other)
2) Powered one of the Seagate drives inside from the PC supply and the NAS circuitry from the Lacie supply.
3) Mounted one of the Seagate drives fron the 2Big into a PC and used Explore2fs and Disk Internals linux Reader to get the data off of it.
none of these approaches worked, but Linux Reader is the closest I've come to my data. Thing is the Drive seems to not have my data on it. All I see is Linux partitions and file structure but not my data. I'm not experienced with linux, but I've combed and searched the directories with no luck.
Could the data be encrypted or hidden? The drive had user passwords.
So far I have done the above tests with only one drive mounted because I don't want to jeopardize the other; Will the NAS work with only one drive in it in Raid 1 Mirror Safe mode?
You can take the remaining drive out of RAID1 and use it alone or you can rebuild the array with a new drive.
See your manual for instructions on how to rebuild the array.
You can take the remaining drive out of RAID1 and use it alone or you can rebuild the array with a new drive.
See your manual for instructions on how to rebuild the array.
Thank you for your reply.
I am unable to rebuild the array because the actual Lacie casing is what is not working. The individual hard drives are, apparently working properly.
I am therefore trying to mount one of the two drives into a PC and retrieve the data but I can not locate my data.
My question regarding this issue is whether the data is hidden or encrypted by the Lacie firmware.
Sorry. Probably not encrypted. Find out what the partition type is with GParted LiveCD. Try reading the data with a Ubuntu LiveCD.
Tell us the partition type, like ext3, reiserfs, etc.
I have the same issue with the same drive. I am trying to access it through Linux, and can see nothing but Linux files and folders. Evongugg suggested taking the drive out of RAID1 to use it alone. Can someone explain how to do this? I am using Ububtu installed on VMWare Fusion on my Mac. Also, how would I know the Partition type?
Please give us the partition layout of the device, a screenshot of Gparted (Partition Editor in System -> Administration) or the output of an "fdisk -l /dev/sdX" command, where /dev/sdX is the name of the detected harddrive, for example /dev/sda or /dev/sdb.
------------------------------...man will occasionally stumble over the truth, but usually manages to pick himself up, walk over or around it, and carry on.
Reply to sub mesa
Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
fdisk -s PARTITION Give partition size(s) in blocks
fdisk -v Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO disks) use 2048-byte sectors
jason@jason-ubuntu:~$
------------------------------...man will occasionally stumble over the truth, but usually manages to pick himself up, walk over or around it, and carry on.
Reply to sub mesa