nixers
[FreeBSD] Fix Trashed config files. - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Operating Systems & Administration (https://nixers.net/Forum-Operating-Systems-Administration)
+--- Forum: BSD (https://nixers.net/Forum-BSD)
+--- Thread: [FreeBSD] Fix Trashed config files. (/Thread-FreeBSD-Fix-Trashed-config-files)


[FreeBSD] Fix Trashed config files. - yrmt - 22-07-2012

So you broke something in your FreeBSD install and it won't boot or read only ? You messed with something ?

Here are the steps to mount your drive and fix your install:

PHP Code:
mount -u

mount 
--t ufs

swapon 
-


Your disk will be mounted with read/write permissions.

You might need to use full path for your applications, like:

PHP Code:
/usr/local/bin/vim /etc/rc.conf