-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
I've noticed that while on Parallels 20.2.0 or above, despite the FUSE driver being used to mount shared folders, the /etc/fstab
is still generated with entries that would attempt to mount the same paths using the prl_fs
kernel driver.
This doesn't appear to be causing me issues currently, but should these /etc/fstab
entries not be using the fuse
mount type instead now?
Below is my (redacted slightly) /etc/fstab
from an Ubuntu 24.04 vagrant setup.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/ubuntu-vg/ubuntu-lv during curtin installation
/dev/disk/by-id/dm-uuid-LVM-7vdBRrBadXi6RgoniOgcVyDDdeumIgE0ncAm3EXUaf4WQqwIhNOqaOTtP7KTfHdI / ext4 defaults 0 1
# /boot was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/b54de100-3edd-4ac5-9d9c-973b7b4d83eb /boot ext4 defaults 0 1
# /boot/efi was on /dev/sda1 during curtin installation
/dev/disk/by-uuid/6CC6-97AA /boot/efi vfat defaults 0 1
/swap.img none swap sw 0 0
#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
home_vagrant_redacted /path/to/redacted prl_fs _netdev,uid=1000,gid=1000,_netdev 0 0
vagrant /vagrant prl_fs uid=1000,gid=1000,_netdev 0 0
#VAGRANT-END
Metadata
Metadata
Assignees
Labels
No labels