Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

sshfs

How to mount a folder on amazon ec2 instance with private key using sshfs

January 1, 2024 by Tarik
Categories amazon-ec2 Tags amazon-ec2, sshfs Leave a comment

GIT_DISCOVERY_ACROSS_FILESYSTEM problem when working with terminal and MacFusion

July 25, 2023 by Tarik

I got this error until I realized that I hadn’t intialized a Git repository in that folder, on a mounted vagrant machine. So I typed git init and then git worked.

Categories git Tags git, macfuse, ssh, sshfs Leave a comment

Unmount the directory which is mounted by sshfs in Mac [closed]

October 20, 2022 by Tarik

Try this: umount -f <absolute pathname to the mount point> Example: umount -f /Users/plummie/Documents/stanford If that doesn’t work, try the same command as root: sudo umount -f …

Categories macos Tags macos, sshfs, umount Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa