Top "Filesystems" questions

A file system is a way of organizing data on a computer system.

What is the path to directory within Hadoop filesystem?

Recently I start learning Hadoop and Mahout. I want to know the path to directory within Hadoop filesystem directory. In …

java hadoop path filesystems mahout
Why do we need mktemp?

I do not understand the function of mktemp and what a temporary file means. Whats the difference between say touch …

linux shell filesystems
Combine `Get-Disk` info and `LogicalDisk` info in PowerShell?

I have this query which scans all logical disks information : Write-Host "Drive information for $env:ComputerName" Get-WmiObject -Class Win32_LogicalDisk | …

powershell filesystems drive
How to use heroku's ephemeral filesystem

I'm using Python/Django on Heroku (Cedar Stack) and I've got a management command that I need to write that …

heroku filesystems
How do filesystems handle concurrent read/write?

User A asks the system to read file foo and at the same time user B wants to save his …

filesystems locking
How can I compare (directory) paths in C#?

If I have two DirectoryInfo objects, how can I compare them for semantic equality? For example, the following paths should …

c# .net path filesystems
Store pictures as files or in the database for a web app?

My question is fairly generic and I know there might not be an 100% answer to it. I'm building an ASP .…

asp.net database filesystems image
EC2: EBS device id confusion (/dev/sdf vs. /dev/xvdf)

I attached an EBS volume to my EC2 instance, turned it into a EXT3 file system, and successfully mounted it. …

amazon-ec2 filesystems amazon-ebs
The difference between initrd and initramfs?

As far as I know, initrd acts as a block device, thus requiring a filesystem driver (such as ext2). The …

linux filesystems kernel boot
Where does PERSISTENT file system storage store with chrome?

When doing webkitRequestFileSystem in window.PERSISTENT option in Google Chrome, where on my filesystem do files get written? I'd like …

html google-chrome filesystems html5-filesystem