Score:5

Xubuntu 20.04 default file system is ext2/ext3 and not ext4?

cn flag

I installed Xubuntu 20.04 on a 2T SSD drive. To my surprise, it installed the old ext2/ext3 file system instead of ext4. Why is that?

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.1 LTS
Release:    20.04
Codename:   focal

and checking file system showed ext2/ext3:

$ stat -f -c %T /
ext2/ext3

Why did it not install ext4, since Xubuntu is based on Ubuntu and Ubuntu 20.04 uses ext4?

Score:7
cn flag

The default filesystem is not ext2/ext3, it is ext4.

stat -f shows the type of a filesystem, so it outputs ext2/ext3 for ext4 as well.

You can check what filesystem is by e.g.

sudo parted -l

or

df -T /
lisprogtor avatar
cn flag
Marvelous ! Thank you !
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.