Debian 12 BTRFS timeshift compatible install.
by globetrotterdk from LinuxQuestions.org on (#6KEYN)
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 /mntThe 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?
Code:# df -h
# umount /target/boot/efi
# umount /target
# /dev/nvme0n1p1 /mntThe 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?