Hi,
After a power failure, one datastore become disconnected in our esxi host. It's raid5 consists of 3 disks. I book with an Ubuntu live CD and I can get following information:
ubuntu@ubuntu:~$ sudo fdisk -l /dev/sde
Disk /dev/sde: 3.3 TiB, 3599451029504 bytes, 7030177792 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 543D936A-AE82-4ABE-A2FB-ED296E861BC1
Device Start End Sectors Size Type
/dev/sde1 2048 7030177758 7030175711 3.3T VMware VMFS
but when I try to mount with vmfs-fuse it outputs following error:
ubuntu@ubuntu:~$ sudo vmfs-fuse /dev/sde1 /mnt/vmfs
VMFS VolInfo: invalid magic number 0x00000000
VMFS: Unable to read volume information
Trying to find partitions
Unable to open device/file "/dev/sde1".
Unable to open filesystem
Is it possiblt to get my data back? continuum, I see you help so many guys for similar issue, so try to @you to see if you can help :-)