All UQ staff and students that are listed as a collaborator on a record can access the mapped drive at all sites across UQ. If working away from any of these sites (e.g. home or overseas) a VPN connection to UQ is required to access UQRDM data via a mapped drive. Refer to these instructions about how to connect to the VPN.
How you map the drive will depend on the operating system you are using. Detailed instructions for Windows, Mac, and Linux users are provided below. If you require assistance with this process please contact ITS Support.
Important note for HDR students: If you experience difficulties accessing the mapped drive, please refer to the relevant topic in FAQs.
You may be unable to map the UQ-Research drive in the following situations:
If one of the above situations apply, you can follow these alternative instructions for Windows or Mac.
After your project record has been approved and your storage has been provisioned, you need to restart your computer in order to access the mapped UQ-Research (R:) drive. If you still can't see the R drive after restarting your computer, see Alternative windows instructions.
Complete the mapping process for each storage allocation provided. Note: Prior to accessing the mapped drive, please ensure that you have restarted your computer. You will not be able to access the drive until you have completed this process.
Note: The pathway will be written after this sentence "If this pathway does not work or your device is not authenticated by the UQ domain please enter this location...." .
Note: You will need to repeat this mapping process for each allocation folder (i.e. each time a new record is created in the UQRDM which you are a collaborator on). For this additional mapping, do not use drive letter R again, as letter R cannot be assigned more than once. Use other available drive letters such as 'X', 'Y' or 'Z' from the lettering list.
Note: You will need to repeat this mapping process for each allocation folder (i.e. each time a new record is created within the UQRDM which you are a collaborator on).
To map an allocation folder permanently (so you don't have to re-enter the pathway when you restart your computer) follow these instructions:
There is no consistent way to map the drive using file browsers such as Nautilus, Dolphin and Thunar. You may have success in getting this to work by using the details from the instructions for a command line mount below, but it will depend on your local configuration of samba.
Note: The current connection information for Linux is available for each UQRDM record through the RDM website by selecting the record and then clicking the Storage instructions icon next to the storage allocation label.
To map the drive, first check with smbclient in a Terminal or xterm window:
$ smbclient -m SMB3 -U uqjblogg@uq.edu.au -W UQ '//enter pathway provided in storage instructions here'
You will have to substitute in your own username and the storage path provided in the email (without the "smb:" part) to make things work.
If this is successful you will be able to use “ls” and “cd” to browse the drive.
To mount things permanently it is best to use sudo and mount the drive using the following method. Because sudo is used, all operations on this directory will need root access.
$ sudo mount -t cifs '//enter pathway provided in storage instructions here'
local_mount -o vers=3.0,user=uqjblogg,dom=uq.edu.au
$ cd local_mount
Note: You will need to repeat this mapping process for each allocation folder (i.e. each time a new record is created within the UQRDM which you are a collaborator on).
If you are using Dolphin in Linux system, use these instructions:
If you are using GNOME Files 3.26.4 (ex-Nautilus) and Thunar 1.6.15, use these instructions: