Class: VagrantPlugins::GuestFreeBSD::Cap::MountSSHFS

Inherits:
VagrantPlugins::GuestLinux::Cap::MountSSHFS show all
Defined in:
lib/vagrant-sshfs/cap/guest/freebsd/sshfs_forward_mount.rb

Class Method Summary collapse

Methods inherited from VagrantPlugins::GuestLinux::Cap::MountSSHFS

sshfs_forward_is_folder_mounted, sshfs_forward_mount_folder, sshfs_forward_unmount_folder

Class Method Details

.list_mounts_commandObject



7
8
9
# File 'lib/vagrant-sshfs/cap/guest/freebsd/sshfs_forward_mount.rb', line 7

def self.list_mounts_command
  "mount -p"
end