diff --git a/src/source/advanced.rst b/src/source/advanced.rst index b44c90673a048c303346fe421edc5ffed04807a0..c0f3b0fbc5d8ad6430cb310267977f498661f4c5 100644 --- a/src/source/advanced.rst +++ b/src/source/advanced.rst @@ -103,7 +103,7 @@ This tells the kernel to mount the root filesystem from the ``mmcblk1p1`` device Operating System on NVMe ------------------------ -If you want to mount your root filesystem from an NVMe disk, you only need to partition it and copy the Linux filesystem to it. One way to do this is to copy the existing Linux system from the SD card to an NVMe disk. +If you want to mount your root filesystem from an NVMe disk, you only need to partition it (``gparted`` works well for this) and copy the Linux filesystem to it. One way to do this is to copy the existing Linux system from the SD card to an NVMe disk. First mount the target disk at ``/mnt`` (as root):