Repair File-system Issues at boot Flashcards

1
Q

What command is appended to end emergency boot?

A

systemd.unit=emergency.target

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What command determines which file systems the systemd daemon currently mounts?

A

mount

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command remounts the root file system in read/write mode?

A

mount -o remount,rw /

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command mounts all other file systems in the /etc/fstab file that are not yet mounted?

A

mount -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What command allows the system to register the new /etc/fstab file configuration?

A

systemctl daemon-reload

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What command verifies that the /et/ftab file is now correct by attempting to mount all entries?

A

mount -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly