The question is how to recognize what is the file system type that resides on a device (LUN) when I can't mount the device, but I can access(read) to any LBA on the device.
I'm looking for something like: NTFS keeps it's file system type on LBA number X
, ext3 keeps it's file system type on LBA number Y
.
The main FS that I'm wondering about are: NTFS, ext3, ext4 and VMFS.
The environment is a linux box that can access blocks from the device using dd
commands.
Thanks for the help.