Difference between revisions of "Mount options"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* <code>[[commit]]=20</code> | * <code>[[commit]]=20</code> | ||
* <code>[[inode_readahead_blks=64]]</code> | * <code>[[inode_readahead_blks=64]]</code> | ||
− | * <code>[[delalloc]]</code> | + | * <code>[[delalloc]]</code> Deferring [[block]] allocation until write-out time. |
Revision as of 12:05, 26 November 2020
https://man7.org/linux/man-pages/man8/mount.8.html
defaults
noiversion
Do not increment the i_version inode fieldauto_da_alloc
acl
user_xattr
Support "user." extended attributes (or not).noatime
do not update inode access times on this filesystemerrors=remount-ro
commit=20
inode_readahead_blks=64
delalloc
Deferring block allocation until write-out time.
See also
- File systems:
mount
,umount
,findmnt
,find
,swapon
,swapoff
,UUID, blkid
, mount options:/etc/fstab
,udisksctl mount
,guestmount
,/proc/mounts
,fstrim
,systemd-mount
,defaults
ext4
e2fsck,
,fsck.ext4
, superblock, inode, block size, mkfs.ext4 tune2fswipefs
,resize2fs
stat
,extents
, Review ext4 journalctl logs. Read-only file system,virt-resize
, ACL
Advertising: