On Ubuntu 14.04, I am checking the ext4 filesystem for my home based on a file new in it:
$ stat -f new
File: "new"
ID: 38d4cd29e44142c6 Namelen: 255 Type: ext2/ext3
Block size: 4096 Fundamental block size: 4096
Blocks: Total: 144152970 Free: 79424314 Available: 72095994
Inodes: Total: 36626432 Free: 35430143
why does stat -f show the file system type is ext2/ext3 while my home filesystem type is ext4?