Changeset 4bb4cf88 in mainline
- Timestamp:
- 2018-12-15T21:50:44Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 375bcff
- Parents:
- 3c8b0a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkext4/mkext4.c
r3c8b0a8 r4bb4cf88 56 56 aoff64_t nblocks; 57 57 const char *label = ""; 58 unsigned int bsize = 1024;58 unsigned int bsize = 4096; 59 59 60 60 cfg.version = ext4_def_fs_version; … … 202 202 "\t--label <label> Volume label\n" 203 203 "\t--type <fstype> Filesystem type (ext2, ext2old)\n" 204 "\t--bsize <bytes> Filesystem block size in bytes (default = 1024)\n");204 "\t--bsize <bytes> Filesystem block size in bytes (default = 4096)\n"); 205 205 } 206 206
Note:
See TracChangeset
for help on using the changeset viewer.