About 215,000 results
Open links in new tab
  1. How to extend an ext4 partition and filesystem? - Server Fault

    May 21, 2013 · This would also work with ext4 volumes: the only difference would be using resize2fs /dev/sdb1 instead of xfs_growfs -d /scratch - and using the correct partition type …

  2. What is the maximum number of files a file system can contain?

    51 Ext4 has a theoretical limit of 4 billion files, which is restricted by the size of inode number it uses to identify each file (ext4 uses 32-bit inode numbers). However, as John says, ext4 …

  3. How to read ext4 partitions on Windows? - Super User

    Fast and easy read/write access to Ext2 / Ext3 / Ext4 under Windows The only solution with Ext4 read - write support! Easy-to-install and supports Windows 8 / 7 / Vista / XP edit 2015-04-06 …

  4. linux - What causes a filesystem to get corrupted? - Super User

    Aug 26, 2021 · A file system is corrupted when its internal structures are inconsistent. There are essentially two sources that can cause this: hardware and software. Most likely these days, …

  5. ext4 file-system max inode limit - can anyone please explain?

    19 Recently we had a problem where one of the ext4 file-systems seemed unable to handle very large number of files, more than 6mln in this case, in spite of having enough space. Is it 6mln …

  6. etx4: failed to create a filesystem with block size less than 4 KB on ...

    Mar 3, 2020 · OS: Ubuntu 18.04 File system partition size: 472 TB ext4 file system is successfully created with 4KB block size. When attempted to create same filesystem with 1KB or 2KB file …

  7. What are the differences between ext3, ext4 , ReiserFS?

    May 21, 2009 · The Reiser File System is the default file system in SUSE Linux distributions. Reiser FS was designed to remove the scalability and performance limitations that exist in …

  8. linux - How to investigate ext4 filesystem going read-only (no …

    Feb 9, 2024 · The console was filled with these errors: __ext4_find_entry:1682: inode #2 (<process name>): reading lblock 0 I returned to the live USB environment, ran e2fsck -fv …

  9. Is there a way to edit files on a Linux ext partition in Windows?

    May 22, 2015 · Many times one wants to edit files on a Linux ext partition from Windows. Is there a way to view and edit files in Linux partitions in Windows 7 or 8?

  10. how can change filesystem from ext4 to xfs - Server Fault

    Jan 1, 2022 · how can I change filesystem from ext4 to xfs without data losing? I've centos7 on Arvan cloud (IaaS like linode) and I don't have special permisson.