A file system is a way of organizing data on a computer system. Typically a file system consists of files, folders (normally a special kind of file) and an API that can be used for interacting with files.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Add link to html page in filesystem in all my sonar 3.1.1 projects?

I need to add three links in each of my sonar projects. Each project have to point to its own three links. The three links I want to add have to point to html pages in file system. The pages contain ...
-2
votes
2answers
17 views

Linux files ownership and permissions [closed]

I have Linux VPS and few accounts there. I used SSH with root logins to copy files from one account to another (e.g. in this folder /home/firstacc/public_html/forum I typed cp -R * ...
-1
votes
1answer
21 views

What html tag will allow user to browse their Android to find a voice recording that they made

I want a html wepage that encourages an android user to record an audio, and then to SUBMIT it. My current test: step 1 - used voice recording app on my android to record something. saved it. step ...
0
votes
0answers
20 views

The file system /dev/loop0, has reached critical status because it is 100% full [closed]

The file system /dev/loop0, which is mounted at /tmp, has reached critical status because it is 100% full. the problem is when i checked the space of hard disk i found that /dev/loop0 ...
0
votes
1answer
14 views

why does an inode have two different fields for size and block count?

There are two separate fields in inodes in Linux namely size and blocks. Why do we have to have two fields. If we just have the block count, wouldn't it be enough? I tried creating a text file, and ...
0
votes
0answers
15 views

Calculating Maximum filesize of inode

I am trying to understand a question. I came up to a point and now I am stuck. Please help me with this. Question was The block size of an i-node based file system is 'b' bytes. There are 'q' direct ...
0
votes
1answer
18 views

Processes and inodes

I was trying to attempt a question on i-nodes and it got me little confused. Can anyone explain me the question please. A System uses a log structured file system. A process issues a system call to ...
0
votes
0answers
16 views

Looking for light weight NFS server for Android based system

Is there an NFS server that runs on ARM based Android system. Our embedded system uses Android as platform (i.e. We have root access). We have busybox for doing nfs client side mounting. What I am ...
-2
votes
0answers
21 views

Can a file consume less blocks than it is intended to?

Suppose if we think of a file which is 64kB in size, and inodes are used to keep track of them, we can calculate that there needs to be 16 blocks in order to store this file with a 4kB block size. ...
1
vote
1answer
18 views

The time in milliseconds to read a block of k bytes

Below is a question and the answer for it from the book "Operating System Design & Implementation" by Andrew S. Tanenbaum. As an example, consider a disk with 131,072 bytes/track, a rotation ...
0
votes
0answers
13 views

How can i show File system Directory structure as a tree on my jsp page

in my new project , i want to show file system directories as a tree format on JSP page. i m new to this concept, can anyone suggest me , how can i achieve this task. Thanks
-1
votes
1answer
11 views

How do i check a Linux file system for errors [closed]

using centos 6.4 How do i check a Linux file system for errors when running the following fsck command I get fsck fsck 1.39 (29-May-2006) e2fsck 1.39 (29-May-2006) /dev/VolGroup00/LogVol00 is ...
0
votes
0answers
9 views

Phonegap Build - Get application root directory?

I am looking at porting an existing application to phonegap build, however as my application is a multi-page application with pages split in different locations and a resource loading mechanism which ...
0
votes
0answers
3 views

Read-only file system even for root user (Ubuntu 10.04.2 LTS) [migrated]

I have a Ubuntu 10.04.2 LTS machine. I am accessing it using putty and not able to create any file or folder even from root user. I have also tried to create file, or upload file using WinSCP and ...
3
votes
5answers
42 views

Directory Exists with Path Combine vs String Concatenation

So as I am building a Folder/File checking conditional, and a co-worker says it is "better" to use Path.Combine: string finalPath = Path.Combine(folder, "file.txt"); as opposed to the way I was ...
0
votes
0answers
16 views

Which database would fit better (perfomance wise) for storing files and related metadata?

I need to store terabytes of binary data (million files or so) with ability to tune read/write access control on per file/per user basis. Also I need metadata to be synced with my binary data in ...
2
votes
2answers
26 views

Does ftruncate() copy data if I truncate to a larger size than original?

From the description at http://pubs.opengroup.org/onlinepubs/7908799/xsh/ftruncate.html, it is not very clear how ftruncate works. If suppose, I truncated a file to 1GB, followed by a truncation to ...
2
votes
3answers
45 views

File modification times not equal after calling shutil.copystat(file1, file2) under Windows

I run the following code with Python 2.7.5. under Windows: import os, shutil, stat, time with open('test.txt', 'w') as f: pass # create an arbitrary file shutil.copy('test.txt', 'test2.txt') # copy ...
0
votes
1answer
29 views

php pagination, something wrong

Some code from me. $files = glob("pardod/*.html"); $record_count = 5; $total_pages = ceil(count($files)/$record_count); $page = $_GET['page']; $offset = ($page-1)*$record_count; ...
-1
votes
0answers
7 views

How does softupdate, snapshot, and FSCK work together?

How does soft update, snapshot, and FSCK work together, can someone give an explanation of all 3 playing a role?
1
vote
1answer
9 views

What happens when write request occurs in snapshot copy on write?

I am reading over some operating system concepts and stumbled upon this. From what I understand, when you take a snapshot, copy on write will record the current state of the file system (metadata). ...
0
votes
2answers
19 views

Can I iterate through HDFS files that begin with a specific string in java?

I am trying to read from multiple HDFS .gz files, but I only want those with yesterday's date as the start of the filename. My files look like this: ...
0
votes
0answers
31 views

Use MPI with parallel HDF5

Hi I am beginner in HDF5 and MPI and I tried during several days before to run parallel hdf5 with MPI .So I run it with GFS2 and PVFS2 but I faced different problems that I can not overcome. So can ...
0
votes
1answer
19 views

Guide for steps to modify a filesystem in linux

I intend to make some changes to XFS filesystem. Is there a documentation on the steps involved in doing so? I tried google but found nothing of much use. I have a rough understanding of the steps ...
1
vote
0answers
25 views

fs.rename immediately after fs.writeFile

Is it safe to fs.rename a file immediately after a call to fs.writeFile (but before the callback)? The documentation didn't answer this, it only says: Note that it is unsafe to use fs.write multiple ...
0
votes
2answers
34 views

Syncing a file system that has no file on it

Say I want to synchronize data buffers of a file system to disk (in my case the one of an USB stick partition) on a linux box. While searching for a function to do that I found the following ...
2
votes
2answers
52 views

Transactionally writing files in Node.js

I have a Node.js application that stores some configuration data in a file. If you change some settings, the configuration file is written to disk. At the moment, I am using a simple fs.writeFile. ...
-4
votes
2answers
26 views

Exclude folders while scanning the File System [closed]

I am running a backup service which scans the entire file system for .mp3, ms office files and .pst files and then store the files in a remote backup location. Can some one please tell me the list of ...
1
vote
1answer
40 views

What does “file version numbers” mean?

In Emacs Lisp Reference Manual: — Function: file-name-sans-versions filename &optional keep-backup-version This function returns filename with any file version numbers, backup version ...
0
votes
0answers
28 views

node.js rename the files incrementally

I have been using Node.JS file system module for performing various file related operations. I have a need to verify the file name if exists in a directory and if exists i would need to keep a suffix ...
2
votes
1answer
54 views

How to force a Linux C Executable to access the disk for fetching data

I am currently working on a project and I need to test its performance. Thus, I am developing a C client which accesses random disk pages from a file repeatedly. The client is targeted for a Linux ...
0
votes
0answers
16 views

HTML5 and filesystem management

I have a directory with files and I want to search into that directory for some files types. Is it possible to do that with the new file-system API?
0
votes
1answer
45 views

How to download and save a file locally, open it offline using Phonegap?

I am developing a cross-platform application. I came across Phonegap, which supports several mobile devices. But I am new in this field so I'm facing some issues. I have a requirement, where the user ...
-1
votes
0answers
14 views

Establish load-balancing for my dynamic website in amazon

I am very interested to test the load-balancing in amazon. I would like to apply it for my dynamic website in the current instance. Since I am having only one instance now, how can I start creating ...
-1
votes
1answer
24 views

How to make php pagination for file system not database? [closed]

I had project wich is made in filesystem not database, all new posts writes to html files, one post = one html file, and i want only 10 or 15 posts per page. I try write some code but i get nothing, ...
1
vote
1answer
34 views

File access count in Linux

Is there a way how to effectively determine the number of accesses to a specific file and the process which accessed it without storing the access info by a 3rd party software? I'm looking for ...
0
votes
0answers
11 views

How does the number of files in the same folder affect I/O performance in an ext4 filesystem [migrated]

I'm using Kyoto Cabinet (a key-value store) for my project. The specific type of DB I'm using is DirDB which creates a lot of files in a directory to store the key-value pairs. The server I'm running ...
-1
votes
1answer
30 views

Can't find reference of hash in qstr structure

As you can see in http://lxr.linux.no/#linux+v3.9.5/fs/namei.c#L1751 for(;;) { struct qstr this; long len; int type; err = may_lookup(nd); ...
2
votes
2answers
29 views

Create Large File in /dev/shm in parallel: performance

I need to create a large file (several gbytes) in /dev/shm. which is a RAMdisk on Linux machines. This must be as fast as possible. I'm currently using 5 separate POSIX threads in C to create ...
0
votes
1answer
20 views

PHP - fputcsv when filename NOT in_array

I have previously iterated thru a filesystem and uploaded a large number of files whose filename's matched a string and all the matched strings are in an array. I am now trying to iterate thru that ...
1
vote
1answer
22 views

PHPUnit - testing function which uses realpath()

I have a function that checks if user supplied filename is under the /opt/ directory. It uses realpath so users can't pass in something like '../etc/passwd' for security reasons. function ...
0
votes
0answers
17 views

JavaScript sync multiple async calls in a loop

I am building a tree structure of files that are contained in the local file system in Google chrome. My problem is the function that reads the files of a directory returns before the string of HTML ...
0
votes
2answers
42 views

does filesystem of an android can be access directly from application

does filesystem of an android can be accessed directly by an application. in windows an application can directly access the windows filesystem. but in iOS applications can't access filesystem of iOS ...
1
vote
2answers
39 views

How do I create method that blocks until a file is detected?

I want to use it this way detectedFile = Wait(directory, filter); The most primitive way is to use loop, like while(true) { var found = Directory.EnumerateFiles(directory, ...
0
votes
0answers
27 views

Migrating ext4 to userspace

How much and what kind of work would be involved in migrating ext4 to userspace? What challenges would I encounter? Is there file systems implemented in userspace on other platforms already?
0
votes
0answers
10 views

Detect File System Working in Android

I need your help. I need to know the File System used by one Android Device, How detect if is YAFFS or UBIFS. Thank you. Best Regards, Bernal
0
votes
1answer
44 views

Program work in Windows not in mac

File updateDirectory = new File("NewFolder"); if (updateDirectory.isDirectory()) { if (updateDirectory.list().length > 0) { JOptionPane.showMessageDialog(null, ...
0
votes
1answer
28 views

Mass move files from within multiple folders with java

I have a directory full of files and other directories. Inside the sub-directories are more files and directories, and inside those directories are sometimes some more files. Sometimes the ...
1
vote
2answers
37 views

Capture file system system calls on Linux platform

I want to capture all the system calls on a file system in great details. E.g. for write system call, I want to record the target file, number of bytes written and the offset that write occurs. ...
0
votes
1answer
30 views

why jffs2 shows always 388KB as used space, through “df” command?

why jffs2 shows always 388KB as used space, through "df" command? I am having two mtd partitions, one of 640KB and another 1024KB. After erasing total flash, it shows 388KB as used space for both the ...

1 2 3 4 5 69