看板 DFBSD_bugs 關於我們 聯絡資訊
:How do I boot my laptop back? : :I changed my fstab to da0s.... When I boot with option 6 (without AHCI), i set :mountroot to /dev/ad4s3a, which takes me to single usermode. But from there I :cannot edit the fstab because... Did I mention vi is impossible to use from :single user mode? : :I mount the /usr and /tmp partitions to get access to vi, but when i try to :open anything, it doesnt show anything meaningful. (some gibberish at the :bottom of the text) : :Petr You almost got it. The termcap is broken. So you also need to do, in addition to mounting the stuff: TERM=cons25 export TERM Then vi will work. -Matt