Why does fsck.xfs not actually do anything? The xfs file system stores snapshots so that there is no need to try to repair it The xfs file system is journaling and so checks itself out for errors without needing fsck The xfs file system is so new that no one has implemented the fsck version yet Instead of calling fsck.xfs, we should use fsck fsck.xfs does something in that it attempts to repair problems found in the file system To permit anyone to remotely mount a local directory, we use as a mount option (auto) as in /somemountpoint (auto): True False In /dev, which of the following do you expect to find dozens of instances of? console sd (hard disks) ppp random tty cpio -i is used to input files into an archive and cpio -o is used to output files from an archive): True False
Why does fsck.xfs not actually do anything?
The xfs file system stores snapshots so that there is no need to try to repair it
The xfs file system is journaling and so checks itself out for errors without needing fsck
The xfs file system is so new that no one has implemented the fsck version yet
Instead of calling fsck.xfs, we should use fsck
fsck.xfs does something in that it attempts to repair problems found in the file system
To permit anyone to remotely mount a local directory, we use as a mount option (auto) as in /somemountpoint (auto):
True
False
In /dev, which of the following do you expect to find dozens of instances of?
console
sd (hard disks)
ppp
random
tty
cpio -i is used to input files into an archive and cpio -o is used to output files from an archive): True False
Step by step
Solved in 3 steps