An index to CAE filespace articles
You can click on the panels below to expand the related article. Links to each individual article are included below.
Files located on a CAE account can be accessed remotely through the site https://myfiles.cae.wisc.edu . When accessing this site, you will be prompted with a login box. Please use your CAE username and password.
Mapping a Network Drive
- Windows: Additionally, you may Map a Network Drive (as in Mapping Your CAE Network Drive ) in Windows. The full path to your personal CAE user space is \\files.cae.wisc.edu\(first letter of your user name)\(your user name). For example, the path to mapping a drive to the user name ismith would be \\files.cae.wisc.edu\i\ismith
- Macintosh: To connect to your filespace on a Mac, you can use safari, or click "Go->Connect to Server" and enter smb://files.cae.wisc.edu/(first letter of your user name)/(your user name). For example, the path to mapping a drive to the user name ismith would be smb://files.cae.wisc.edu/i/ismith
Maximum allowed disk space
- When a CAE account is created, it is given a base allotment of 10 GB.
- College of Engineering undergrads and grad students are given additional 15 GB (25 GB total).
- CoE faculty/staff get an additional 40 GB to the base allotment (50 GB total).
- Other factors that affect allotment include special course requirements and purchased disk space.
Checking current vs. maximum disk usage
Although there are a few ways to check your disk space from Windows and Linux machines, CAE suggests checking from your CAE account page.
Emptying Trash
Checking Disk Quota and Usage
There are a few ways to check available and used disk quota. Detailed information can be found in here.
Reducing disk quota
Note: if you are trying to access this page outside the campus, you need to be connected to VPN first.
Reducing disk quota after grace period passed
There is a 7 day grace period given to access your files safely and get the account under disk quota. Moving files is restricted after this period passed. If your filespace is grossly over quota, you will not be able to move files at all. The grace period will not apply. You must delete files until your account is below quota.
First thing you can do is empty the Recycle Bin and see if it brings the account under the quota, if it is delete files as outlined in above instructions.
If not, there are couple options to chose from:
1) use Linux machines to empty the trashcan in the Gui, or open up Terminal, and remove files using "rm file_name" command.
2) if using windows file explorer, highlight the files you wish to delete, and press Shift+Delete which will lead to "permanent" deletion of files.
If you still have problems with deleting files and going under the quota, contact CAE Help Desk.
When you are in a CAE Windows lab, your files can be found on your I drive. In CAE Linux labs, this same space will be your default home directory.
How to map your CAE home directory
Windows
- Open "File Explorer" (Folder Icon in taskbar, otherwise under start menu)
Mac OS
- From Finder, press Command+K
- Enter the path to your directory: smb://files.cae.wisc.edu/[login_name_first_initial]/[login_name] (For example, for the account johndoe, the path is \\files.cae.wisc.edu\j\johndoe.)
- Click "Connect"
- Enter your CAE login and password, with the ENGR domain specified, e.g. ENGR\johndoe, and click "OK"
- The drive is now mounted, however it will disappear when you reboot. To enable persistence do the following:
- Go to System Preferences from the Apple menu
- Click on "Accounts" then "Login Items"
- Click the + button to add another login item
- Locate the CAE drive you just added, and select "Add"
- Exit out of system preferences
Linux
The addresses of CAE smb shares are smb://groupspace.cae.wisc.edu
for CAE Groupspace and smb://files.cae.wisc.edu/<FirstLetterOfCAEUsername>/<CAEUsername>
for CAE Filespace. You also need the domain to be ENGR and you will use your CAE credentials
Option 1: File manager
In your desktop file browser (eg. Thunar, Dolphin), use the navigation bar and enter in smb://<servername>/<sharename>.
Depending on which distribution of Linux you are using, you may need to click on "Other Locations" and use the "Connect to Server" field instead of just entering the address into the navigation bar. Example screenshots of both Debian and Ubuntu are included below.
Debian:
Ubuntu:
You should get a prompt asking for your credentials. Be sure to specify the Domain as ENGR and sign in with your CAE credentials. You can choose how long the password will be saved, but we would recommend selecting Forget Password Immediately, as shown in the Debian image below. Depending on your distribution of Linux, you may need to specify you are connecting as an Authorized User, instead of an Anonymous one.
Debian:
Ubuntu:
Option 2: Command line
The following command will mount the filesystem in a sub-directory of /run/user/${UID}/gvfs
:
$ gio mount smb://<servername>/<sharename>
Make sure the domain is ENGR, and to use your CAE credentials. You can then symlink that somewhere more convenient ie: $ ln -s /run/user/${UID}/gvfs ~/gvfs
. Note that gio mount
is not persistent and must be run each time the computer is rebooted.
NOTE: You may need to install packages for the commands to be available, including libfuse3
and gvfs-fuse
(for Debian/Ubuntu based machines).
Here is an example of creating a mount:
You can see how much disk space you have available, and view a detailed analysis of the files in your Unix/Windows home directory, on the CAE My Account page under "Disk Space".
Recovering in Windows
File Recovery in Windows:
The CAE uses a Windows utility called "Previous Versions" which is used for file recovery in case of accidental loss or deletion. To restore from these stored files, follow these directions:
- Select the folder where the file used to be. Right-click and select "Properties."
- Click on the tab labeled "Previous Versions"
From here, there are 2 ways to restores your files:
Option 1: Here, click on the date you want to recover from, and click on "Open."
Then, you can find the specific file you want to restore, right click on it, and click "Undo Delete"
Recovering in Linux
Your CAE files, including your home directory, does periodic "check pointing" and makes snapshots. These are kind of like backups, but don't have version control. They can be found in the .ckpt
hidden directory in your home directory.
Steps to restore a file.
- Change to your
.ckpt
directory. The command iscd ~/.ckpt
- List out directories using the
ls -la
command - Change to the most recent with the desired files.
- Copy that file to your home directory. Example command:
cp .bashrc ~/.bashrc
Connecting your Filespace to CAE lab Machines
Groupspace
Creating a Group Filespace
CAE now offers the option to create your own group filespace on our servers. Students, faculty, and staff with active CAE accounts are eligible to create groupspaces. To check your groupspace quota, and to see all of the groupspaces you already belong to, follow this link.
1. To create a group filespace, you must first create a group that will have access to the filespace. If you already have the desired group created, you can skip this step. You can create a group by following these instructions.
2. Once your group is created, go back to the groupspace page.
3. Click on "Create New Groupspace".
Editing and Deleting Group Filespaces
1. To edit or delete a group filespace, navigate to the groupspace page.
2. You will see a list of all of the groups you are a member of. For groups that you have administrative rights to, you will see links to "Edit" "Change Owner" and "Delete" in the Actions column on the right side of the screen.
3. Click the appropriate link. The "Edit" link will allow you to increase or decrease the allocated quota for the groupspace. "Change Owner" will allow you to transfer ownership to another user in the group. "Delete" will allow you to delete the groupspace entirely.
4. You will now need to log out, then log back in for Windows to recognize the changes to the groupspace (Windows only).
Note: If you need to modify the group that has access to a given groupspace, please see these instructions: Changing Ownership of a Group and Adding members to a Group
Step 2
Find Groupspace on the left hand panel towards the middle of the list and click on it.
Step 3
Find the group you want to increase the quota for and click edit. Note: You must be the owner of the groupspace
Step 4. Find the quota field and increase to the allotted amount. You will be limited to a certain mb amount. That amount will displayed.
Step 5. Hit Submit. If it is successful you should see something similar
Student orgs
Note: In order to remotely access groupspace folders, you must be connected to the WiscVPN, License VPN, or CoE VPN (Engineering_full or split).
Shared file space
The CAE lab computer image and the CAE file system have combined to change the way that student organizations can access file space. Now filespace can easily be accessed from anywhere, using the following information. Keep in mind that you must be on either the UW campus WiFi, uwmadisonVPN, or one of the various Engineering VPN portals.
- On a CAE Windows lab computer, look in the H: drive (studentorgs folder) and find your group's file folder. You will only see resources that you are allowed to access, so the list won't be excessively long.
- On a CAE Linux lab computer, go to /groupspace/studentorgs and find your group's file folder.
- To map the drive on computers outside CAE labs, the path is \\groupspace.cae.wisc.edu\studentorgs.
Website
Student Org websites have been transitioned to WiscWeb. For more information, please see: https://it.wisc.edu/services/web-content-management-wiscweb-cms/
Coursespace
Getting to your Coursespaces
Login to my.cae.wisc.edu and click the "Groupspace" link in the left navigation.Look for the "View Coursespaces" link (if you do not see this, you do not have access to any coursespaces).
You can also access your coursespaces directly via: https://spaces.my.cae.wisc.edu/coursespace
Managing your Coursespaces
If you have access to any coursespaces, you will see them listed with relevant information. Click on the coursespace's link to view more details.In the "Groupspaces" information area, you will have the following options if you have management access to the coursespace:
- "Add Groupspaces" - if you have not reached your maximum groupspaces, you may add more here.
- "Membership Mgmt" - you may manage groupspace membership here by adding and removing accounts, including a list of the course roster for selection.
- "Groupspace(s) Quota Mgmt" - you may update the quota for each groupspace here, either individually, or all at once.
See Also
- Remote Access to Your CAE Files on the web
- Checking Disk Quota - available and maximum
- CAE Filespace Over Quota
- Mapping Your CAE Network Drive
- Recovering files from /filespace home directories and group shared space.
- Kumo: Cloud Storage Integration
- Group Filespace on CAE's File Server
- Creating, Editing, and Deleting a Personal Group Filespace
- Increase Quota Storage for Personal Groupspace
- Accessing Student Org Filespace
- Coursespace Management