gpt4 book ai didi

linux - 安装自定义文件系统模块

转载 作者:太空宇宙 更新时间:2023-11-04 03:40:42 29 4
gpt4 key购买 nike

我有一个已过时的自定义文件系统模块,但我想将其安装在我的 3.14.37 Arch Linux 内核上。

我已经成功构建了模块,但是在安装时遇到了一些问题:

$ mount -t lwnfs none ./mnt

首先,我不明白上面命令中的“none”是什么,它给了我以下错误:

mount: special device tmpfs does not exist

这是模块的文件系统类型:

static struct file_system_type lfs_type = {
.owner = THIS_MODULE,
.name = "lwnfs",
.mount = lfs_get_super,
.kill_sb = kill_litter_super,
};

此外,完整源代码的链接如下: http://lwn.net/Articles/57369/

提前致谢!

最佳答案

$ mount -t lwnfs 无 ./mnt

“无”表示没有物理设备或文件可用作文件存储。

该代码相当旧;使用设备驱动程序的首选引用可以为您提供更好的服务:

http://gauss.ececs.uc.edu/Courses/c4022/code/memory/understanding.pdf

关于linux - 安装自定义文件系统模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29787381/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com