Update Question 10.5:
- Add an introducting sentence - Mark up Enter with <keycap> - Add options to mount(8) (suggested by trhodes) Reviewed by: trhodes, danger Approved by: gabor
This commit is contained in:
parent
87812d44e6
commit
187556fd9f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32324
1 changed files with 5 additions and 3 deletions
|
@ -5866,9 +5866,11 @@ perm /dev/acd0 0660</programlisting>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>When you get the prompt to enter the shell
|
||||
pathname, simply press <literal>ENTER</literal>, and run
|
||||
<command>mount /</command> to re-mount the root filesystem in
|
||||
<para>Restart the system using <userinput>boot -s</userinput>
|
||||
at the loader prompt to enter Single User mode.
|
||||
When prompted for a shell
|
||||
pathname, simply press <keycap>Enter</keycap>, and run
|
||||
<command>mount -urw /</command> to re-mount the root filesystem in
|
||||
read/write mode. You may also need to run <command>mount -a -t
|
||||
ufs</command> to mount the filesystem where your favorite
|
||||
editor is defined. If your favorite editor is on a network
|
||||
|
|
Loading…
Reference in a new issue