LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Debian 12 BTRFS timeshift compatible install. (https://www.linuxquestions.org/questions/debian-26/debian-12-btrfs-timeshift-compatible-install-4175735058/)

globetrotterdk 03-19-2024 03:58 AM

Debian 12 BTRFS timeshift compatible install.
 
I am trying to do a BTRFS timeshift compatible install. This means, that after having created the basic partitions in the installer, I CTRL - ALT -F2 to get a command line. In the cli, I run the following as a start:
Code:

# df -h
# umount /target/boot/efi
# umount /target
# /dev/nvme0n1p1 /mnt

The last command kicks up a "permission denied" error, for some reason. The YouTube tutorial that I am following does not run into this issue, however he is using a hard disk for the install. Does that make a difference? How do I work around the issue?

colorpurple21859 03-19-2024 07:57 AM

I think it should be
Code:

mount /dev/nvme0n1p2 /mnt
if /dev/nvme0n1p1 is the esp partition.


All times are GMT -5. The time now is 09:30 AM.