From e3799ebf67b443d25b9b95aa8d6bac977fca6de0 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Mon, 27 Jul 2020 17:12:10 +0100
Subject: [PATCH] Update keepingData.md

---
 howTo/keepingData.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/howTo/keepingData.md b/howTo/keepingData.md
index feadd4d..859d874 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
-- 
GitLab