Home

Connecting to the New Paltz N Drive

How can I use gnome to access files on my N Drive?
How can I use smbclient to access files on my N Drive with the command line?


How can I use gnome to access files on my N Drive?
You can access files stored on the New Paltz N Drive using Nautilus, Gnome's file manager. To do so,
  1. On the panel, open the "Places" Menu.
  2. In the menu, click "Connect to Server".
  3. Enter the following information in the window that appears:
    Service Type: Windows share
    Server: ares.newpaltz.edu
    Share: home
    Folder: Your NPCUID

    Optionally, you may enter a name for this connection, as well as your username for storage.

    connection window

  4. Click "Connect". The share will appear both on the Desktop and within the "Places" menu.

How can I use smbclient to access files on my N Drive with the command line?
You can also access your files on the New Paltz N Drive using programs such as smbclient.

  1. Open a terminal session
  2. Type the command
         smbclient \\\\ares.newpaltz.edu\\home -U NPCUID

    Where NPCUID is the user id you use for the windows labs on campus.

  3. This will bring you to an smb prompt. This is much like an ftp prompt. Commands such as ls, dir, chmod, and mkdir are all available. For a list of supported commands, type the command "help".
    For example, to retrieve the file program.java, the smb command would be
        get program.java

    To send the file program.java to the N: drive, the smb command would be

        put program.java

  • Home
  • Hours
  • Help
  • Links
  • Login

Help

Most questions people have are already answered in this section of the site. If your question is not answered here, you are welcome to e-mail us at help@cs.newpaltz.edu.

Frequently Asked Questions

  • General
  • Using Computers in the Lab
    • General
    • Troubleshooting
    • Printing
    • Connecting to the New Paltz N: Drive
  • Programming
    • General
    • Eclipse
  • Remote Access
    • Available Hosts
    • Getting Started with PuTTY
    • Remote Programming Environments
    • Getting Started with WinSCP
    • Using Xming to run graphical applications
    • Some graphical software that is available
    • Other PuTTY and WinSCP settings
    • Remote access from a Linux client
    • Xming Troubleshooting
  • Email
  • Web Pages
  • MySQL