You are not logged in.
Pages: 1
After failed to disable sddm to enable lightdm, my laptop got this error while booting up:
[FAILED]Failed to start file system check on /dev/dick/by-uuid/...
[DEPEND] Dependency failed for /home
[DEPEND] Dependency failed for Local File SystemsThen It went to the emergency mode, I've to re-enable sddm and type the commands:
mount -a
exitbut I have to retype these two commands every time I boot up. Is there any way to fix this error pernamently? thank you very much
Last edited by sonphantrung (2020-07-20 01:58:31)
Offline
Please post the outputs of
lsblk -f
cat /etc/fstab
uname -a
pacman -Qs linuxOffline
Ok, here it is:
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
sda
├─sda1 vfat FAT32 24BA-4133 404.8M 21% /boot
├─sda2 ext4 1.0 2521bd85-8768-4f2b-9dd2-968a07915c0f 213.5G 8% /
└─sda3 ext4 1.0 1a66025d-4811-4989-8b6b-4e542e2e8dba 180.3G 9% /home
sr0# /dev/sda2
UUID=2521bd85-8768-4f2b-9dd2-968a07915c0f / ext4 rw,relatime 0 1
# /dev/sda3
UUID=1a66025d-4811-4989-8b6b-4e542e2e8dba /home ext4 rw,relatime 0 2
# /dev/sda1
UUID=24BA-4133 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro0 2Linux archlinux 5.7.8-arch1-1 #1 SMP PREEMPT Thu, 09 Jul 2020 16:34:01 +0000 x86_64 GNU/Linuxlocal/alsa-lib 1.2.3.2-1
An alternative implementation of Linux sound support
local/alsa-utils 1.2.3-2
Advanced Linux Sound Architecture - Utilities
local/archlinux-appstream-data 20200612-1
Arch Linux application database for AppStream-based software centers
local/archlinux-keyring 20200622-1
Arch Linux PGP keyring
local/autofs 5.1.6-2
A kernel-based automounter for Linux
local/avahi 0.8+15+ge8a3dd0-1
Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
local/base 2-2
Minimal package set to define a basic Arch Linux installation
local/cinnamon 4.6.6-1
Linux desktop which provides advanced innovative features and a traditional user experience
local/filesystem 2020.05.20-1
Base Arch Linux files
local/flatpak 1.8.1-1
Linux application sandboxing and distribution framework (formerly xdg-app)
local/ibus 1.5.22+8+gf591381e-1
Next Generation Input Bus for Linux
local/iptables 1:1.8.5-2
Linux kernel packet control tool (using legacy interface)
local/kdenlive 20.04.3-1 (kde-applications kde-multimedia)
A non-linear video editor for Linux using the MLT video framework
local/keyutils 1.6.3-1
Linux Key Management Utilities
local/kmod 27-1
Linux kernel module management tools and library
local/lib32-libxshmfence 1.3-2
a library that exposes a event API on top of Linux futexes (32-bit)
local/lib32-util-linux 2.35.2-1
Miscellaneous system utilities for Linux (32-bit)
local/libaio 0.3.112-2
The Linux-native asynchronous I/O facility (aio) library
local/libiec61883 1.2.0-6
A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394
local/libimobiledevice 1.3.0-1
Library that talks the protocols to support iPhone and iPod Touch devices on Linux
local/libraw1394 2.1.2-3
Provides an API to the Linux IEEE1394 (FireWire) driver
local/libutil-linux 2.35.2-1
util-linux runtime libraries
local/libva 2.8.0-1
Video Acceleration (VA) API for Linux
local/libxshmfence 1.3-2
a library that exposes a event API on top of Linux futexes
local/linux 5.7.8.arch1-1
The Linux kernel and modules
local/linux-api-headers 5.6.11-1
Kernel headers sanitized for use in userspace
local/linux-firmware 20200519.8ba6fa6-1
Firmware files for Linux
local/linux-headers 5.7.8.arch1-1
Headers and scripts for building modules for the Linux kernel
local/linux-lts 5.4.51-1
The LTS Linux kernel and modules
local/mdadm 4.1-2
A tool for managing/monitoring Linux md device arrays, also known as Software RAID
local/ndctl 68-2
Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
local/pacman-mirrorlist 20200606-1
Arch Linux mirror list for use by pacman
local/python-distro 1.5.0-1
Linux OS platform information API
local/python-pam 1.8.4-4
Pure Python interface to the Pluggable Authentication Modules system on Linux
local/python-pyinotify 0.9.6-7
Python module used for monitoring filesystems events on Linux platforms with inotify.
local/util-linux 2.35.2-1
Miscellaneous system utilities for Linux
local/v4l-utils 1.20.0-1
Userspace tools and conversion library for Video 4 LinuxLast edited by sonphantrung (2020-07-17 02:27:24)
Offline
UUID=24BA-4133 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro0 2Is this literal? Lacks a blank/tab between "ro" and "0"
If not, please post a complete system journal (sudo journalctl -b | curl -F 'f:1=<-' ix.io)
Offline
I'm sorry, this actually has a blank, but my copy/paste is bad so...
Offline
Actually, I have to fsck the home partition manually, so the problem has been solved
Offline
Pages: 1