solution for fstab wrongly configured .
Some day before i have faced a problem /etc/fstab wrongly configuration .
System was not booting . I have tried with normal commands to edit the fstab file , but it was write protected. Finely i have got solution .
Solution : It will work any of the version of linux . ( Redhat , centos, fedora, ubuntu , debian etc)
(Well its not a script )
Give the root password .
type
mount -n -o remount, rw /
and now you can edit the /etc/fstab file with vi editor .
dats all . :)
Name: Anuj Borah
Email: anujborah1@gmail.com
Some day before i have faced a problem /etc/fstab wrongly configuration .
System was not booting . I have tried with normal commands to edit the fstab file , but it was write protected. Finely i have got solution .
Solution : It will work any of the version of linux . ( Redhat , centos, fedora, ubuntu , debian etc)
(Well its not a script )
Give the root password .
type
mount -n -o remount, rw /
and now you can edit the /etc/fstab file with vi editor .
dats all . :)
Name: Anuj Borah
Email: anujborah1@gmail.com
No comments:
Post a Comment