1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- menu "Linux Ext2 FS Progs"
- INSERT
- config CHATTR
- bool "chattr"
- default y
- help
- chattr changes the file attributes on a second extended file system.
- config FSCK
- bool "fsck"
- default y
- help
- fsck is used to check and optionally repair one or more filesystems.
- In actuality, fsck is simply a front-end for the various file system
- checkers (fsck.fstype) available under Linux.
- config LSATTR
- bool "lsattr"
- default y
- select PLATFORM_LINUX
- help
- lsattr lists the file attributes on a second extended file system.
- config TUNE2FS
- bool "tune2fs"
- default n # off: it is too limited compared to upstream version
- help
- tune2fs allows the system administrator to adjust various tunable
- filesystem parameters on Linux ext2/ext3 filesystems.
- endmenu
|