LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Whoops! (https://www.linuxquestions.org/questions/linux-general-1/whoops-382701/)

acey99 11-13-2005 10:14 AM

Whoops!
 
Accdentally mucked up my fstab in FC4, aanyway to fix ?

Manitence mode says read-only for root.

Phyrexicaid 11-13-2005 10:22 AM

You can boot with a rescue cd (I'm afraid I don't know fedora core) but with Suse you can boot into a rescue system, mount your root partition and edit the files.

You should also be able to do this with any live cd eg Knoppix, or even damnsmalllinux.

mkdir /mnt/rescue
mount -t vfat /dev/hda1 /mnt/rescue (substitute correct filesystem)
cd /mnt/rescue/etc
pico fstab

done!

makuyl 11-13-2005 10:24 AM

You could use a livecd for editing it. Kanotix, Knoppix, Damnsmalllinux, Feather........... list goes on forever nowadays.

EDIT: arrr, slow typing.

Phyrexicaid 11-13-2005 10:26 AM

;)

trickykid 11-13-2005 10:55 AM

How about reading this post in regards to your thread title: http://www.linuxquestions.org/questi...95#post1730795

Regards.

ctkroeker 11-13-2005 02:55 PM

Quote:

Originally posted by trickykid
How about reading this post in regards to your thread title: http://www.linuxquestions.org/questi...95#post1730795

Regards.

I second that!


All times are GMT -5. The time now is 05:29 AM.