diff --git a/howTo/keepingData.md b/howTo/keepingData.md
index feadd4d0095fc750701d7343881db235fd3533fe..859d8746298d703935dbedcc25e54994da4fd1df 100644
--- a/howTo/keepingData.md
+++ b/howTo/keepingData.md
@@ -32,4 +32,6 @@ For most of you the first option may be the only one available for institutional
   * mount the `J:\` drive on your laptop/PC and use a local version of (e.g.) RStudio to load the data. If you are doing this you might want to learn about [drake](drake.md) so the data is only loaded over the network the first time you run your code, not each time.
   * [get access to and use](https://git.soton.ac.uk/SERG/uosrstudioserver) the University's [RStudio server](https://rstudio.soton.ac.uk/)  **<- best option**, this will let you run your code on the research filestore directly
  
-As far as we know the University's `Research Filestore` (AKA `\\xxx.files.soton.ac.uk\<SHARE>\`) does not allow direct access so it can only be used to archive data you are not actively using. See https://library.soton.ac.uk/researchdata/storage for more info.
\ No newline at end of file
+As far as we know the University's `Research Filestore` (AKA `\\xxx.files.soton.ac.uk\<SHARE>\`) does not allow direct access so it can only be used to archive data you are not actively using. See https://library.soton.ac.uk/researchdata/storage for more info.
+
+> Update: we understand that the University is looking to transition from the J drive to the use of oneDrive/sharepoint. We have no idea what this will mean for accessing data from the Unviersity's RStudio server service. We currently have am open ticket with [iSolutions](https://sotonproduction.service-now.com/serviceportal?id=ticket&table=sc_req_item&sys_id=5f3e59f8db8e9c58bc72b29f29961961) on this.
\ No newline at end of file