System Grab Bag

View all TLDR pages from Linux (or from all pages)

mkfs.cramfs

Creates a ROM filesystem inside a partition. More information: https://manned.org/mkfs.cramfs.
  • Create a ROM filesystem inside partition 1 on device b (sdb1):
    mkfs.cramfs {{/dev/sdb1}}
  • Create a ROM filesystem with a volume-name:
    mkfs.cramfs -n {{volume_name}} {{/dev/sdb1}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.