Repair File-system Issues at boot Flashcards
1
Q
What command is appended to end emergency boot?
A
systemd.unit=emergency.target
2
Q
What command determines which file systems the systemd daemon currently mounts?
A
mount
3
Q
What command remounts the root file system in read/write mode?
A
mount -o remount,rw /
4
Q
What command mounts all other file systems in the /etc/fstab file that are not yet mounted?
A
mount -a
5
Q
What command allows the system to register the new /etc/fstab file configuration?
A
systemctl daemon-reload
6
Q
What command verifies that the /et/ftab file is now correct by attempting to mount all entries?
A
mount -a