Lines Matching +full:partition +full:- +full:file +full:- +full:system
1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Compressed ROM file system support (cramfs)"
6 Saying Y here includes support for CramFs (Compressed ROM File
7 System). CramFs is designed to be a simple, small, and compressed
8 file system for ROM based embedded systems. CramFs is read-only,
9 limited to 256MB file systems (with 16MB files), and doesn't support
12 See <file:Documentation/filesystems/cramfs.rst> and
13 <file:fs/cramfs/README> for further information.
16 cramfs. Note that the root file system (the one containing the
33 block device such a disk partition or a ramdisk.
41 a linear addressed memory range (usually non-volatile memory
48 the 'physmap' map driver or a resulting MTD partition.
50 the MTD partition named "xip_fs" on the /mnt mountpoint:
52 mount -t cramfs mtd:xip_fs /mnt