Site Tools


project_directories

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
project_directories [2020/03/12 19:44] – [Project Volumes & autofs] pgh5aproject_directories [2023/08/29 19:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +==== Project Directories ====
 +
 +Project directories can be created for projects that require large amounts of storage. Instead of saving data in limited home directories or temporary repositories, the system staff can create a project directory, automounted under ''/p''. The directory typically starts at 500GB in size, and can grow dynamically to very large sizes.
 +
 +Since project members typically vary year to year, using a project directory helps the project because data can be centrally located instead of spread around in user's home directories.
 +
 +=== Project Directory Requests ===
 +To request a project directory, send a helpdesk request to ''cshelpdesk@virginia.edu'', and specify the project name (which will be used as the name of the directory), as well as the owner of the directory and the project members who will be given read/write/execute access to the directory. Project directory names should not have any capitalized letters or special characters (for example, //mygreatresearch// **not** //My_Great_Research//).
 +
 +Also, if your research/project is funded by a party like UVA or an outside party like NSF, NSA, etc., please state that in your request.
 +
 +=== My project directory disappeared! ===
 +
 +We use the linux "automounter" service ''%%autofs%%'' to mount network filesystems on Linux systems.  Because of the way ''%%autofs%%'' works, when you first look in ''%%/p%%'' it appears to be empty: 
 +
 +<code>
 +[abc1de@portal01]$ ls /p
 +[abc1de@portal01]$                       <-- no output
 +</code>
 +
 +However once you attempt to access a directory, ''%%autofs%%'' quickly mounts the filesystem and now it will appear under ''%%/p%%''
 +
 +<code>
 +[abc1de@portal01]$ cd /p/myproject
 +[abc1de@portal01]$ ls /p/myproject
 +file1  file2  file3...
 +[abc1de@portal01]$ ls /p
 +myproject                                   <-- /p/myproject will stay mounted while
 +                                                the directory is being used
 +</code>
 +
 +=== Mounting a project directory using SAMBA ===
 +
 +Project Directories can be mounted on Mac or Windows computers using SAMBA.  Please use the following path format to mount your project directory on Windows: 
 +
 +<code>\\samba.cs.virginia.edu\p\project_name</code>
 +
 +or Linux/MacOS
 +
 +<code>smb://samba.cs.virginia.edu/p/project_name</code>
 +
 +See more about Samba shares on [[storage_home_directories#samba|this page]].
 +
 +=== Project directory backup ===
 +Each night, project directories are backed up, and these backups are kept for 30 days. So if you accidentally remove a file less than 30 days ago, we can retrieve it. Send an email to ''cshelpdesk@virginia.edu'' and include the full path of the file you wish restored.