Pleass Help on My Freebsd 10

Hit enter,

Code:
fsck -y
mount -a -t ufs

And fix the mistake you made in /etc/libmap.conf.
 
You need to mount it with WRITE permission
mount -o rw /

edit:
if the / (root) is already mounted you can change the option with
mount -u -o rw /
or
mount -u -rw /
 
Ok, you're almost there.

Code:
/rescue/fsck -y
/rescue/mount -a -t ufs
/rescue/vi /etc/libmap.conf

Maybe have one TeamViewer and can help please because I don't have backups from the things that are on the FreeBSD
Even if the system itself doesn't boot your files should still be there. Even if all things went bust you would still be able to attach the disk to another system and access your files. So, please, continue breathing and relax.
 
Back
Top