Storing your University files
Your University files are an important part of your studies, from early notes and research to finished assignments and project work. Saving them in University storage helps keep everything secure, organised and easier to find, while reducing the risk of important work being lost. It also makes it simpler to pick up your work again when studying in different places or using another device.
Your University storage spaces
You have access to two personal places for saving University files: OneDrive and the N Drive. Both are available throughout your studies, but they work differently and are useful for different types of work.
OneDrive
Online storage through Microsoft 365. OneDrive makes it easy to open your files across different devices and work with them through Microsoft 365. It is useful for everyday coursework and files you need to share or work on with other people.
Best for everyday coursework, working across devices and collaboration.
5GB storage
N Drive
Personal storage on the University network. The N Drive gives you additional personal storage on the University network. It is particularly useful when working on University computers or when you want to keep files in your personal network area.
Best for additional personal storage and files that only you need to access.
20GB storage
Access OneDrive
OneDrive is your online University storage space for saving, organising and opening your files across different devices. Use the guidance in this section to access OneDrive through a web browser, Microsoft 365 apps or a University computer.
Expand the sections below to view the instructions and additional information
OneDrive can be opened in a web browser, so you can reach your University files without needing to open the desktop app. This is useful when you are working on a personal device, using a different computer or want to manage files directly through Microsoft 365.
Open OneDrive in the web
- Go to Microsoft 365.
- Sign in with your University email address and password. Complete Microsoft MFA if prompted.
- Select Apps from the navigation menu, or select the app launcher shown as a grid of nine dots.
- Select OneDrive. If it is not displayed, select More apps, then select OneDrive.
- Select My files to view your files and folders.
From My files, you can open documents, create folders, upload files and organise content stored in your University OneDrive.
On a University Windows 11 computer, you can access your OneDrive files through File Explorer, where OneDrive may appear as the O Drive.
The O Drive is not a separate storage area. It shows the same files and folders as your University OneDrive online, so changes made in either location will appear in the other.
For help with organising folders, sharing files, restoring previous versions and managing your OneDrive storage, visit the Using OneDrive guide.
Access the N and K Drives
The N Drive is your personal storage area on the University network, while the K Drive contains shared folders used by courses, departments and University services. Use this section to find and open either drive from a University computer.
Expand the sections below to view the instructions and additional information
The N Drive and K Drive should connect automatically when you sign in to a University Windows computer. Both are available through File Explorer, although the folders shown on the K Drive will depend on the access provided by your course or University service.
N or K Drive on Windows
- Open File Explorer.
- Select This PC from the navigation pane.
- Under Network locations, select:
- N Drive to open your personal network files.
- K Drive to open the shared folders you have permission to access.
Your N Drive should connect automatically when you sign in to a University Mac and may appear in Finder using your University username or as your home directory. The K Drive is also available through Finder when you have permission to access its shared folders.
N or K Drive on a University Mac
- Open Finder.
- Under Locations in the sidebar, find the drive you need:
- Select your University username or home directory to open the N Drive.
- Select the K Drive to open the shared folders you can access.
- Select the drive to view its files and folders.
N Drive from a personal computer
You can connect your own Windows, Mac or Linux computer to your N Drive when you need to access files stored on the University network. Choose your operating system and follow the instructions to set up the connection.
Expand the sections below to view the instructions and additional information
On a personal Windows 11 computer, you can map the N Drive or K Drive so it appears under Network locations in File Explorer. Connect to the University VPN first when you are away from campus.
The N Drive uses an address linked to your University account. The K Drive uses the shared address \\sp1\public.
Find your N Drive address
The Find my N Drive tool shows the network drive paths available to your University account. It may display an N Drive path, a K Drive path or both, depending on your access.
- Open the Find my N Drive tool.
- Enter your University username.
- Find the N Drive address listed in the table for Windows.
- Copy the full address. It may look similar to:
\\SU2.uni.ds.port.ac.uk\UP\up874069
Map the N or K Drive in File Explorer
- Open File Explorer, then select This PC from the navigation pane.
- Select More options (…) from the command bar, then select Map network drive.
-
From the Drive list, choose:
- N: for your N Drive.
- K: for the K Drive.
If the letter is already in use, select another available drive letter.
- In the Folder field:
- For the N Drive, paste the address copied from the Find my N Drive tool.
- For the K Drive, enter:
\\sp1\public
- Select Reconnect at sign-in.
- Select Connect using different credentials.
- Select Finish.
- When prompted, enter
uni\followed by your University username. For example:uni\up1234567 - Enter your University password, then select OK.
The connected drive will appear under Network locations in File Explorer. Only select Remember my credentials when using your own trusted computer.
On a personal Mac, you can connect to the N Drive or K Drive through Finder. Connect to the University VPN first when you are away from campus. The N Drive uses an address linked to your University account. The K Drive uses a shared University network address.
Find your N Drive address
The Find my N Drive tool shows the network drive paths available to your University account. It may display an N Drive path, a K Drive path or both, depending on your access.
- Open the Find my N Drive tool.
- Enter your University username.
- Find the N Drive address listed in the table for Windows.
- Copy the full address. It may look similar to:
\\SU2.uni.ds.port.ac.uk\UP\up874069
Connect to the N or K Drive in Finder
- Open Finder.
- From the menu bar, select Go, then Connect to Server.
- In the Server Address field:
- For the N Drive, paste the address copied from the Find my N Drive tool.
- For the K Drive, enter:
smb://sp1.uni.ds.port.ac.uk/Public
- To save the address for future use, select the Add (+) button.
- Select Connect.
- If a connection message appears, select Connect again.
- Enter your University username and password when prompted.
- Select Connect.
The connected drive will open in Finder and should appear under Locations in the sidebar. Only save your password in your keychain when using your own trusted Mac.
You can connect to your N Drive from a Linux computer using the terminal. This process requires administrator permissions and is most suitable for students who are comfortable working with command-line instructions.
Connect to the University VPN first when you are away from campus. The K Drive cannot be connected from Linux using this process.
Find your N Drive address
The Find my N Drive tool shows the network drive paths available to your University account. It may display an N Drive path, a K Drive path or both, depending on your access.
- Open the Find my N Drive tool.
- Enter your University username.
- Find the N Drive address listed in the table for Windows.
- Copy the full address. It may look similar to:
\\SU2.uni.ds.port.ac.uk\UP\up874069
Connect to your N Drive using the terminal
- Open a terminal.
- Create a location for the connected drive, replacing
$usernamewith your University username. For example:sudo mkdir /mnt/$username - Enter the following command, replacing:
$serverwith the N Drive address copied from the Find my N Drive tool.$usernamewith your University username.- This should look like:
sudo mount -t cifs $server -o username=$username,rw,sec=ntlmssp,vers=3.0 /mnt/$username
- Enter your University password when prompted.
- Open the
/mntfolder, then open the folder named with your University username to access your N Drive files.
Disconnect your N Drive
When you have finished, enter the following command in the terminal, replacing $username with your University username. For example: sudo umount /mnt/$username
Network storage and file recovery
Check the space available on your N Drive and find out how to recover a file or folder deleted from the N or K Drive.
Expand the sections below to view the instructions and additional information
You can check how much storage remains on your N Drive before saving large files or when you are having trouble adding new content. This check is only available from a University Windows computer or University Mac and cannot be completed from a personal computer.
Check on Windows
- Open File Explorer.
- Select This PC from the navigation pane.
- Right-click the N Drive, choose Show more options, then select Properties.
- On the General tab, review the space used and the space still available.
Check on Mac
- Open Finder.
- Under Locations in the sidebar, select your N Drive.
- Select File, then Get Info.
- Review the storage information shown.
A University Mac may not display an on-screen warning when your N Drive is full. Check your University email for storage notifications.
Files or folders deleted from the N or K Drive may be available through Previous Versions on a University Windows computer. This depends on whether an earlier snapshot is available for that network location.
For the safest recovery, open the folder that originally contained the deleted item and copy it from an earlier version. Avoid restoring the entire folder or drive, as this could replace newer files.
Recover using Previous Versions
- Open File Explorer.
- Select This PC from the left navigation pane.
- Open the N Drive or K Drive and find the folder that previously contained the deleted item.
- Select the folder, choose Show more options, then Properties.
- Open the Previous Versions tab.
- If available, select a version dated before the file or folder was deleted.
- Select Open to view that version.
- Find the missing file or folder.
- Copy it into the correct location on the current N or K Drive.
If the deleted item was stored directly at the top level of the drive, open Properties for the N or K Drive itself instead.
If no versions are listed, a suitable snapshot may not be available. Contact IT Support for further help.
Need more help?
Contact IT Support if you cannot open OneDrive, connect to a network drive or recover a missing file.
Enable University alerts
Turn on notifications for critical updates like closures, safety alerts, and urgent service disruptions.