I'v forgot to mention, the disk was not member of a RAID array before or something like that. It was a hdd which was configured as a Pass-Through Disk on an Areca RAID controller.
Was that disk a single drive that you created a Unit from like VG01. If so just plug that back into the system then copy the data to the other system. That would be the fastest way.
Yes, it was just a single disk with a logical volume on it.
I'm sure your solution will work, but what I wanted to know is, how I can access the data when no Open-E system is available. For example, I was replacing the raid controller in my system, and the system was not available for a certain time. I thought, because Open-E is Linux based, it would be possible to connect the disk to an other Linux box and mount the volume. But it seems that this does not work. Why?
We are Linux based and you can access your data from another Linux or Knoppix though there is some knowledge that you will have to have on the LVM and Linux we only provide the information below for knoppix. This is providing your linux system has all the RAID HW and or same drive as it was with DSS.
To access the share volume:
-----------------------------------
After Knoppix system startup 'XFS Repair tool' is launched.
You must answer "NO" for the prompt to repair.
Then enter commands:
mkdir /mnt/nas_lv
mount -t xfs /dev/nas_vg/nas_lv /mnt/nas_lv
Now, you can browse the volume:
-----------------------------------
mc /mnt/nas_lv