Join Today
+ Reply to Thread
Results 1 to 3 of 3
  1. #1

    Default cramfs file in firmware: Is it possible to mount on PC?

    Hello,
    Is it possible to mount the extracted file (cramfs) from firmware and mount it with cygwin or linux (for extract files / navigate/ analyse) ?

    Someboby has try it ?

    Thanks for your help.
    Rikk.

  2. #2

    Default Re: cramfs file in firmware: Is it possible to mount on PC?

    Linux:
    mount -t cramfs -o loop cramfs.img /mnt/cramfs

    Windows:
    There probably aren't any IFS drivers that support cramfs. There might be some tool to extract the contents of one like a .zip file.

  3. #3

    Default Extract/Create .cram file under PC

    Steps

    1. Download cramfs-1.1-1.tar.bz2 from http://ftp.uni-kl.de/pub/windows/cyg...-1.1-1.tar.bz2
    2. Extract the contents of cramfs-1.1-1.tar.bz2 into a directory
    3. You can see cramfsck.exe and mkcramfs.exe under bin\

    Run these tools under command prompt:

    cramfsck.exe - To test and extract cram contents into any other directory
    mkcramfs.exe - To create a new .cram file


    Example:
    Extract Contents:

    c:\cramfs\bin>cramfsck -x c:\cram\temp\ c:\temp\temp.cram

    This command will extract the contents of temp.cram to c:\cram\temp\


    Create a .cram file:

    c:\cramfs\bin>mkcramfs C:\cram\contents temp.cram

    This command will create temp.cram file.

    Note: use -h option for help for both commands.

    Hope this helps


 
+ Reply to Thread

Similar Threads

  1. cramfs support on slackware clan
    By jendral_hxr in forum Linux
    Replies: 2
    Last Post: 07-31-2009, 11:26 AM
  2. Linux Userland File System mount gnutella or ftp to phone
    By tallemd in forum E680i General Chat
    Replies: 1
    Last Post: 10-22-2006, 09:49 PM
  3. Cramfs tools for MacOS X, (PowerPC)
    By bOOster in forum A1200 General Chat
    Replies: 0
    Last Post: 10-03-2006, 02:26 AM
  4. cramfs tool
    By oopsware in forum Development
    Replies: 1
    Last Post: 03-11-2006, 02:59 AM
  5. Cramfs and mkcramfs error, please help me!!!
    By tngoctu in forum E680i General Chat
    Replies: 4
    Last Post: 10-01-2005, 07:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1