New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cyg-mnt-point

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cyg-mnt-point

Search for the mount point in Cygwin by UUID disk partition

  • 0.1
  • PyPI
  • Socket score

Maintainers
1

cyg_mnt_point

Search for the mount point in Cygwin by UUID disk partition

Installation

pip install cyg_mnt_point

As of now, the functionality has been tested in the CYGWIN_NT-10.0-19044 3.5.3-1.x86_64 environment on Windows 10 LTSC 21H2.

Prerequisits:

  • Python3 installation (>= 3.8)

Usage

Input: UUID of the target disk partition

Output: Mount point in UNIX style format - /cygdrive/d/

from cyg_mnt_point import mnt 
UUID="ABCD12345678"
mnt = mnt.get_cygwin_mount_point(UUID)
if mnt is not None:
    print(mnt)
else:
    raise RuntimeError('The target disk was not found')

--------------------------------------------------------
print(mnt) --> /cygdrive/c/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc