By running df -hT
that shows mounted file systems, how can I know if my default FS is ext4?
Also as mentioned by one of the MongoDB engineers in this video (@1:13) from M202: MONGODB ADVANCED DEPLOYMENT AND OPERATIONS (excellent class btw), one should not be getting "Filling with zeros" message in the log file, which I clearly see they're there.
And also, does /boot
in Mounted On
column below indicates that this /dev/sda1
FS is in fact default ext3 for mkdir /mongodb
command?
**df -hT**
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/rootvg-lv_root ext4 97G 2.4G 90G 3% /
tmpfs tmpfs 3.9G 0 3.9G 0% /dev/shm
/dev/sda1 ext3 194M 59M 125M 33% /boot
swdclinx1:/xenv nfs 2.5T 1.4T 1.1T 57% /xenv
stealth:/export1/home1.localhost/sw/Linux nfs 1.4T 713G 712G 51% /net/stealth/export1/home1.localhost/sw/Linux
stealth:/export1/home1.localhost/sw/outbound nfs 909G 198G 712G 22% /net/stealth/export1/home1.localhost/sw/outbound