https://github.com/bstee615/mounthelper
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bstee615
- Language: PowerShell
- Default Branch: master
- Size: 1000 Bytes
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
MountHelper
Tool to mount and unmount external drives on WSL. Run with PowerShell in Administrator mode.
```powershell
In Windows powershell
PS C:\Windows\system32> C:\Code\MountHelper\MountHelper.ps1 mount Found drive 'Seagate Portable SCSI Disk Device' with DeviceID '\.\PHYSICALDRIVE1' Mounting... The disk was successfully mounted as '/mnt/wsl/PHYSICALDRIVE1p1'. Note: The location will be different if you have modified the automount.root setting in /etc/wsl.conf. To unmount and detach the disk, run 'wsl.exe --unmount \.\PHYSICALDRIVE1'.
PS C:\Windows\system32> C:\Code\MountHelper\MountHelper.ps1 unmount Found drive 'Seagate Portable SCSI Disk Device' with DeviceID '\.\PHYSICALDRIVE1' Unmounting... The operation completed successfully. ```
After running mount, you will be able to access the drive from the path displayed.
```bash
In WSL bash
benjis@WSL:/mnt/c/Windows/system32$ ls /mnt/wsl/PHYSICALDRIVE1p1 Files lost+found ```
Owner
- Name: Benjamin Steenhoek
- Login: bstee615
- Kind: user
- Website: benjijang.com
- Repositories: 12
- Profile: https://github.com/bstee615
3rd year PhD student @ ISU. Interests and research: deep learning, program analysis
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0