From a3855dbc5b52bf075cfc10a28404b8e3df9460fb Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 31 Oct 2018 13:44:23 -0700 Subject: [PATCH] Update _index.md --- content/os/v1.x/en/about/recovery-console/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/os/v1.x/en/about/recovery-console/_index.md b/content/os/v1.x/en/about/recovery-console/_index.md index 8d70dfe2704..ad5fea9bc34 100644 --- a/content/os/v1.x/en/about/recovery-console/_index.md +++ b/content/os/v1.x/en/about/recovery-console/_index.md @@ -72,7 +72,9 @@ You need add `rancher.autologin=tty1` to the end, then press ``. If all g We need to mount the root disk in the recovery console and delete some data: ``` +# If you couldn't see any disk devices created under `/dev/`, please try this command: $ ros udev-settle + $ mkdir /mnt/root-disk $ mount /dev/sda1 /mnt/root-disk