From 9c795b812d30f8f2f608e24d0fdbbb10d8600511 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 21 Sep 2024 21:16:15 -0500 Subject: [PATCH] nixos/doc: include how to identify device name (#343625) Include how to identify device name Co-authored-by: aleksana --- nixos/doc/manual/installation/installing.chapter.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/doc/manual/installation/installing.chapter.md b/nixos/doc/manual/installation/installing.chapter.md index 8f37eb353937..b927c7c0e877 100644 --- a/nixos/doc/manual/installation/installing.chapter.md +++ b/nixos/doc/manual/installation/installing.chapter.md @@ -220,6 +220,8 @@ The NixOS installer ships with multiple partitioning tools. The examples below use `parted`, but also provides `fdisk`, `gdisk`, `cfdisk`, and `cgdisk`. +Use the command 'lsblk' to find the name of your 'disk' device. + The recommended partition scheme differs depending if the computer uses *Legacy Boot* or *UEFI*.