From ec0e5821e46450a0a1e4dc91bb5a5486b13a39e7 Mon Sep 17 00:00:00 2001 From: Yann Bizeul Date: Sun, 21 Oct 2018 10:22:00 +0200 Subject: [PATCH 1/2] Added `ros udev-settle` to create block devices --- content/os/v1.x/en/about/recovery-console/_index.md | 1 + 1 file changed, 1 insertion(+) 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 f2c5f434405..8d70dfe2704 100644 --- a/content/os/v1.x/en/about/recovery-console/_index.md +++ b/content/os/v1.x/en/about/recovery-console/_index.md @@ -72,6 +72,7 @@ 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: ``` +$ ros udev-settle $ mkdir /mnt/root-disk $ mount /dev/sda1 /mnt/root-disk From a3855dbc5b52bf075cfc10a28404b8e3df9460fb Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 31 Oct 2018 13:44:23 -0700 Subject: [PATCH 2/2] 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