You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vg...@googlegroups.com
Q:- What is the Meaning of Control D error?
A:- When the root user try to make any Permanent entry in fstab file & by mistake changes the path location of mounted file systems, it gives error while rebooting the system.
Control D Error:-
Steps to Rectify it:-....
1) Enter the bootable Cd/DvD of Rhel. (The version you are using)
2) Read the control D error carefully.
3) Give the root password.
4) You will go to single usermod.
5) Try to access /etc/fstab file.
6) Will not allow you as will be in read only mode.
7) Enter this command:- mount -o remount,rw / (Will give read/write permission to /)
8) Will give u read/write permission to all
the files in /
9)Then again enter into /etc/fstab & rectify ur error.(vim /etc/fstab)