Whamcloud - gitweb
94557076cdddff0637170acbe488fb3e7c8ed5c6
[tools/e2fsprogs.git] / misc / tune2fs.8.in
1 .\" Revision 1.0 93/06/3 23:00  chk
2 .\" Initial revision
3 .\"
4 .\"
5 .TH TUNE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6 .SH NAME
7 tune2fs \- adjust tunable filesystem parameters on ext2/ext3/ext4 filesystems
8 .SH SYNOPSIS
9 .B tune2fs
10 [
11 .B \-l
12 ]
13 [
14 .B \-c
15 .I max-mount-counts
16 ]
17 [
18 .B \-e
19 .I errors-behavior
20 ]
21 [
22 .B \-f
23 ]
24 [
25 .B \-i
26 .I interval-between-checks
27 ]
28 [
29 .B \-j
30 ]
31 [
32 .B \-J
33 .I journal-options
34 ]
35 [
36 .B \-m
37 .I reserved-blocks-percentage
38 ]
39 [
40 .B \-o
41 .RI [^]mount-options [,...]
42 ]
43 [
44 .B \-r
45 .I reserved-blocks-count
46 ]
47 [
48 .B \-s
49 .I sparse-super-flag
50 ]
51 [
52 .B \-u
53 .I user
54 ]
55 [
56 .B \-g
57 .I group
58 ]
59 [
60 .B \-C
61 .I mount-count
62 ]
63 [
64 .B \-E
65 .I extended-options
66 ]
67 [
68 .B \-L
69 .I volume-name
70 ]
71 [
72 .B \-M
73 .I last-mounted-directory
74 ]
75 [
76 .B \-O 
77 .RI [^] feature [,...]
78 ]
79 [
80 .B \-Q
81 .I quota-options
82 ]
83 [
84 .B \-T
85 .I time-last-checked
86 ]
87 [
88 .B \-U
89 .I UUID
90 ]
91 device
92 .SH DESCRIPTION
93 .BI tune2fs
94 allows the system administrator to adjust various tunable filesystem 
95 parameters on Linux ext2, ext3, or ext4 filesystems.  The current values 
96 of these options can be displayed by using the
97 .B -l
98 option to
99 .BR tune2fs (8)
100 program, or by using the
101 .BR dumpe2fs (8)
102 program.
103 .PP
104 The
105 .I device
106 specifier can either be a filename (i.e., /dev/sda1), or a LABEL or UUID
107 specifier: "\fBLABEL=\fIvolume-name\fR" or "\fBUUID=\fIuuid\fR".  (i.e.,
108 LABEL=home or UUID=e40486c6-84d5-4f2f-b99c-032281799c9d).
109 .SH OPTIONS
110 .TP
111 .BI \-c " max-mount-counts"
112 Adjust the number of mounts after which the filesystem will be checked by 
113 .BR e2fsck (8).  
114 If
115 .I max-mount-counts
116 is 0 or \-1, the number of times the filesystem is mounted will be disregarded 
117 by
118 .BR e2fsck (8)
119 and the kernel.
120 .sp
121 Staggering the mount-counts at which filesystems are forcibly
122 checked will avoid all filesystems being checked at one time
123 when using journaled filesystems.
124 .sp
125 You should strongly consider the consequences of disabling
126 mount-count-dependent checking entirely.  Bad disk drives, cables,
127 memory, and kernel bugs could all corrupt a filesystem without
128 marking the filesystem dirty or in error.  If you are using
129 journaling on your filesystem, your filesystem will
130 .B never
131 be marked dirty, so it will not normally be checked.  A
132 filesystem error detected by the kernel will still force
133 an fsck on the next reboot, but it may already be too late
134 to prevent data loss at that point.
135 .sp
136 See also the
137 .B \-i
138 option for time-dependent checking.
139 .TP
140 .BI \-C " mount-count"
141 Set the number of times the filesystem has been mounted.
142 If set to a greater value than the max-mount-counts parameter
143 set by the 
144 .B \-c
145 option,
146 .BR e2fsck (8) 
147 will check the filesystem at the next reboot.
148 .TP
149 .BI \-e " error-behavior"
150 Change the behavior of the kernel code when errors are detected.
151 In all cases, a filesystem error will cause
152 .BR e2fsck (8)
153 to check the filesystem on the next boot.
154 .I error-behavior
155 can be one of the following:
156 .RS 1.2i
157 .TP 1.2i
158 .B continue
159 Continue normal execution.
160 .TP
161 .B remount-ro
162 Remount filesystem read-only.
163 .TP
164 .B panic
165 Cause a kernel panic.
166 .RE
167 .TP
168 .BI \-E " extended-options"
169 Set extended options for the filesystem.  Extended options are comma
170 separated, and may take an argument using the equals ('=') sign.
171 The following extended options are supported:
172 .RS 1.2i
173 .TP
174 .B clear_mmp
175 Reset the MMP block (if any) back to the clean state.  Use only if
176 absolutely certain the device is not currently mounted or being
177 fscked, or major filesystem corruption can result.  Needs '-f'.
178 .TP
179 .BI mmp_update_interval= interval
180 Adjust the initial MMP update interval to
181 .I interval
182 seconds.  Specifying an
183 .I interval
184 of 0 means to use the default interval.  The specified interval must
185 be less than 300 seconds.  Requires that the
186 .B mmp
187 feature be enabled.
188 .TP
189 .BI stride= stride-size
190 Configure the filesystem for a RAID array with
191 .I stride-size
192 filesystem blocks. This is the number of blocks read or written to disk
193 before moving to next disk. This mostly affects placement of filesystem
194 metadata like bitmaps at
195 .BR mke2fs (2)
196 time to avoid placing them on a single disk, which can hurt the performance.
197 It may also be used by block allocator.
198 .TP
199 .BI stripe_width= stripe-width
200 Configure the filesystem for a RAID array with
201 .I stripe-width
202 filesystem blocks per stripe. This is typically be stride-size * N, where
203 N is the number of data disks in the RAID (e.g. RAID 5 N+1, RAID 6 N+2).
204 This allows the block allocator to prevent read-modify-write of the
205 parity in a RAID stripe if possible when the data is written.
206 .TP
207 .BI hash_alg= hash-alg
208 Set the default hash algorithm used for filesystems with hashed b-tree
209 directories.  Valid algorithms accepted are:
210 .IR legacy ,
211 .IR half_md4 ,
212 and
213 .IR tea .
214 .TP
215 .BI mount_opts= mount_option_string
216 Set a set of default mount options which will be used when the file
217 system is mounted.  Unlike the bitmask-based default mount options which
218 can be specified with the
219 .B -o
220 option,
221 .I mount_option_string
222 is an arbitrary string with a maximum length of 63 bytes, which is
223 stored in the superblock.
224 .IP
225 The ext4 file system driver will first apply
226 the bitmask-based default options, and then parse the
227 .IR mount_option_string ,
228 before parsing the mount options passed from the
229 .BR mount (8)
230 program.
231 .IP
232 This superblock setting is only honored in 2.6.35+ kernels;
233 and not at all by the ext2 and ext3 file system drivers.
234 .TP
235 .B test_fs
236 Set a flag in the filesystem superblock indicating that it may be
237 mounted using experimental kernel code, such as the ext4dev filesystem.
238 .TP
239 .B ^test_fs
240 Clear the test_fs flag, indicating the filesystem should only be mounted
241 using production-level filesystem code.
242 .RE
243 .TP
244 .B \-f
245 Force the tune2fs operation to complete even in the face of errors.  This 
246 option is useful when removing the 
247 .B has_journal
248 filesystem feature from a filesystem which has 
249 an external journal (or is corrupted
250 such that it appears to have an external journal), but that 
251 external journal is not available.   
252 .sp
253 .B WARNING:
254 Removing an external journal from a filesystem which was not cleanly unmounted
255 without first replaying the external journal can result in
256 severe data loss and filesystem corruption.
257 .TP
258 .BI \-g " group"
259 Set the group which can use the reserved filesystem blocks.
260 The 
261 .I group
262 parameter can be a numerical gid or a group name.  If a group name is given,
263 it is converted to a numerical gid before it is stored in the superblock.
264 .TP
265 .B \-i " \fIinterval-between-checks\fR[\fBd\fR|\fBm\fR|\fBw\fR]"
266 Adjust the maximal time between two filesystem checks. 
267 No suffix or
268 .B d
269 will interpret the number
270 .I interval-between-checks
271 as days,
272 .B m
273 as months, and
274 .B w
275 as weeks.  A value of zero will disable the time-dependent checking.
276 .sp
277 It is strongly recommended that either
278 .B \-c
279 (mount-count-dependent) or
280 .B \-i
281 (time-dependent) checking be enabled to force periodic full
282 .BR e2fsck (8)
283 checking of the filesystem.  Failure to do so may lead to filesystem
284 corruption (due to bad disks, cables, memory, or kernel bugs) going
285 unnoticed, ultimately resulting in data loss or corruption.
286 .TP
287 .B \-j
288 Add an ext3 journal to the filesystem.  If the 
289 .B \-J
290 option is not specified, the default journal parameters will be used to create
291 an appropriately sized journal (given the size of the filesystem) 
292 stored within the filesystem.  Note that you must be using a kernel
293 which has ext3 support in order to actually make use of the journal.
294 .IP
295 If this option is used to create a journal on a mounted filesystem, an
296 immutable file,
297 .BR .journal ,
298 will be created in the top-level directory of the filesystem, as it is
299 the only safe way to create the journal inode while the filesystem is
300 mounted.  While the ext3 journal is visible, it is not safe to
301 delete it, or modify it while the filesystem is mounted; for this
302 reason the file is marked immutable.
303 While checking unmounted filesystems, 
304 .BR e2fsck (8)
305 will automatically move 
306 .B .journal
307 files to the invisible, reserved journal inode.  For all filesystems
308 except for the root filesystem,  this should happen automatically and
309 naturally during the next reboot cycle.  Since the root filesystem is
310 mounted read-only,
311 .BR e2fsck (8)
312 must be run from a rescue floppy in order to effect this transition.
313 .IP
314 On some distributions, such as Debian, if an initial ramdisk is used,
315 the initrd scripts will automatically convert an ext2 root filesystem
316 to ext3 if the  
317 .BR /etc/fstab
318 file specifies the ext3 filesystem for the root filesystem in order to
319 avoid requiring the use of a rescue floppy to add an ext3 journal to
320 the root filesystem.
321 .TP
322 .BR \-J " journal-options"
323 Override the default ext3 journal parameters. Journal options are comma
324 separated, and may take an argument using the equals ('=')  sign.
325 The following journal options are supported:
326 .RS 1.2i
327 .TP
328 .BI size= journal-size
329 Create a journal stored in the filesystem of size
330 .I journal-size
331 megabytes.   The size of the journal must be at least 1024 filesystem blocks
332 (i.e., 1MB if using 1k blocks, 4MB if using 4k blocks, etc.)
333 and may be no more than 102,400 filesystem blocks.
334 There must be enough free space in the filesystem to create a journal of
335 that size.
336 .TP
337 .BI location =journal-location
338 Specify the location of the journal.  The argument
339 .I journal-location
340 can either be specified as a block number, or if the number has a units
341 suffix (e.g., 'M', 'G', etc.) interpret it as the offset from the
342 beginning of the file system.
343 @JDEV@.TP
344 @JDEV@.BI device= external-journal
345 @JDEV@Attach the filesystem to the journal block device located on
346 @JDEV@.IR external-journal .
347 @JDEV@The external 
348 @JDEV@journal must have been already created using the command
349 @JDEV@.IP
350 @JDEV@.B mke2fs -O journal_dev 
351 @JDEV@.I external-journal
352 @JDEV@.IP
353 @JDEV@Note that
354 @JDEV@.I external-journal
355 @JDEV@must be formatted with the same block
356 @JDEV@size as filesystems which will be using it.
357 @JDEV@In addition, while there is support for attaching
358 @JDEV@multiple filesystems to a single external journal,
359 @JDEV@the Linux kernel and 
360 @JDEV@.BR e2fsck (8)
361 @JDEV@do not currently support shared external journals yet.
362 @JDEV@.IP
363 @JDEV@Instead of specifying a device name directly,
364 @JDEV@.I external-journal
365 @JDEV@can also be specified by either
366 @JDEV@.BI LABEL= label
367 @JDEV@or
368 @JDEV@.BI UUID= UUID
369 @JDEV@to locate the external journal by either the volume label or UUID
370 @JDEV@stored in the ext2 superblock at the start of the journal.  Use
371 @JDEV@.BR dumpe2fs (8)
372 @JDEV@to display a journal device's volume label and UUID.  See also the
373 @JDEV@.B -L
374 @JDEV@option of
375 @JDEV@.BR tune2fs (8).
376 .RE
377 @JDEV@.IP
378 @JDEV@Only one of the
379 @JDEV@.BR size " or " device
380 @JDEV@options can be given for a filesystem.
381 .TP
382 .B \-l
383 List the contents of the filesystem superblock, including the current
384 values of the parameters that can be set via this program.
385 .TP
386 .BI \-L " volume-label"
387 Set the volume label of the filesystem.  
388 Ext2 filesystem labels can be at most 16 characters long; if
389 .I volume-label 
390 is longer than 16 characters, 
391 .B tune2fs
392 will truncate it and print a warning.  The volume label can be used
393 by
394 .BR mount (8),
395 .BR fsck (8),
396 and
397 .BR /etc/fstab (5)
398 (and possibly others) by specifying
399 .BI LABEL= volume_label
400 instead of a block special device name like
401 .BR /dev/hda5 .
402 .TP
403 .BI \-m " reserved-blocks-percentage"
404 Set the percentage of the filesystem which may only be allocated
405 by privileged processes.   Reserving some number of filesystem blocks 
406 for use by privileged processes is done 
407 to avoid filesystem fragmentation, and to allow system
408 daemons, such as 
409 .BR syslogd (8),
410 to continue to function correctly after non-privileged processes are 
411 prevented from writing to the filesystem.  Normally, the default percentage 
412 of reserved blocks is 5%.
413 .TP
414 .BI \-M " last-mounted-directory"
415 Set the last-mounted directory for the filesystem.
416 .TP
417 .BR \-o " [^]\fImount-option\fR[,...]"
418 Set or clear the indicated default mount options in the filesystem.
419 Default mount options can be overridden by mount options specified 
420 either in 
421 .BR /etc/fstab (5)
422 or on the command line arguments to
423 .BR mount (8).   
424 Older kernels may not support this feature; in particular,
425 kernels which predate 2.4.20 will almost certainly ignore the
426 default mount options field in the superblock.
427 .IP
428 More than one mount option can be cleared or set by separating
429 features with commas.  Mount options prefixed with a 
430 caret character ('^') will be cleared in the filesystem's superblock; 
431 mount options without a prefix character or prefixed with a plus 
432 character ('+') will be added to the filesystem.
433 .IP
434 The following mount options can be set or cleared using
435 .BR tune2fs :
436 .RS 1.2i
437 .TP
438 .B debug
439 Enable debugging code for this filesystem.
440 .TP
441 .B bsdgroups
442 Emulate BSD behavior when creating new files: they will take the group-id
443 of the directory in which they were created.  The standard System V behavior
444 is the default, where newly created files take on the fsgid of the current
445 process, unless the directory has the setgid bit set, in which case it takes 
446 the gid from the parent directory, and also gets the setgid bit set if it is 
447 a directory itself.
448 .TP
449 .B user_xattr
450 Enable user-specified extended attributes.
451 .TP
452 .B acl
453 Enable Posix Access Control Lists.
454 .TP
455 .B uid16
456 Disables 32-bit UIDs and GIDs.  This is for interoperability with
457 older kernels which only store and expect 16-bit values.
458 .TP
459 .B journal_data
460 When the filesystem is mounted with journalling enabled, all data
461 (not just metadata) is committed into the journal prior to being written
462 into the main filesystem.
463 .TP
464 .B journal_data_ordered
465 When the filesystem is mounted with journalling enabled, all data is forced
466 directly out to the main file system prior to its metadata being committed 
467 to the journal.
468 .TP
469 .B journal_data_writeback
470 When the filesystem is mounted with journalling enabled, data may be
471 written into the main filesystem after its metadata has been committed
472 to the journal.  This may increase throughput, however, it may allow old
473 data to appear in files after a crash and journal recovery.
474 .TP
475 .B nobarrier
476 The file system will be mounted with barrier operations in the journal
477 disabled.  (This option is currently only supported by the ext4 file
478 system driver in 2.6.35+ kernels.)
479 .TP
480 .B block_validity
481 The file system will be mounted with the block_validity option enabled,
482 which causes extra checks to be performed after reading or writing from
483 the file system.  This prevents corrupted metadata blocks from causing
484 file system damage by overwriting parts of the inode table or block
485 group descriptors.  This comes at the cost of increased memory and CPU
486 overhead, so it is enabled only for debugging purposes.  (This option is
487 currently only supported by the ext4 file system driver in 2.6.35+
488 kernels.)
489 .TP
490 .B discard
491 The file system will be mounted with the discard mount option.  This will
492 cause the file system driver to attempt to use the trim/discard feature
493 of some storage devices (such as SSD's and thin-provisioned drives
494 available in some enterprise storage arrays) to inform the storage
495 device that blocks belonging to deleted files can be reused for other
496 purposes.  (This option is currently only supported by the ext4 file
497 system driver in 2.6.35+ kernels.)
498 .TP
499 .B nodelalloc
500 The file system will be mounted with the nodelalloc mount option.  This
501 will disable the delayed allocation feature.  (This option is currently
502 only supported by the ext4 file system driver in 2.6.35+ kernels.)
503 .RE
504 .TP
505 .BR \-O " [^]\fIfeature\fR[,...]"
506 Set or clear the indicated filesystem features (options) in the filesystem.
507 More than one filesystem feature can be cleared or set by separating
508 features with commas.  Filesystem features prefixed with a 
509 caret character ('^') will be cleared in the filesystem's superblock; 
510 filesystem features without a prefix character or prefixed with a plus 
511 character ('+') will be added to the filesystem.  For a detailed
512 description of the file system features, please see the man page
513 .BR ext4 (5).
514 .IP
515 The following filesystem features can be set or cleared using
516 .BR tune2fs :
517 .RS 1.2i
518 .TP
519 .B dir_index
520 Use hashed b-trees to speed up lookups for large directories.
521 .TP
522 .B dir_nlink
523 Allow more than 65000 subdirectories per directory.
524 .TP
525 .B extent
526 Enable the use of extent trees to store the location of data blocks in inodes.
527 .TP
528 .B extra_isize
529 Enable the extended inode fields used by ext4.
530 .TP
531 .B filetype
532 Store file type information in directory entries.
533 .TP
534 .B flex_bg
535 Allow bitmaps and inode tables for a block group to be placed
536 anywhere on the storage media.  \fBTune2fs\fR will not reorganize
537 the location of the inode tables and allocation bitmaps, as
538 .BR mke2fs (8)
539 will do when it creates a freshly formatted file system with
540 .B flex_bg
541 enabled.
542 .TP
543 .B has_journal
544 Use a journal to ensure filesystem consistency even across unclean shutdowns.
545 Setting the filesystem feature is equivalent to using the 
546 .B \-j
547 option.
548 .TP
549 .B huge_file
550 Support files larger than 2 terabytes in size.
551 .TP
552 .B large_file
553 Filesystem can contain files that are greater than 2GB.
554 .TP
555 .B resize_inode
556 Reserve space so the block group descriptor table may grow in the
557 future.
558 .B Tune2fs 
559 only supports clearing this filesystem feature.
560 .TP
561 .B mmp
562 Enable or disable multiple mount protection (MMP) feature.
563 @QUOTA_MAN_COMMENT@.TP
564 @QUOTA_MAN_COMMENT@.B quota
565 @QUOTA_MAN_COMMENT@Enable internal file system quota inodes.
566 .TP
567 .B sparse_super
568 Limit the number of backup superblocks to save space on large filesystems.
569 .TP
570 .B uninit_bg
571 Allow the kernel to initialize bitmaps and inode tables lazily, and to
572 keep a high watermark for the unused inodes in a filesystem, to reduce
573 .BR e2fsck (8)
574 time.  This first e2fsck run after enabling this feature will take the
575 full time, but subsequent e2fsck runs will take only a fraction of the
576 original time, depending on how full the file system is.
577 .RE
578 .IP
579 After setting or clearing 
580 .BR sparse_super ,
581 .BR uninit_bg ,
582 .BR filetype ,
583 or
584 .B resize_inode
585 filesystem features,
586 .BR e2fsck (8)
587 must be run on the filesystem to return the filesystem to a consistent state.
588 .B Tune2fs
589 will print a message requesting that the system administrator run
590 .BR e2fsck (8)
591 if necessary.  After setting the 
592 .B dir_index
593 feature, 
594 .B e2fsck -D
595 can be run to convert existing directories to the hashed B-tree format.
596 Enabling certain filesystem features may prevent the filesystem from being
597 mounted by kernels which do not support those features.  In particular, the
598 .BR uninit_bg
599 and
600 .BR flex_bg
601 features are only supported by the ext4 filesystem.
602 .TP
603 .BI \-p " mmp_check_interval"
604 Set the desired MMP check interval in seconds. It is 5 seconds by default.
605 .TP
606 .BI \-r " reserved-blocks-count"
607 Set the number of reserved filesystem blocks.
608 .TP
609 .BI \-Q " quota-options"
610 Sets 'quota' feature on the superblock and works on the quota files for the
611 given quota type. Quota options could be one or more of the following:
612 .RS 1.2i
613 .TP
614 .BR [^]usrquota
615 Sets/clears user quota inode in the superblock.
616 .TP
617 .BR [^]grpquota
618 Sets/clears group quota inode in the superblock.
619 .RE
620 .TP
621 .BI \-T " time-last-checked"
622 Set the time the filesystem was last checked using
623 .BR  e2fsck .
624 The time is interpreted using the current (local) timezone.
625 This can be useful in scripts which use a Logical Volume Manager to make
626 a consistent snapshot of a filesystem, and then check the filesystem 
627 during off hours to make sure it hasn't been corrupted due to 
628 hardware problems, etc.  If the filesystem was clean, then this option can 
629 be used to set the last checked time on the original filesystem.  The format 
630 of 
631 .I time-last-checked
632 is the international date format, with an optional time specifier, i.e.
633 YYYYMMDD[HH[MM[SS]]].   The keyword 
634 .B now
635 is also accepted, in which case the last checked time will be set to the 
636 current time.
637 .TP
638 .BI \-u " user"
639 Set the user who can use the reserved filesystem blocks.
640 .I user
641 can be a numerical uid or a user name.  If a user name is given, it 
642 is converted to a numerical uid before it is stored in the superblock.
643 .TP
644 .BI \-U " UUID"
645 Set the universally unique identifier (UUID) of the filesystem to
646 .IR UUID .
647 The format of the UUID is a series of hex digits separated by hyphens, 
648 like this: 
649 "c1b9d5a2-f162-11cf-9ece-0020afc76f16".  
650 The 
651 .I UUID
652 parameter may also be one of the following:
653 .RS 1.2i
654 .TP
655 .I clear
656 clear the filesystem UUID
657 .TP
658 .I random
659 generate a new randomly-generated UUID
660 .TP
661 .I time
662 generate a new time-based UUID
663 .RE
664 .IP
665 The UUID may be used by
666 .BR mount (8),
667 .BR fsck (8),
668 and
669 .BR /etc/fstab (5)
670 (and possibly others) by specifying
671 .BI UUID= uuid
672 instead of a block special device name like
673 .BR /dev/hda1 .
674 .IP
675 See
676 .BR uuidgen (8)
677 for more information.
678 If the system does not have a good random number generator such as
679 .I /dev/random
680 or
681 .IR /dev/urandom ,
682 .B tune2fs
683 will automatically use a time-based UUID instead of a randomly-generated UUID.
684 .SH BUGS
685 We haven't found any bugs yet.  That doesn't mean there aren't any...
686 .SH AUTHOR
687 .B tune2fs 
688 was written by Remy Card <Remy.Card@linux.org>.  It is currently being
689 maintained by Theodore Ts'o <tytso@alum.mit.edu>.
690 .B tune2fs
691 uses the ext2fs library written by Theodore Ts'o <tytso@mit.edu>.
692 This manual page was written by Christian Kuhtz <chk@data-hh.Hanse.DE>.
693 Time-dependent checking was added by Uwe Ohse <uwe@tirka.gun.de>.
694 .SH AVAILABILITY
695 .B tune2fs
696 is part of the e2fsprogs package and is available from 
697 http://e2fsprogs.sourceforge.net.
698 .SH SEE ALSO
699 .BR debugfs (8),
700 .BR dumpe2fs (8),
701 .BR e2fsck (8),
702 .BR mke2fs (8),
703 .BR ext4 (5)