Dear Sir ,
when i am measuring my boot log of kernel i found that 8 seonds time is using for the mmcblk0p1 mount
i am using MFG tool for flashing purpose.
Board:MX6qsabresd board
[ 8.405572] mmc3: new high speed SDIO card at address 0001
Auto-mount of [/media/mmcblk0p1] successful
[ 16.782057] EXT3-fs: barriers not enabled
could you please help me to reduce the time for create the partition.
i hereby attach the full kernel log here please find out.
Actually ext3 filesystem is quite complex and mounting it takes some time.
It may take some significant time even on PC:
root@tecno:~# time mount /dev/sdb1 /mnt/sd
real 0m0.402s
user 0m0.008s
sys 0m0.016s
root@tecno:~#
Here /dev/sdb1 is quite small and fast SD card (4GB class 10 one).
If mounting time is very critical for you you can use other filesystem instead.
However it may cause some compatibility issues.
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------