A hexdump can give you a lot of information. You can retrive the type of the file by looking at the magic bytes or even the strings inside of a file.
We know that the flag always start with FCSC.

xxd disque.img | grep FCSC
The parameter "a" of grep prints following line after finding the correct string.