Opened 4 years ago
Closed 4 years ago
#20092 closed defect (duplicate)
vboxsf (Guest Additions 6.1.16) fails to compile on CentOS 8 Stream (kernel 4.18.0-257)
Reported by: | shumkar | Owned by: | |
---|---|---|---|
Component: | shared folders | Version: | VirtualBox 6.1.16 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
Hi.
This issue is similar to https://www.virtualbox.org/ticket/19112.
vboxsf.ko can not be compiled due to error "MS_REMOUNT undeclared".
I fixed it by removing the lines
and
in /opt/VBoxGuestAdditions-6.1.16/src/vboxsf/vfsmod.c
and then running 'make' and 'make install' (in src folder).
Screenshot with the error will be attached.
Attachments (1)
Change History (4)
by , 4 years ago
Attachment: | CentOS_VB_800x600.jpg added |
---|
comment:1 by , 4 years ago
A correction:
and then running 'make' and 'make install' (in src folder).
and then running 'make' and 'make install' (in src/vboxguest-6.1.16 folder).
comment:2 by , 4 years ago
I have just seen the ticket https://www.virtualbox.org/ticket/20091.
Evidently, this ticket is a duplicate of 20091.
comment:3 by , 4 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closing this as a duplicate of #20091, see there for the fix resolution details.
Screenshot with the error