• Login
Community
  • Login

Notepad++ does not see an NAS

Scheduled Pinned Locked Moved General Discussion
4 Posts 4 Posters 430 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    Robert Guertin
    last edited by Aug 5, 2024, 2:33 PM

    I have an NAS on my network and Notepad++ does not see it.
    Unfortunately all of my other software can see it.
    What’s problem?

    P G 2 Replies Last reply Aug 5, 2024, 3:14 PM Reply Quote 0
    • P
      PeterJones @Robert Guertin
      last edited by Aug 5, 2024, 3:14 PM

      @Robert-Guertin ,

      The problem could be that you are running Notepad++ “as administrator” – and when you run “as administrator”, it doesn’t have access to the same network drives, because they are connected as your “normal user”, not your “administrator”. (That’s a function of the “running as administrator”, and not a function of Notepad++.)

      If running “as administrator”, the title bar of Notepad++ window will end with - Notepad++ [Administrator] instead of - Notepad++, and the ?-menu’s Debug Info will include a line that says Admin mode : ON instead of the normal Admin mode : OFF

      If that’s not it, then the problem is that you haven’t given us enough information to diagnose your problem.

      1 Reply Last reply Reply Quote 3
      • C
        Coises
        last edited by Aug 5, 2024, 4:34 PM

        If you open a folder on the NAS that contains a file which is reasonable to open in a text editor (like a .txt file or a .htm file), open Notepad++ (showing an empty tab), then drag the file from the NAS folder onto the Notepad++ window, what happens?

        1 Reply Last reply Reply Quote 1
        • G
          gerdb42 @Robert Guertin
          last edited by Aug 6, 2024, 6:59 AM

          @Robert-Guertin

          In addition to what @PeterJones wrote, you may always use the UNC Notation
          \\<ServerName>\<ShareName>\<filepath>
          to access your file, no matter if running as Admin or not.

          1 Reply Last reply Reply Quote 4
          1 out of 4
          • First post
            1/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors