show fs

Posts that don't fit in the other forums
Post Reply
lazyprogramer
Posts: 85
Joined: Mon Sep 27, 2010 5:26 pm

show fs

Post by lazyprogramer » Thu Sep 29, 2011 4:29 pm

Hi!

Does anyone know a tool to show the filesystem for example of an SD card as a file? I want to see the hole filesystem with its strucure not only the files and folders.

mtheall
Posts: 210
Joined: Thu Feb 03, 2011 10:47 pm

Re: show fs

Post by mtheall » Thu Sep 29, 2011 4:33 pm

Plug it into your Linux computer and read from the corresponding device in /dev

Unless you're writing a DLDI driver, I don't see the relevance of this post.

elhobbs
Posts: 358
Joined: Thu Jul 02, 2009 1:19 pm

Re: show fs

Post by elhobbs » Thu Sep 29, 2011 5:25 pm

are looking to raw read from disk (ie read sectors)? you can use dldiGetInternal to get a disk interface, but this will not work on Sudukohax.

lazyprogramer
Posts: 85
Joined: Mon Sep 27, 2010 5:26 pm

Re: show fs

Post by lazyprogramer » Fri Sep 30, 2011 1:23 pm

eh... I just want to read an SD card on the computer which shows me the hole content of the card, similar to this:

0009728 49 4f 20 20 20 20 20 20 53 59 53 27 00 00 00 00 IO .SYS
0009744 00 00 00 00 00 00 08 5d 62 1b 1d 00 16 9f 00 00
0009760 4d 53 44 4f 53 20 20 20 53 59 53 27 00 00 00 00 MSDOS .SYS
0009776 00 00 00 00 00 00 08 5d 62 1b 6d 00 38 95 00 00
0009792 43 4f 4d 4d 41 4e 44 20 43 4f 4d 20 00 00 00 00 COMMAND .COM
0009808 00 00 00 00 00 00 07 5d 62 1b b8 00 39 dd 00 00
0009824 44 42 4c 53 50 41 43 45 42 49 4e 27 00 00 00 00 DBLSPACE.BIN
0009840 00 00 00 00 00 00 08 5d 62 1b 27 01 f6 fc 00 00
0009856 4d 53 44 4f 53 20 20 20 20 20 20 28 00 00 00 00 MSDOS
0009872 00 00 00 00 00 00 1a 88 99 1c 00 00 00 00 00 00
0009888 46 44 49 53 4b 20 20 20 45 58 45 20 00 00 00 00 FDISK .EXE
0009904 00 00 00 00 00 00 36 59 62 1b 02 00 17 73 00 00

elhobbs
Posts: 358
Joined: Thu Jul 02, 2009 1:19 pm

Re: show fs

Post by elhobbs » Fri Sep 30, 2011 1:36 pm

It is OS specific. In windows you can use this: http://support.microsoft.com/kb/100027

in linux do what mtheall said.

If you are just looking for a tool to do this then you could check out tinyhexer- you will need to search for it.

mtheall
Posts: 210
Joined: Thu Feb 03, 2011 10:47 pm

Re: show fs

Post by mtheall » Fri Sep 30, 2011 2:52 pm

xxd works well for this on UNIX and UNIX-like systems.

lazyprogramer
Posts: 85
Joined: Mon Sep 27, 2010 5:26 pm

Re: show fs

Post by lazyprogramer » Wed Oct 05, 2011 1:44 pm

I've found this Windows tool:
Paragon Partition Manager™ 11 Personal Demo

You can save the data for example of an SD card in a file, that's nice.

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests