hard-drive Questions
2
Solved
Problem:
I have EC2 instance with Linux (Ubunty) and root volume of 10 GB. I have consumed about 96% of the size and now my application responding slow, so I wanted to increase the size to 50 GB.
T...
Sandstorm asked 27/10, 2021 at 15:7
7
Solved
Background: Assume I use the following powershell script from my local machine to automatically map some network drives.
$net = $(New-Object -ComObject WScript.Network);
$net.MapNetworkDrive("p:",...
Platonic asked 7/10, 2009 at 10:23
4
I have an application which needs to read information from a hard disk, stuff like serial model etc.
Now of course it matters if the drive is a SAS, SATA or FC drive.
Is there a reliable way th...
Astrometry asked 7/8, 2014 at 14:41
10
Solved
I am running a Python script that is causing the above error. The unusual thing is this script is running on a different machine and is having no problems.
The difference is that on the machine th...
Willhite asked 9/8, 2011 at 14:46
4
Solved
I ran into some issues with my EC2 micro instance and had to terminate it and create a new one in its place. But it seems even though the old instance is no longer visible in the list, it is still ...
Containment asked 2/10, 2015 at 11:19
3
Solved
I need to check in C# if a hard disk is SSD (Solid-state drive), no seek penalty?
I used:
ManagementClass driveClass = new ManagementClass("Win32_DiskDrive");
ManagementObjectCollection drives =...
Quern asked 5/12, 2012 at 15:23
15
How to list physical disks in Windows?
In order to obtain a list of "\\\\.\PhysicalDrive0" available.
Infatuate asked 29/11, 2008 at 17:18
5
Solved
How can I get the serial number of a hard disk drive using Python on Linux?
I would like to use a Python module to do that instead of running an external program such as hdparm. Perhaps using the ...
Clerc asked 16/11, 2010 at 11:9
3
How To Get The Serial Number for all type of harddisk in c#.net
Grosvenor asked 24/3, 2009 at 12:57
6
Solved
At first it may seems it is very easy question and some body may be trying to give me advice to try Google, it may be so.
But for me it is very hard I have try Google, Stack Overflow and can’t find...
Cosmetic asked 15/4, 2011 at 11:6
9
Solved
How can I determine the Physical Sector Size (e.g. if i have an Advanced Format drive with 4,096 byte sectors rather than the legacy 512 byte sectors) in Windows 7?
I know that by clicking on a fi...
Brinker asked 27/2, 2012 at 13:1
5
How would I find the driver letter of the main hard disk on a Windows Operating system?
That is, the drive with Program Files, System32, and so on.
Veratrine asked 1/5, 2009 at 5:15
6
Solved
I am trying to get the hard drive size and free space using Python (I am using Python 2.7 with macOS).
I am trying with os.statvfs('/'), especially with the following code.
Is it correct what I am...
Landmeier asked 22/2, 2018 at 14:12
6
Solved
This has been already answered but it's a C# solution. How do I do this in C or C++?
Undermanned asked 4/6, 2014 at 23:40
2
Before LBA you simply had the physical mapping of a disk, which on originally on an old a IBM-PC compatible machine would look something like this the following:
Cylinder Number : (10-bits)
0-1...
Iredale asked 18/9, 2015 at 0:24
7
Solved
How can I get the list of logial drives (C#) on a system as well as their capacity and free space?
Ayana asked 23/4, 2009 at 14:9
3
I am use this command for finding hard disk in formation "wmic diskdrive" but i insert a external device like hard disk or pan drive, this command is provide information of external hard disk...
Sruti asked 4/11, 2014 at 6:44
4
I am looking for a way through possibly powershell to obtain the SMART data for a hard drive on any given device.
I have tried the WMI commands both through CMD and powershell that I have s...
Pantalets asked 18/10, 2019 at 14:59
10
Solved
I want to get hard disk serial number. How I can I do that?
I tried with two code but I am not getting
StringCollection propNames = new StringCollection();
ManagementClass driveClass = new Managem...
Heads asked 3/11, 2010 at 5:15
1
Imagine a PC with an SSD, and a HDD.
SSD is splitted to 2 partitions: C and D.
HDD is splitted to 2 partitions: E and F.
I need to create a method:
boolean isOnSamePhysicalDrive(String drive1, ...
Intestate asked 18/3, 2019 at 20:23
4
Solved
I have a large amount of text data I need to import into MySQL. I'm doing this on a MacBook and don't have enough space for it so I want to store it in an external hard drive (I'm not really concer...
Darwindarwinian asked 27/5, 2011 at 10:4
9
Solved
I'm getting ready to release a tool that is only effective with regular hard drives, not SSD (solid state drive). In fact, it shouldn't be used with SSD's because it will result in a lot of read/wr...
Conscientious asked 25/5, 2009 at 21:59
13
I want to view the unallocated free space on my hard disk through terminal.
I've burned my brains searching the internet for a possible solution, but all in vain.
I used all sorts of command...
Gerdagerdeen asked 7/9, 2012 at 7:8
5
A very similar question has also been asked here on SO in case you are interested, but as we will see the accepted answer of that question is not always the case (and it's never the case for my app...
Siloxane asked 2/11, 2009 at 20:35
7
Solved
I suppose I'd like to be able to find out for any storage, not just the system disk, but that's most important.
Bilbrey asked 26/10, 2009 at 17:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.