Remounting root file system takes a lot of time
I have slow boot. From systemd-analyze blame, i can see that dev.sda1(which holds root file system) is taking a lot of time(around 9 seconds)
Now,I have 4 ext4 partitions in my system.
From dmesg :
<pre>1. EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)--> Here root file system is mounted in read only mode for fsck
2. EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro --> Here root file system is remounted in read-write mode
3. EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null) --> Here sda7 is mounted on /home
4. EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) --> Here sd5 is mounted on /mnt/data</pre>
My /etc/fstab look like this:
<pre># <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=e27bebbb-
# /home was on /dev/sda7 during installation
UUID=0622bb8c-
# swap was on /dev/sda6 during installation
UUID=dc788cde-
# /dev/sda5 was mounted on /mnt/data post installation
UUID=144ba46c-
My question is why remounting root file system in read write mode takes so much time(around 9 sec).
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Ravi Kumar for more information if necessary.