• Jakob Unterwurzacher's avatar
    mount_linux: Also try absolute path for fusermount and umount · 41b8187f
    Jakob Unterwurzacher authored
    Assuming that the loopback example binary is at /bin/loopbackfs,
    you can mount like this:
    
    	mount -t fuse.loopbackfs /tmp/mountpoint /tmp/original
    
    However, "mount" passes an empty PATH to loopbackfs.
    Trying the absolute path too fixes the issue.
    
    This is in preparation of porting xfstests to go-fuse.
    41b8187f
mount_linux.go 3.38 KB