[root@images backups]# uname -r
5.10.22-200.fc33.x86_64
[root@images backups]# lsmod | grep xfs
[root@images backups]# modprobe xfs
modprobe: FATAL: Module xfs not found in directory /lib/modules/5.10.22-200.fc33.x86_64
[root@images backups]#
5.10.22-200.fc33.x86_64
[root@images backups]# lsmod | grep xfs
[root@images backups]# modprobe xfs
modprobe: FATAL: Module xfs not found in directory /lib/modules/5.10.22-200.fc33.x86_64
[root@images backups]#
On Fri, Mar 26, 2021 at 12:39 PM Chris Murphy <lists@xxxxxxxxxxxxxxxxx> wrote:
What kernel version? i.e. uname -r
At the time of the mount failure, what do you get for:
$ lsmod | grep xfs
xfs 1892352 0
$ dmesg | grep -i xfs
[ 717.658384] SGI XFS with ACLs, security attributes, scrub, quota,
no debug enabled
I suspect you get neither of the above results. Try:
$ sudo modprobe xfs
Now try mount. Does that work?
--
Chris Murphy
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure