Top "Storage" questions

Details on how data is being kept in memory/on disks, most frequently being applied to databases, media banks and backup-recovery solutions.

C#: Create a virtual drive in Computer

Is there any way to create a virtual drive in "(My) Computer" and manipulate it, somewhat like JungleDisk does it? …

c# .net virtualization storage virtual-drive
Really force file sync/flush in Java

How can data written to a file really be flushed/synced with the block device by Java. I tried this …

java storage
What is the difference between persistent volume (PV) and persistent volume claim (PVC) in simple terms?

What is the difference between persistent volume (PV) and persistent volume claim (PVC) in Kubernetes/ Openshift by referring to documentation? …

kubernetes openshift storage persistent-volumes persistent-volume-claims
Android: Failed to ensure directory

I have been using "Environment.getExternalStorage()" to store and manage files. And there is no warning message from logcat with …

android storage
How to determine storage type (SAN/NAS/local disk) remotely, using PowerShell?

I have to collect the attached storage types of each server in our environment: Several hundreds of W2K3/W2…

powershell storage nas san
Ceph too many pgs per osd: all you need to know

I am getting both of these errors at the same time. I can't decrease the pg count and I can't …

storage ceph
Use parcelable to store item as sharedpreferences?

I have a couple objects, Location, in my app stored in an ArrayList and use parcelable to move these between …

java android storage serializable
Shared mount point between virtual machines in vmware

We are currently running vmware esx server in our office network. Our vmware guest machines are running Ubuntu Server 11.04. What …

storage vmware esx
Secure credential storage in python

The attack One possible threat model, in the context of credential storage, is an attacker which has the ability to : …

python security reflection storage credentials
Azure Storage move blob to other container

I'm looking for an approach to move a blob in Azure from one container to another. The only solution I …

c# vb.net azure storage