Hello all,
I converted my internal HDD from ext3 to ext4 last night. The conversion seems to have gone fine and it seems the disk is now in ext4. I searched a little and thought I would share what I found if someone else wants to find this out as well:
Method 1: Type mount from a terminal >> It should show your disk as ext4. In my case: /dev/sda1 on /media/hdd type ext4 (rw,relatime,barrier=1,data=writeback)
Method 2: Type the following tune2fs -l /dev/sda1 | grep features >> It should show you the extent feature. In my case: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent sparse_super large_file uninit_bg
Method 3: Type ls /proc/fs/ext4 >> It should show a folder for your disk. In my case sda1
Method 4: Type ls /sys/fs/ext4 >> It should also show a folder for you disk. ln my case sda1
You can find more info at the following links:
https://www.kernel.o...ystems/ext4.txt
http://unix.stackexc...t2-ext3-or-ext4
http://www.debian-ad...ext4_filesystem
https://ext4.wiki.ke....php/Ext4_Howto