Skip to content

Commit

Permalink
add troubleshooting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Sep 10, 2024
1 parent e4e04d7 commit 7f6e124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ This is an expected error for file operations unsupported in FUSE file system (d
### transport endpoint is not connected

**Solution:** Run the command `mount | grep "gcsfuse"`. If you find any entries, unmount the corresponding directory multiple times until all the entries got clear and then try to remount the bucket.
It might be because if the previous mount get crashed or a mounted filesystem or device was abruptly disconnected or the mounting process fails unexpectedly, the system might not properly update its mount table. This leaves a "stale" entry referencing a resource that's no longer available.
It might be because if a previously mounted filesystem or device crashes, is abruptly disconnected, or the mounting process fails unexpectedly, the system might not properly update its mount table. This leaves a "stale" entry referencing a resource that's no longer available.

0 comments on commit 7f6e124

Please sign in to comment.