Connecting to Linux Home Drives

Tags drive linux

Overview

ASCTech has several places where you may have Linux files: your home directory, a group directory, on Unity, and on Jump.asc.ohio-state.edu.

This article will explain how to access your files from on ASC's network or from outside ASC's network.

Accessing Linux Home and Group Directories from ASCTech Linux Machines

Your ASCTech home directory should mount on /home/lastname.# and if you have a group directory, it will mount on /home/group_name.

Accessing Linux Directories from Windows and Macintosh.

If you are on one of:

  • an ASCTech Windows or Macintosh desktop in your building.
  • the OSU VPN from an OSU managed machine.
  • eduroam on an OSU owned and managed machine, using certificate login (you do not type a password to get on wireless)

You can use an SFTP client, such as, CyberDuck, WinSCP, FileZilla or command line sftp/scp to any ASCTech Linux workstation and and find your files in /home/lastname.#.

Note: You have to cd (or 'set directory') there in an SFTP client to have them mount and see them - if you browse to /home you may not see your directory until it's cd'd into due to the auto-mounter.

Note: If you are on an ASCTech Macintosh that is not multi-user, contact us for options to mount your Linux directory directly on the Mac. This is useful is you are constantly transferring files back and forth.

Accessing Linux Directories from Unity and Jump

Unity

Unity's storage is separate from the ASC Linux home directory, for performance reasons. So your /home there is not the ASC Linux home directory, but is the same path of /home/lastname.# in case you are transferring scripts. Think of it like OSC's storage - after your jobs are done you will probably want to transfer the result somewhere else.

You can SFTP files to and from Unity, but your ASC Linux home and group directories are available for copying back and forth in /aschome/lastname.# and /aschome/group_name.

Jump

Like Unity, jump has a separate default home directory. Jump is meant only to provide a way to SSH instead of the VPN, so it is fairly minimalist. Jump is not meant to store files on, or be an end user machine.

It is much more complex to connect SFTP to jump.asc.ohio-state.edu due to the Duo authentication. Jump key logins do not mount the Linux home directory, so a password must be used.

However, like on Unity, the ASC Linux home and group directories are available in /aschome. You have to cd (or 'set directory') there in an SFTP client to have them mount and see them.

Because of Duo, you will get an extra prompt and it depends on the client how this happens:
CyberDuck: Will pop up a second unlabelled password prompt, and you'll type push in it.
FileZilla: cannot use Quickconnect, needs to add a host using the upper left Site Manager, and select Logon Type 'interactive'.
WinSCP: Pops up a new window with number choices, like an SSH login to jump.
Command Line sftp/scp: Shows the number choices.

Print Article

Details

Article ID: 49501
Created
Sun 3/4/18 6:01 PM
Modified
Mon 7/15/24 1:32 PM

Related Articles (4)

DUO is OSU's two factor authentication service. It's also known as BuckeyePass.
General information, and help topics for common Linux network file system problems.