Hello,
I’m having some issue whenever I’m trying to reboot or shutdown my pc.
Here’s some specs about my computer:
- Dualboot with windows
- External hard drive with btrfs in
- The windows installation was set on top of my manjaro
- Kde for my desktop environnement
The message that I get :
Failed to remount root and kernel file system - btrfs
Failed to remount root and kernel file system - btrfs
(I got it twice)
blkid result :
/dev/loop1: TYPE="squashfs"
/dev/sdb4: BLOCK_SIZE="512" UUID="70C64AD9C64A9EEA" TYPE="ntfs" PARTUUID="4e22610b-3bf1-41e8-bd39-b382f9944873"
/dev/sdb2: UUID="c165fba9-48bd-4593-b8a0-7b3227d29192" UUID_SUB="2e42a16a-2cc1-459c-bc0b-b770c79390c2" BLOCK_SIZE="4096" TYPE="btrfs" PARTLABEL="root" PARTUUID="02c3a574-fdc9-a444-a79e-dbda1bf59da4"
/dev/sdb5: LABEL="swap" UUID="29b846e9-85e4-48e4-929f-95494190d61f" TYPE="swap" PARTUUID="719c1eb1-7605-1d4b-83fd-f0c4a7484f58"
/dev/sdb3: BLOCK_SIZE="512" UUID="33110B413043C412" TYPE="ntfs" PARTUUID="7d7a4791-21ae-4ce2-a4ce-9c1864270bdd"
/dev/sdb1: LABEL_FATBOOT="NO_LABEL" LABEL="NO_LABEL" UUID="3E9E-6597" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="ee610885-9a50-a747-a9d5-ee360db992f5"
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="50a54876-7806-42b8-ba9e-52b6561195f4" UUID_SUB="29dc3bcc-d49f-44b7-974f-0f6dda916ab1" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="84c826ce-1066-514e-a4fe-6de03402902a"
/etc/fstab result :
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=3E9E-6597 /boot/efi vfat umask=0077 0 2
UUID=c165fba9-48bd-4593-b8a0-7b3227d29192 / btrfs subvol=/@,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd,commit=120 0 0
UUID=c165fba9-48bd-4593-b8a0-7b3227d29192 /home btrfs subvol=/@home,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd,commit=120 0 0
UUID=c165fba9-48bd-4593-b8a0-7b3227d29192 /var/cache btrfs subvol=/@cache,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd,commit=120 0 0
UUID=c165fba9-48bd-4593-b8a0-7b3227d29192 /var/log btrfs subvol=/@log,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd,commit=120 0 0
UUID=29b846e9-85e4-48e4-929f-95494190d61f swap swap defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
UUID="50a54876-7806-42b8-ba9e-52b6561195f4" /run/media/stickman btrfs defaults 0 2
I’ve already try to remove the “space_cache” option as I saw on other threads that had the same issue.
I’ve try to upgrade my grub.
I also try to add my ntfs partition “sdb3” (that is my windows partition).
But none of the solutions that I saw worked for me.
I’m asking for help
PS: Sorry for my english.