disk Questions

2

Solved

I am looking for some tool that will dump total disk I/O by a single process after it ends. So far my finding is :- iotop= It shows i/o per process in real time but does not give total after proc...
Roswell asked 12/7, 2014 at 15:35

4

Solved

I need to determine the available space on the drive where my database lives. I know about the xp_fixeddrives procedure but how do I get the info for the specific drive where my database resides?
Humorist asked 11/2, 2010 at 8:27

4

Solved

I know in linux it is as simple as /dev/sda but in Windows how do you open a disk and start reading data at the low level? In python I've tried: f = open("K:", "r") and I get this error: Trace...
Niveous asked 29/6, 2011 at 14:50

9

Solved

My goal: Display a dialog box prompting the user to save a file being downloaded from aws. My problem: I am currently using awssum-amazon-s3 to create a download stream. However I've only manage...
Outlander asked 3/3, 2014 at 10:1

6

I want to set up a headless Linux (Debian Wheezy) PC with whole disk encryption, with the ability to unlock the disk either with a USB drive, or by entering a passphrase by keyboard. My start...
Adios asked 31/10, 2013 at 18:21

8

Solved

When the policy for a disk in Windows XP and Vista is set to enable write caching on the hard disk, is there a way to flush a file that has just been written, and ensure that it has been committed ...
Wearisome asked 6/10, 2008 at 8:12

7

Solved

IDE,SCSI,SSD,SATA or all of those.
Sezen asked 3/9, 2009 at 4:11

4

Solved

I've connected to amazon Ec2 instance through putty. How can I check the remaining space in instance?
Audrit asked 22/10, 2014 at 19:59

8

Solved

I'm using the DriveInfo class in my C# project to retrieve the available bytes on given drives. How to I correctly convert this number into Mega- or Gigabytes? Dividing by 1024 will not do the job ...
Earthquake asked 19/2, 2009 at 15:3

8

I have VS 2013 and Microsoft Windows 8.1 The issue appeared at the ending of last week. Without any updating or important changing, when I do somethings in VS, disk usage reaches 100%. For example,...
Counterpressure asked 25/1, 2015 at 6:6

5

Solved

I bought a NAS box which has a cut down version of debian on it. It ran out of space the other day and I did not realise. I am basically wanting to write a bash script that will alert me whenever ...
Villiers asked 13/4, 2011 at 11:7

3

So I have a VPS and it has whm / cpanel installed. For some reason its giving an error when ever I login to cpanel or visit a site on my server which says the disk space is full. When i check the ...
Elmore asked 7/9, 2014 at 19:8

2

Solved

I have a large database on a Win10 machine, mysqld.exe does a lot of disk I/O, 100%, for hours and hours 100MB/s consistently - mostly writes - persists after numerous reboots. How can I find out w...
Pasteurism asked 12/1, 2017 at 11:54

2

I was reading Hadoop: The Definitive Guide and the following paragraph came up. A disk has a block size, which is the minimum amount of data that it can read or write. Filesystems for a single ...
Gamut asked 24/6, 2018 at 0:28

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

Here's what I have so far: import os.path as op for d in map(chr, range(98, 123)): #drives b-z if not op.isdir(d + ':/'): continue The problem is that it pops up a "No Disk" error box in Window...
Cuman asked 15/11, 2010 at 20:4

4

Solved

Is it possible to read a disk directly with .NET? By directly, I mean via the device bypassing the file system. I think I would go about this by opening the device some way "\Device\Ide\IdeDev...
Girish asked 1/9, 2008 at 17:27

1

I have received perfmon counters from customer site. We noticed unusual values in \\COMPUTERNAME\Process(PROCESS_NAME)\**IO Other Operations/sec**. The best explanation for the counter I came up w...
Olympic asked 1/6, 2009 at 14:39

0

My app is completely written in java (we moved to java11 from java8) and was running fine under High Sierra: new RandomAccessFile(file_on_network_volume, "rws") gained access and executi...
Quirinus asked 25/1, 2021 at 14:31

2

I've looked at java.nio.file.attribute.Attributes and java.nio.file.FileStore, but couldn't find a way to discover the block-size of a disk-file.
Prefabricate asked 8/10, 2010 at 15:48

4

Can anyone please tell me the difference between internal and external fragmentation while allocation of disk space for files?
Paragraph asked 29/7, 2009 at 14:30

1

Solved

For years I've been using the drive serial number to map virtualized guest disks to the hyper-visor disk. VMWare ESXi for instance will set the disk serial number to the UUID of the disk - allows f...
Blockbuster asked 27/2, 2019 at 15:10

8

This error arrived all out of a sudden. ErrorException in D:\xampp\htdocs\pckg\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php line 81: file_put_contents(): Only 0 of 3520 bytes ...
Schaffner asked 26/8, 2015 at 5:8

3

Solved

I need to access Windows MFT(Master File Table) using C# in my .net application. I have googled about this and couldn't find any good results. I have been searching for the information from the pas...
Harder asked 9/2, 2014 at 16:37

7

Solved

What is the source of this error and how could it be fixed? 2015-11-29 19:40:04,670 FATAL org.apache.hadoop.hdfs.server.datanode.DataNode: Initialization failed for Block pool <registering> ...
Spatter asked 29/11, 2015 at 19:48

© 2022 - 2025 — McMap. All rights reserved.