Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not insmod driver! #46

Open
oracleloyall opened this issue Dec 2, 2019 · 4 comments
Open

Can not insmod driver! #46

oracleloyall opened this issue Dec 2, 2019 · 4 comments

Comments

@oracleloyall
Copy link

3498.540131] dm_dedup: Unknown symbol dm_btree_insert (err 0)
[ 3498.540185] dm_dedup: Unknown symbol dm_block_data (err 0)
[ 3498.540222] dm_dedup: Unknown symbol dm_block_manager_create (err 0)
[ 3498.540263] dm_dedup: Unknown symbol dm_tm_pre_commit (err 0)
[ 3498.540290] dm_dedup: Unknown symbol dm_btree_insert_notify (err 0)
[ 3498.540321] dm_dedup: Unknown symbol dm_bm_read_lock (err 0)
[ 3498.540339] dm_dedup: Unknown symbol dm_tm_create_with_sm (err 0)
[ 3498.540355] dm_dedup: Unknown symbol dm_sm_disk_create (err 0)
[ 3498.540375] dm_dedup: Unknown symbol dm_bm_write_lock_zero (err 0)
[ 3498.540422] dm_dedup: Unknown symbol dm_btree_lookup (err 0)
[ 3498.540439] dm_dedup: Unknown symbol dm_tm_destroy (err 0)
[ 3498.540462] dm_dedup: Unknown symbol dm_bm_write_lock (err 0)
[ 3498.540515] dm_dedup: Unknown symbol dm_block_manager_destroy (err 0)
[ 3498.540550] dm_dedup: Unknown symbol dm_btree_empty (err 0)
[ 3498.540582] dm_dedup: Unknown symbol dm_sm_disk_open (err 0)
[ 3498.540599] dm_dedup: Unknown symbol dm_tm_commit (err 0)
[ 3498.540634] dm_dedup: Unknown symbol dm_bm_block_size (err 0)
[ 3498.540699] dm_dedup: Unknown symbol dm_btree_remove (err 0)
[ 3498.540716] dm_dedup: Unknown symbol dm_bm_unlock (err 0)
[ 3498.540735] dm_dedup: Unknown symbol dm_tm_open_with_sm (err 0)

@lightfindyou
Copy link

met the same problem

@LongTengYiFei
Copy link

I use 4.8, but met the similar problem.

@oracleloyall
Copy link
Author

oracleloyall commented Nov 24, 2022 via email

@lx1zhong
Copy link

lx1zhong commented Feb 6, 2023

2 modules in linux kernel needs to be installed (in order):
insmod dm-bufio.ko
insmod dm-persistent-data.ko
then you can install dm-dedup.ko.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants