python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to attach external disk to Windows VM in Azure without losing data?
I'm looking for how to attach an existing external disk from VM1 to VM2 without formatting it from the Manager disk in Windows.
All the documentation that I find tells to format it at the end. I need ...
Elias Arellano
Votes: 0
Answers: 1
How to get size of disk driver sector
Can get size of disk sector via the Linux API/ABI? It's about the quantum of I/O disk, normally it's equal 512 bytes, but others values can be too (usually multiple 512 bytes).
Also it should not conf...
SubtRose
Votes: 0
Answers: 0
See Disk Activity In Python
Is there a python command or library that I can call to see if hard drive is being written to or read from?
Like this C# one
Detect if hard disk is being accessed or not
Monki Majik
Votes: 0
Answers: 1
Windows Powershell - How to Extract Specific SMART Info?
Sorry, I'm trying to understand powershell, and would appreciate some help. I am looking to extract specific SMART values. I know I can extract basic information from SMART using:
get-physicaldisk -se...
HTWingNut
Votes: 0
Answers: 0