You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cmd/fusera/main.go
+1-3
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,7 @@ func main() {
148
148
twig.Debugf("%+v\n", err)
149
149
os.Exit(1)
150
150
}
151
-
fmt.Println("After checking that you do have proper permissions and that the folder exists, try using the unmount command to ensure the folder is not already mounted.")
152
-
fmt.Println("Seek out the troubleshooting guide online or contact your IT administrator.")
153
-
fmt.Printf("Mounting file system failed: %s\n", err.Error())
0 commit comments