Skip to content

Commit

Permalink
added mount -t flag to WSL instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arhonemus committed Aug 21, 2023
1 parent 4ef60bd commit 337bf37
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion staging/FTK-Export.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@ When a finding aid has been approved and the Bookmarks have been reviewed the co
* Open the case for the collection and navigate to the Bookmark
tab.
* Note how many finding aid components you have in the Bookmarks.
* Windows subsystem for Linux and enter the following commands to build your folders:
* Open the WSL terminal and navigate to the mount point directory by entering ```cd /mnt```

* Any mounted drives should be accessible from the mount point directory. Drives you'll see in /mnt include:
* d - Sata Drive Bay
* f - Storage for FTK
* h - Open FTK cases
* i - Codemeter access key
* y - DigArchDiskStation

* If the Y:\ drive is not visible in /mnt or /mnt/y appears to be empty then re-mount:
* Change to the top level directory by entering ```cd /```
* Enter the command ```sudo mount -t drvfs Y: /mnt/y```

```$ cd /mnt/y/Staging/faComponents```

Expand Down
4 changes: 2 additions & 2 deletions transfers/file-transfers.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Note: If you search for WSL you may come across the WSL app with a penguin icon,
* i - Codemeter access key
* y - DigArchDiskStation

* If you do not see the Y:\ drive in /mnt of /mnt/y appears to be empty then it must be re-mounted by:
* If you do not see the Y:\ drive in /mnt or /mnt/y appears to be empty then it must be re-mounted by:
* Changing to the top level directory by entering ```cd /```
* Entering the command ```sudo mount drvfs Y: /mnt/y```
* Entering the command ```sudo mount -t drvfs Y: /mnt/y```

* Change to fileTransfers directory by entering ```cd /mnt/y/Staging/ingest/fileTransfers```

Expand Down

0 comments on commit 337bf37

Please sign in to comment.