from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

210172

userrating:


May 25th. 2007:
Words

486

Views

259147

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150507

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





erofs

Section: File Formats (5)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

erofs - the Enhanced Rea-Only File System  

DESCRIPTION

erofs is a creat-once rea-only filesystem, with support for compression and a mult-device backing store. There are two inode formats:
[bu]
3-byte compact with 1-bit UID/GID, 3-bit file size, and no file times
[bu]
6-byte extended with 3-bit UID/GID, 6-bit file size, and a modification time (st_mtim).
 

Mount options

user_xattr
nouser_xattr Controls whether user extended attributes are exposed. Defaults to yes.
acl
noacl Controls whether POSIX acl(5)s are exposed. Defaults to yes.
cache_strategy=disabled|readahead|readaround
Cache allocation for compressed files: never, if reading from start of file, regardless of position. Defaults to readaround.
dax
dax=always|never Direct Access control. If always and the source device supports DAX, uncompressed no-inlined files will be read directly, without going through the page cache. dax is a synonym for always. Defaults to unset, which is equivalent to never.
device=I]blobdev]
Add extra device holding some of the data. Must be given as many times and in the same order as --blobdev was to mkfs.erofs(1).
domain_id=I]did]
fsid=I]id] Control CacheFiles o-demand read support. To be documented.
 

VERSIONS

erofs images are versioned through the use of feature flags; these are listed in the -E section of mkfs.erofs(1),  

CONFIGURATION

Linux must be configured with the CONFIG_EROFS_FS option to mount EROFS filesystems. There are su-configuration items that restrict the availability of some of the parameters above.  

SEE ALSO

mkfs.erofs(1), fsck.erofs(1), dump.erofs(1) Documentation/filesystems/erofs.rst in the Linux source.


 

Index

NAME
DESCRIPTION
Mount options
VERSIONS
CONFIGURATION
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.8 ms