This belongs on -questions... Soweb_Ahfei wrote: > We have installed the Freebsd4.32 in our server.But we can not > reboot the system after we made an error configuration in the > file FSTAB.Now,we can not delete or rename the error file Fstab > and the system shown the file is read only. > > We would not re-install the system since there are some available > data.Please give us an instruction how to revise it.
Boot the system single user (boot -s at the boot prompt, after hitting spacebar during the countdown). Remount the root partition as read/write (mount -u -o rw /, after you get to a shell). Modify the fstab to correct your error; you may need to fsck the partition where /tmp is located, if it is not /, before you can run an editor; you will probably need to set the terminal type, as well, unless you want to use "cat", or are comfortable with "ed" (setenv TERM cons25). -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

