From 5ce3c98c6ff9cf27308d307c3c4af9857197a956 Mon Sep 17 00:00:00 2001 From: Natasha Pavlovikj <npavlovikj2@unl.edu> Date: Mon, 17 Feb 2025 13:18:24 -0600 Subject: [PATCH] Add note --- content/handling_data/data_storage/NRDSTOR/Mac.md | 3 +++ content/handling_data/data_storage/NRDSTOR/Windows.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/handling_data/data_storage/NRDSTOR/Mac.md b/content/handling_data/data_storage/NRDSTOR/Mac.md index 68d2967e..ac46e615 100644 --- a/content/handling_data/data_storage/NRDSTOR/Mac.md +++ b/content/handling_data/data_storage/NRDSTOR/Mac.md @@ -14,6 +14,9 @@ Under Finder's **"Go"** menu, select **"Connect to a server"**. In the address box, enter **"smb://nrdstor.unl.edu/user"** to access your user folder, or use **"smb://nrdstor.unl.edu/group"** to access your primary groups folder. +{{% notice note %}} +The words **user** and **group** used to access the NRDStor directory under a primary group are **literal words**, and not placeholders for your HCC group and username. +{{% /notice %}} {{< figure src="/images/nrdstor_mac_user.png" width="700" class="img-border">}} {{< figure src="/images/nrdstor_mac_group.png" width="700" class="img-border">}} diff --git a/content/handling_data/data_storage/NRDSTOR/Windows.md b/content/handling_data/data_storage/NRDSTOR/Windows.md index 4024a523..551394f0 100644 --- a/content/handling_data/data_storage/NRDSTOR/Windows.md +++ b/content/handling_data/data_storage/NRDSTOR/Windows.md @@ -34,7 +34,9 @@ From the **"Drive"** menu, specify the drive letter for the connection. We choos In the **"Folder"** box, enter **"\\\nrdstor.unl.edu\user"** to access your user folder or use **"\\\nrdstor.unl.edu\group"** folder. These are automatically assigned to be in your primary HCC group's directory. -_Note that the words 'user' and 'group' are literal words here, **not** placeholders._ +{{% notice note %}} +The words **user** and **group** used to access the NRDStor directory under a primary group are **literal words**, and not placeholders for your HCC group and username. +{{% /notice %}} {{< figure src="/images/nrdstor_windows_user.png" width="700" class="img-border">}} {{< figure src="/images/nrdstor_windows_group.png" width="700" class="img-border">}} -- GitLab