I need to access the data stored on hard drive that was used in Lorex DVR system. The drive gets formatted by the DVR when installed. I am trying to mount that drive in Linux but to no avail.
fdisk shows the partition as "Microsoft Basic Data". parted shows the partition as "msftdata"
There is two partitions, the second is also listed as msftdata but it has a File System type of ext2, and I can mount this drive. There is no video files here, just configs.
The first partition stores the video files. There is no File System type listed in parted, it is just blank. Trying to mount this drive with mount command gives error: wrong fs type, bad option, bad superblock on ..., missing codepage or helper program, or other error.
Anyone know a way to mount this partition in Linux so I can process the video files directly from the drive instead of manually doing so through the DVR system?