logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cramfsswap - swap endianness of a cram filesystem (cramfs)

Author

       Juliane Holzt <debian@julijane.de>

Description

       cramfs  is  a  highly  compressed  and  size optimized linux filesystem which is mainly used for embedded
       applications. the problem with cramfs is that it is endianness  sensitive,  meaning  you  can't  mount  a
       cramfs  for  a  big  endian  target on a little endian machine and vice versa. this is often especially a
       problem in the development phase.

       cramfsswap solves that problem by allowing you to swap to endianness of a cramfs filesystem.

Name

       cramfsswap - swap endianness of a cram filesystem (cramfs)

Synopsis

cramfsswap<infile><outfile>

Version

       20050104

Linux                                              4 Jan 2005                                      cramfsswap(1)

See Also