Questions tagged [ext4]

a journaling file system for Linux, and successor to ext3

What is ext4?

ext4 is a journaling file system. Being the forth generation of the Extended Filesystem (full name: Fourth extended file system), it is the successor to ext3, to which it is backward compatible. Its first stable release was introduced in October 2008.

On a 4k block filesystem, it features a maximum file size of 16 TiB, a maximum volume size of 1 EiB, and can hold up to 4 billion files on a single volume. Next to the size improvements, it also brings speed improvements over .

Related tags

  • : the second generation of the "extended file system"
  • : the third generation of the "extended file system"
  • : the forth generation of the "extended file system"
  • : A file system is the logical structure to organize (store, retrieve and update) data on a storage device.
  • : The command to make a storage device accessible
  • : a filesystem used on MS Windows systems
54 questions
6
votes
1 answer

Mounting a ext4 formatted sdcard on Android Marshmallow

I trying to mount an ext4 sdcard on a Samsung Galaxy Tab a6 (sm-t580) running Android 6.0.1. It has the original ROM, but is rooted and has TWRP installed. I've tried the following commands on adb: mkdir /mnt/media_rw/0000-FFFF mount -t ext4…
MJ Walsh
  • 221
  • 2
  • 7
1
vote
0 answers

Will changing phone storage to EXT4 filesystem cause issues?

I've found out about the journaling features of EXT4.Will they prevent data loss if the usb cable gets unconnected?(the usb port doesn't hold cable well) I've also seen a few benchmarks and EXT4 seems to be generally the fastest except in specific…
1
vote
1 answer

why non rooted android does not support sdcard formatted with ext4?

Prone to data loss, fat32 or exFat are the only options right? I just lost many files on a sdcard. Formatted on linux desktop, to ext4, android will not reconize the sdcard, despite it could. my question is: why this non-sense? lollipop here :( is…
Aquarius Power
  • 351
  • 3
  • 6
  • 19