Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cse-sshfs #4

Open
utterances-bot opened this issue Feb 19, 2022 · 6 comments
Open

cse-sshfs #4

utterances-bot opened this issue Feb 19, 2022 · 6 comments

Comments

@utterances-bot
Copy link

CSE and SSHFS | abiram.me

If you’re a VS Code user who is in first year, or isn’t too used to coding locally, you might be better off checking the easier method of using SSHFS with VS Code here.

https://abiram.me/cse-sshfs

Copy link

Just to add on, for unmounting CSE home directory on Mac OS,
alias cseumount="fusermount -zu ${_SSHFS_CSE_MOUNT}" did not work on and "command fusermount not found" prompted.

I solved this problem by editing alias cseumount="fusermount -zu ${_SSHFS_CSE_MOUNT}" to alias cseumount="umount ${_SSHFS_CSE_MOUNT}" as fusermount does not exist on macOS. You can unmount FUSE volume by running umount ~/path.

Here is the github issue page of OSXFSUE where I have found the solution.

Copy link

dong-zh commented Apr 21, 2022

Here's a possible fix for the code command not working. :)

Copy link

Csemnt and cseumount are working, but cse spits out "zsh: "cse" command not found", running ". ~/.zshrc" to execute the file in the current shell seemed to fix this issue for me. Found here

Copy link

Hi Abiramen I had trouble running the unmount command on mac.
I used diskutil unmount and it worked.

Copy link

jon-vo commented Jun 22, 2024

On macOS, I couldn't ls into ~/cse for some reason. I'd get: ls: cse: Operation not permitted.
Turns out, you need to allow the terminal to access Network Volumes.
Found the solution here

Copy link

@z5267282 the command is umount, not unmount (doesn't have the first n). From here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants