Skip to content

Homestead v2.0.15+ failing with "unknown mount option `actimeo=1'" #8410

@Zirro

Description

@Zirro

Homestead v2.0.15 (and v2.0.16) is failing to complete a boot up of a virtual machine with NFS shared folders on the host I am currently using. The host OS is Windows and it is using a fresh installation of Homestead. The complete error message is:

"Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:

mount -t vboxsf -o uid=id -u vagrant,gid=getent group vagrant | cut -d: -f3,actimeo=1 home_vagrant_Code /home/vagrant/Code
mount -t vboxsf -o uid=id -u vagrant,gid=id -g vagrant,actimeo=1 home_vagrant_Code /home/vagrant/Code

The error output from the last command was:

unknown mount option `actimeo=1'
valid options:
rw mount read write (default)
ro mount read only
uid = default file owner user id
gid = default file owner group id
ttl = time to live for dentry
iocharset = i/o charset (default utf8)
convertcp = convert share name from given charset to utf8
dmode = mode of all directories
fmode = mode of all regular files
umask = umask of directories and regular files
dmask = umask of directories
fmask = umask of regular files"

There is some delay before it appears after the message "Mounting shared folders..." and the listing of folders has been shown.

Given the error of "unknown mount option `actimeo=1'", the following commit would seem to be the cause:

laravel/homestead@977ca46

I have reverted my installation to v2.0.14 and confirmed that it is still working as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions