You are not logged in.
Pages: 1

Got this after I had installed udisks for usb drives automounting.
$pacman -Q | grep udisks
udisks2 2.9.1-1
Part of $journalctl -xb
https://pastebin.com/BwbaXL0Y
$cat /etc/fstab
https://pastebin.com/TJzPLSSK
$ uname -a
Linux laptop 5.9.1-arch1-1 #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000 x86_64 GNU/Linux
$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
sda
├─sda1 swap 1 e928e657-05d7-4704-939c-dd68dab6f749 [SWAP]
├─sda2 ext4 1.0 b8ff882a-3fb9-409e-bfc3-dd7d1bad382a 24,1G 18% /
└─sda3 ext4 1.0 ab6f7905-88fa-48f3-942e-c01618d33a0b 131G 44% /home
sr0
I know that I can disable file system check, but it isn't good solution, right?
So may you help me with it?
Last edited by Araneous (2020-10-25 09:57:31)
Offline
Have you seen this?
https://wiki.archlinux.org/index.php/Fs … al_devices
You should ditch the image, if you don't a mod will.
You should also wrap any terminal output in [ code ] [ /code ] tags.
Last edited by Zod (2020-10-25 10:13:48)
Offline
That doesn't look like a removable device, the partitions are on the same drive as the root partition.
@Araneous please post the actual complete system journal ("journalctl -b", no "-x" and everything from the start, not only the tail) and check the disk integrity, https://wiki.archlinux.org/index.php/Smart
As Zod pointed out, use code tags and replace the image w/ a link.
Offline
Pages: 1