https://bugzilla.redhat.com/show_bug.cgi?id=1481630



--- Comment #58 from Hans de Goede <[email protected]> ---
(In reply to Sergio Monteiro Basto from comment #57)
> +# Mainline vboxsf uses an option string rather then a custom binary data
> struct
> +Patch2:     0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
> 
> -obj/bin/additions/mount.vboxsf
> 
> -%{_sbindir}/mount.vboxsf
> 
> Share folders still work ?

With the vboxsf kernel driver which I'm working to get upstream, yes. It now
works with the regular mount binary as the options are now simply passed as a
string. E.g. if you call "mount -t vboxfs something /mnt -o foo=bar,bar=foo"
then "foo=bar,bar=foo" is simply passed as a string to the kernel and the
mainline version will parse this rather then using a custom vboxsf
option-struct. Upstream vbox will also merge my changes for this and move over
to doing things this way (not sure when).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to