Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • When you mount it, can you see the contents of that top-level folder? Or doyou have to cd to a subfolder that you have permissions on? Commented Apr 24, 2020 at 12:32
  • You mean, to directly mount mount //nasname.local/ instead of mount //nasname.localWeb/? If yes, then it doesn't work, to directly mount the top-level folder. I have to directly specifiy the service name as do mount -t cifs -o credentials=~/.cifs //nasname.local/Web /mount/dir/ Commented Apr 27, 2020 at 14:46
  • 1
    Thx to your comment, i looked again into my issue, and was able to solve it. I'll post the solution to my orignal post. Commented Apr 27, 2020 at 14:57