Ticket #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
Change History
Changed 18 months ago by shumkar
-
attachment
CentOS_VB_800x600.jpg
added
comment:1 Changed 18 months ago by shumkar
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 Changed 18 months ago by shumkar
I have just seen the ticket https://www.virtualbox.org/ticket/20091.
Evidently, this ticket is a duplicate of 20091.
Note: See
TracTickets for help on using
tickets.
Screenshot with the error