I'm doing a lab in this course and I'm asked to : "Load the module for vfat support; does it have any dependencies ?"
The answer for this lab is these commands :
modprobe vfat
modinfo vfat
lsmod | grep vfat
However, on my Ubuntu 18.04 LTS machine when I run 1st and 3rd commands, I don't get any output and when I run :
modinfo vfat
I get
modinfo: ERROR: Module vfat not found.
How should I approach this lab ?
0 Answers