I am working on a project for set top boxes and I need to mount a HDD partition formatted with xtvfs filesystem.
I have only received the following information regarding xtvfs:
The partition formatted with xtvfs is basically a type 1 (FAT12) to be used with xtvfs
I searched the internet and found a program called Copy+ that can be used to copy xtvfs images form one HDD to another.
The set top I am working on uses linux and so I need to mount and read the partition on it. I have the following question:
- I did not find any xtvfs named filesystem supported in the kernel. Can I be able to mount it using vfat?
- If not, then how do I get to work such a filesystem in Linux.