The disk tag has no wiki summary.
0
votes
1answer
18 views
iOS can write or read from image data from disk
I'm trying to load images using the following method.
I first check if I already have the images on the disk, if I do then I will just get the image data from the disk and load it otherwise I will get ...
0
votes
0answers
16 views
how to check linux total and free size in all mounted disk under lvm
I am new to lvm file system. System administrator tell me he increase my server disk size from 64GB to 128GB through a web interface, but I have trouble to find those free space.
So this is the ...
0
votes
0answers
7 views
why are some directories not counted in the command of “du”?
dear all,
My question originated from the thread:
Exclude all permission denied messages from "du"
First of all, my unix information:
uname -a
Linux marvin-simuk 2.6.18.2-34-default ...
0
votes
0answers
13 views
Diskpart “readonly” attribute discrepancy for disk [migrated]
I was using DiskPart to set the readonly attribute on my USB flash drive. I used the command
select disk 1 //disk 1 is my flashdrive
attributes disk set readonly
detail disk
On executing detail ...
0
votes
2answers
39 views
How to stop page cache for disk I/O in my linux system?
Here is my system based on Linux2.6.32.12:
1 It contains 20 processes which occupy a lot of usr cpu
2 It needs to write data on rate 100M/s to disk and those data would not be used recently.
What I ...
-3
votes
0answers
9 views
after restarting windows 2012 server disk size decreased 10 GB [closed]
I have restarted my windows 2012 server and after that disk size decreased 10 GB, now it is 1 GB.
How can I find what caused this?
0
votes
0answers
11 views
Which blocks of a file system(FAT32) are allocated for a specific file?
I am trying to implement a tool that finds outs which blocks of the disk were allocated for a file. Disk file system is FAT32 and is size about 100MB. I researched about open system call but I cannot ...
0
votes
2answers
16 views
Best options for disk or file mirror without shutting down machine
I'm looking for some good options for mirroring or cloning my disk without shutting the machine down. In the past all the options I've looked at are very expensive (usually several thousands).
Hoping ...
0
votes
2answers
33 views
How to recursively delete files without blocking the disk [closed]
I have a folder with a lot [sic] files in a fairly deep directory structure.
When I do a rm -R (or a rsync or something like this), crawling through the tree, the disk will be under heavy load (munin ...
0
votes
1answer
15 views
VB.NET: To Monitor Disk Usage
I was wondering if disk usage monitoring is programmatically possible in VB.NET?
I will be using this to monitor our system clones, there is one point that the clones in the queue will fail because of ...
-2
votes
0answers
32 views
PGP, disk encryption schemes [closed]
I am studying various disk encryption schemes (such as PGP, MS Bit Locker, BestCrypt and TrueCrypt) on my Windows OS.
I am interested to know "How an encrypted partition/disk/file with the ...
0
votes
1answer
28 views
Imageresizer diskcache plugin not working
I have an .aspx page which uses the ImageResizer library to resize an image and save to a local storage and it's location written to the response.
ImageJob image = new ImageJob(masterPath, ...
1
vote
0answers
32 views
fwrite/write in c code stalls when writing to local disk
We have data processing code (written in C) that has very large input data and very large output data (both exceeding the size of the memory). To do the processing, we need to read in only a portion ...
0
votes
1answer
60 views
Way to get SCSI disk names in Linux C++ application
In my Linux C++ application I want to get names of all SCSI disks which are present on the
system. e.g. /dev/sda, /dev/sdb, ... and so on.
Currently I am getting it from the file ...
-1
votes
0answers
33 views
Why does lmdd report unusually high bandwidth numbers when writing small file sizes? [closed]
I'm currently using some of the lmbench suite to measure my disk performance.
I've been plotted a graph of the bandwidth against the file size I'm writing to.
Graph:
http://i.imgur.com/AILcA8v.png
...
1
vote
1answer
37 views
read MSSQL tables in disk order
How to take advantage of Disk IO queueing
I need to do exactly this but on Microsoft SQL server tables.
I have a database with +100 tables.I need to read every record of every table.
Any suggestions? ...
0
votes
0answers
31 views
Get VID & PID for disk drive vc++ [duplicate]
I have a device which is seen as disk drive in the system. My aim is to search for device instance path using disk GUID and then be able to send custom commands to it. I have no troubles doing it but ...
0
votes
1answer
85 views
Powershell to monitor disk usage - performance of script query
I have the following powershell i am developing to report on my disk usage, and give me an idea overtime of which folders are changing in size, etc...
Get-ChildItem -Path "C:\" |
Select-Object Name,
...
-1
votes
1answer
113 views
How to write a python program to read data from disk image file (.raw file)? [closed]
I need to write a program to extract the information from a disk using 512KB blocks. The disk image file is in raw format.
0
votes
2answers
71 views
Per Process disk read/write statistics in Mac OS X
How do I get programatically per process disk i/o statistics in Mac OS X. In 'Activity Monitor' application or in 'top' command we can only get whole system disk i/o statistics.
For reference Similar ...
0
votes
3answers
65 views
Is there a faster way to get disk usage starting at a specific directory in powershell?
I've been using the following piece of code to get the disk usage starting at a specific directory:
$usage = (Get-ChildItem $webRoot -recurse | Measure-Object -property length -sum)
$diskUsage = ...
0
votes
1answer
53 views
date or time change.reload from disk error in c
I use emulated Turbo C++ IDE 3.0 for development in C. I get the above mentioned error on when I run the following program:
#include<stdio.h>
#include<conio.h>
main()
{
int i,j,k;
...
0
votes
1answer
128 views
mdadm disk partition type : Linux RAID Autodetect mandatory or 83 Linux ok?
Main question : Q1:
i would like to know when using mdadm, the "Linux RAID Autodetect" type is mandatory for my disk, or a "83 linux" type is ok ?
Sub question : Q1_1 :
What are the differences ?
...
0
votes
1answer
41 views
Directory Stats command line interface?
Windirstat/ Kdirstat/ Disk Inventory X has been nothing short of revolutionary in file managment. Why is there no text-only command line equivalent? I'd need it for SSH administration of my file ...
-2
votes
1answer
69 views
Can Memcached read/write to disk after time_to_live? [closed]
A WebApp writes a stream of data coming over a network to disk as key/value pair and then reads & send it over network again after few milliseconds in 99% of case. In 1% of cases write/read can be ...
0
votes
1answer
33 views
Get partition details in diskperf
In diskperf filter driver how can I get the partition info of all the partitions.
I am using IOCTL_DISK_GET_DRIVE_LAYOUT_EX ioctl to get the partition information.
I am able to get details of ...
0
votes
0answers
581 views
Concrete Disks Codility Error [closed]
There is an old dry well. Its sides are made of concrete rings. Each such ring is one meter high, but the rings can have different (internal) diameters. Nevertheless, all the rings are centered on one ...
0
votes
0answers
31 views
Azure Delete Instance + Disk
actually Azure fails me at doing very simple stuff (deleting the disk together with the VM)...
I do the following using the Node JS API:
azure vm create INSTANCE ...
0
votes
0answers
35 views
Azure Lease conflict
this is a follow up to a previous question:
Azure DIsk Management
I have a use case where I want to create a larger number of VMs and delete them later on using the Node JS API.
While doing so I face ...
1
vote
2answers
45 views
Azure DIsk Management
I just started using azure virtual machines and I must admit I still have a few questions regarding the disk management:
I manage my machines via the Node JS API in the following way:
azure vm ...
0
votes
0answers
101 views
How to properly handle disaster recovery to Azure cloud with vm, disk, and local file copy
I have a question, I hope you might be able to help me with. Following is a scenario that I would like to create using Azure. Could you let me know if this is feasible, and how I would go about ...
0
votes
0answers
94 views
How to use systrace to profile disk I/O in Nexus10 running Android-4.2.1
I am trying to issue the following command line in my desktop terminal to profile some disk data from Nexus 10.
python systrace.py -d --time=10 -o mynewtrace.html
Unfortunately, systrace reports
...
0
votes
0answers
50 views
Disk Caching/DiskLRUCache - non threaded access?
Every example I've seen of Jake Wharton's DiskLRUCache being used, I've seen people calling cache.get and cache.put on the main thread (ie without opening a new thread).
Is this not bad? Also, if I ...
0
votes
1answer
76 views
Why ever choose “share nothing” over “share everything”?
My understanding of a "share nothing" distributed system is that each node in the cluster has its own disk to persist to. If this is the case, I'm not sure why it would ever be beneficial to have such ...
0
votes
1answer
103 views
azure detatch disk from deleted virtual machine
I had a virtual machine on Azure which stopped responding, so I deleted it with the hopes of recreating it using the same vhd. However after deleting the virtual machine, the disks is somehow still ...
2
votes
1answer
81 views
Accessing disk sectors from a cocoa application on MAC OS X
I am developing a Cocoa application in which I need to directly access disk sectors. What API should I use ? Any help would be highly appreciated...
0
votes
1answer
138 views
WriteFile Failure with error code 87 in 4096 Bytes per sector Disk
WriteFile() Win32 call with input buffer size = 512 Fails., when i try to write to the disk that has bytes per sector = 4096.[3 TB disk]. Same WriteFile with input buffer size = 4096 works fine.,
...
2
votes
1answer
287 views
Why raw disk read in C# reads from slightly shifted offset?
I'm trying to read raw disk. I've successfully opened the drive and obtained valid handle (CreateFile), set offset for that handle to zero (SetFilePointerEx) and read the data to a buffer Byte[] ...
0
votes
1answer
24 views
Clearing MySQL disk sapce [duplicate]
We had a very large MySQL table (about 100GB in size) that we deleted.
The disk space doesn't seem to have been freed, how do you cause MySQL to flush its changes to disk?
Thanks!
-1
votes
2answers
127 views
Circular buffer implementation on disk [closed]
I need some help/hints into transforming a 'memory-based' circular buffer to disk-based...with read / write operations to a file in Java for storing a series of images.
Researching online I found ...
0
votes
0answers
25 views
Logical volume converted to dynamic volume
I had two operating systems. Windows 7 as main (C Drive) and UBUNTU as an application on F drive. I shrinked F volume to create a new volume and I was prompted with a pop up saying I wont be able to ...
0
votes
1answer
69 views
Caching downloaded images to disk
I have started writing an image library to download images from the web. Once, I download an image I set it up in an images dictionary (I make sure that the number of images in this dictionary doesn't ...
3
votes
2answers
360 views
Physical disk size not correct (IoCtlDiskGetDriveGeometry)
I use the code below to get the physical disk size, but the size returned is not correct. I've checked the size with other tools.
The code below reports
Total disk space: 8.249.955.840 bytes
...
1
vote
1answer
49 views
How to find the format of a disk volume
I am updating a backup utility I have written and have on the Mac App store.
In a Macintosh Cocoa application, how do I find how a disk volume is formatted? The only official thing I find, is doing a ...
1
vote
1answer
68 views
TMPFS_MAGIC in linux header and error determining the free disk space
I am sorry if I make a "double question" but I don't want separate these two :) By any chance does anyone know what TMPFS_MAGIC having the value 0x01021994 is used for? It is defined in ...
0
votes
0answers
107 views
Windows 7 freezing up for seconds at a time probably because of disk actiity [closed]
For the past 2 weeks or so, my Windows 7 PC goes into bouts of freezing with windows turning grey or getting the "(Not Responding)" in their titlebar and having the cursor showing a spinning wheel. ...
0
votes
1answer
119 views
How to output diskpart to the same window? [closed]
On Windows 7 this works perfectly. I call a diskpart /s
Which outputs a list of drives with their letters.
However when I try to run the same exact batch file with same everything on Win Server ...
1
vote
1answer
286 views
Why is the RAID5 iops write penality a factor 4?
I have read many time on the internet and measured it myself that the iops write penalty for a RAID 5 is a factor 4. The reason for it, with which I agree, is that for every block you want to write, ...
0
votes
1answer
57 views
'parted mklabel' raises an error through Python subprocess
I want to format a hard disk via python script using subprocess.Popen.
Typing the following command inside a shell worls fine. Just pay attention with this command!
parted /dev/sdh mklabel gpt
...
-3
votes
2answers
43 views
How long will it take to retrieve the data?
This is more of a hardware question than software.
I want to retrieve a 512 byte sector of data off a hard disk drive. The average seek time is 9 milliseconds and the disk spins at 7200 RPM. Once ...
