Author Topic: Detecting and mounting a file system of a flash chip.  (Read 846 times)

0 Members and 1 Guest are viewing this topic.

Offline firewalkerTopic starter

  • Super Contributor
  • ***
  • Posts: 2450
  • Country: gr
Detecting and mounting a file system of a flash chip.
« on: July 18, 2018, 08:23:01 am »
When reading a flash chip with an external programmer, is there a way to detect the presence of a file system?

I tried

Code: [Select]
file name.bin
name.bin: data

Alexander.
Become a realist, stay a dreamer.

 

Offline Halcyon

  • Global Moderator
  • *****
  • Posts: 5669
  • Country: au
Re: Detecting and mounting a file system of a flash chip.
« Reply #1 on: July 18, 2018, 09:40:21 am »
I guess the easiest way I can think of would be to throw the output into a hex editor and have a look at the first few bytes.
 
The following users thanked this post: firewalker

Offline tsman

  • Frequent Contributor
  • **
  • Posts: 599
  • Country: gb
Re: Detecting and mounting a file system of a flash chip.
« Reply #2 on: July 18, 2018, 10:55:33 am »
Use binwalk. The file command only checks whatever is at the start of the file so if there are any headers or other data then it won't find anything located further in.
 

Offline firewalkerTopic starter

  • Super Contributor
  • ***
  • Posts: 2450
  • Country: gr
Re: Detecting and mounting a file system of a flash chip.
« Reply #3 on: July 18, 2018, 11:25:16 am »
Thanks you!!!

Alexander.
Become a realist, stay a dreamer.

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf