Table of Contents
Undergraduate Scratch Space
ICS Computing Support provides network accessible disk without quota restriction for undergraduate students to use as scratch space for their instructional projects.
Accessing Disk Space
ICS Linux
This space is shared via NFS to any ICS managed Linux compute node.
In order to access this space, simply change to the driectory /auto/ugrad_space
`cd /auto/ugrad_space`.
Windows/Mac and Unmanaged Clients
This space is also available via samba and fuse/sshfs with your ICS shell account.
Use the following samba share to mount this space:
\\samba.ics.uci.edu\ugrad_space
Organizing Your Scratch Space
- Create a directory with your name.
- Set permissions on your new directory to keep other users out of your space.
mkdir /auto/ugrad_space/luser chmod 700 /auto/ugrad_space/luser
Policies
Warning: Be aware that this is scratch space and is not backed up to tape and there is no disaster recovery plan. Use this space at your own risk.
We request that you follow these guidelines when using this space.
- This space is for for in undergraduate instruction only.
- Create a directory with your username to keep your files organized (e.g. /auto/ugrad_space/username)
- Files belonging to locked or purged accounts will be removed.
- World writable sub directories and files may be automatically locked
- This space is not backed up and any critical data should be backed up to permanent storage such as home directory or USB key.