From ec0e5821e46450a0a1e4dc91bb5a5486b13a39e7 Mon Sep 17 00:00:00 2001 From: Yann Bizeul Date: Sun, 21 Oct 2018 10:22:00 +0200 Subject: [PATCH] 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