2

I recently edited my /etc/rc.conf and believe there to be a syntax error. When I try to boot I receive an error message in regards to the file and then it boots and mounts the file-system in read only mode so even as root I cannot edit that file.

Would unmounting the root filesystem and then remounting as read/write be feasible?

Raystafarian
  • 21,963
  • 12
  • 64
  • 91
Jay
  • 21

1 Answers1

3

mount -uw /

will remount the root filesystem read/write.

Raystafarian
  • 21,963
  • 12
  • 64
  • 91
Kyle Jones
  • 6,364