Root filesystem is going to read-only mode after executing "umount -a" on Red Hat Enterprise Linux
Issue
- Root filesystem is going to read-only mode after executing "umount -a" or umount / on Red Hat Enterprise Linux.
[root@dhcpxxx ~]# cat /proc/mounts | grep LogVol00
/dev/mapper/vg_dhcp200220-LogVol00 / ext4 rw,seclabel,relatime,barrier=1,data=ordered 0 0
--
--
Executing umount /
[root@dhcpxxx ~]# umount /
[root@dhcpxxx ~]# cat /proc/mounts | grep LogVol00
/dev/mapper/vg_dhcp200220-LogVol00 / ext4 ro,seclabel,relatime,barrier=1,data=ordered 0 0
Environment
- Red Hat Enterprise Linux 6,7
- /, /var/, /tmp are on separate filesystems
- umount -a or umount / executed on a running system that is working normally
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
