When I first installed EndeavourOS with KDE, I could mount my drives using Dolphin.
A few days ago, I set up fstab using KDE Partition Manager. Everything looked like it’s fine, until I rebooted. The system weren’t able to, and still not able to, find the drives I added to fstab. It didn’t booted. I fixed it by using nofail, nobootwait I was now able to boot. But…
-
None of my drives are mounted as read-write, they are always mounted as read-only
-
External drives can’t be found on boot, internal ones gets mounted(but as I said, read-only).
-
Also Dolphin can’t mount, gives this error:
An error occurred while accessing '[label name]', the system responded: The requested operation has failed: Error mounting system-managed device /dev/[partition node]: wrong fs type, bad option, bad superblock on /dev/[partition node], missing codepage or helper program, or other error
KDE Partition Manager can mount but only as read-only.
However, all drives works fine in my Windows 10 installation.
Tried to use fixing commands, for example Windows’ ones or fsck.exfat. Gave no errors. Removed them from my fstab, Dolphin still wasn’t able to mount them. I tried to mount them to different folders, it didn’t worked too.
Here’s my fstab:
UUID=E272-B3C7 /boot/efi vfat noatime 0 2
UUID=5b257c34-fd04-42b2-9ce0-dc3b0db8dc71 / btrfs subvol=/@,noatime,compress=zstd 0 0
UUID=5b257c34-fd04-42b2-9ce0-dc3b0db8dc71 /home btrfs subvol=/@home,noatime,compress=zstd 0 0
UUID=5b257c34-fd04-42b2-9ce0-dc3b0db8dc71 /var/cache btrfs subvol=/@cache,noatime,compress=zstd 0 0
UUID=5b257c34-fd04-42b2-9ce0-dc3b0db8dc71 /var/log btrfs subvol=/@log,noatime,compress=zstd 0 0
/dev/sda2 /mnt/internalA ntfs nofail,nobootwait 0 0
/dev/sdc /mnt/internalB ntfs nofail,nobootwait 0 0
/dev/sdb4 /mnt/windows ntfs nofail,nobootwait 0 0
UUID=F009-D277 /mnt/externalA exfat nofail,nobootwait 0 0
UUID=0CA6-383E /mnt/externalB exfat nofail,nobootwait 0 0
UUID=5899-CCA7 /mnt/externalgaming exfat nofail,nobootwait 0 0
(I’m using UUIDs because I want to my files on external disks to to mount on same folders, regardless of when I plugged them. But it doesn’t changes anything even if I use partition nodes.)
