Tagged Questions
The vfs tag has no wiki summary.
9
votes
2answers
790 views
SQLite VFS implementation guile lines with FOpen*
I am about to implement a custom VFS (virtual file system) for a Netburner embedded device (non windows) using FOpen, FRead, FWrite, FSeek, and FClose. I was surprised that i could not find a FOpen* ...
5
votes
1answer
304 views
Reading an on-disk inode to in-memory
I believe there are two types of inodes - on-disk and in-core inode ('struct inode' in fs.h). An on-disk inode is based on filesystem implementation. I am trying to understand the underlying concept ...
5
votes
2answers
2k views
Difference between statvfs() and statfs() system calls?
Why do the statfs() and statvfs() calls both exist when they're so similar?
Under what circumstances would I prefer one over the other?
4
votes
4answers
996 views
Why can't I open a JBoss vfs:/ URL?
We are upgrading our application from JBoss 4 to JBoss 6.
A couple of pieces of our application get delivered to the client in an unusual way: jars are looked up inside of our application and sent to ...
4
votes
3answers
515 views
Implementing symlinks in a virtual file system
I'm working on a virtual file system which isn't disk based, kind of like /proc. Now I want to create a symlink within it to a target on a ext3 file system. I haven't found any standard documentation ...
3
votes
2answers
115 views
Include or require a vfsStream file
Using vfsStream, am I able to require or include a virtual file?
$structure = array(
'classes' => array('Foo.php' => '<?php class Foo {} ?>')
);
\vfsStream::create($structure);
...
2
votes
3answers
169 views
Is rename() atomic?
I am not being able to check this via experiments and could not gather it from the man pages as well.
Say I have two processes , one moving(rename) file1 from directory1 to directory2. Say the other ...
2
votes
1answer
385 views
Is it possible to have a Linux VFS cache with a fuse filesystem?
It seems that the Linux VFS cache does not work by default with a FUSE filesystem. For example, the "read" call seems to be systematically forwarded to the FUSE filesystem.
I work on a FUSE specific ...
2
votes
6answers
641 views
Exposing SQL Server database objects as files in a file system
There's more than one file system
Most version control tools operate on the local disk file system.
Database objects for most relational database systems do exist in a file system, inasmuch as ...
2
votes
0answers
308 views
Commons VFS Equivalent for .Net
As above, does any one know of a decent equivalent for Jakarta Commons VFS for .Net ?
1
vote
0answers
56 views
SSH URI error with Apache VFS
I'm getting the following error in an Android application with Apache VFS and I can't find much on the google to help. I'm trying to upload a file via SSH and I get this rather vague error. The URI, ...
1
vote
0answers
44 views
lookup a directory in kernel module
I am writing a stackable file system which would rename unlinked files to a particular folder say abc by default. So as any file /xyz is unlinked its renamed to /abc/xyz. I want to do this by ...
1
vote
2answers
28 views
Make Apache virtual directory from the contents of a zip file
I have a couple of compressed zip file with static HTML content (e.g. a directory tree of documentation with several static html pages that link to each other, images, css, etc.) For instance, the ...
1
vote
0answers
58 views
Mondrian Can't find Schema in VFS when used in a Webapp
I have a webapp that I'm trying to use Mondrian within. And I'm getting the following exception when I try to open a connection:
Caused by: mondrian.olap.MondrianException: Mondrian Error:Internal ...
1
vote
1answer
107 views
SQLite VFS working with a stream
I need an SQLite implementation that allows me to have the db file encrypted on disk, for security reasons. I noticed that SQLite only works with regular files, and that there's no implementation that ...
1
vote
1answer
175 views
Linux buffer cache for DVD/FUSE?
I want to know whether the buffer cache in Linux kernel is present for file systems like UDF for DVD and FUSE?
I tried to search for this but unfortunately found little information.
Thanks.
1
vote
1answer
172 views
Serving jetty webapp from two directories simultaneously
In development I use jetty as the servlet container. I have the following development configuration:
master project which has wabapp directory
derived project which overrides some of the files in ...
1
vote
1answer
187 views
1
vote
2answers
589 views
Trying to set up Amazon S3 filesystem in Apache Commons VFS in java
I'm trying to use VFS S3 a plugin for the Apache Commons VFS for Amazon S3.
I've included the jar and it's recognising the s3 schema.
However when I try to open a file (which is public, I can open ...
1
vote
3answers
91 views
Is there a way in Powershell to provide virtual file systems in other file systems?
I know you can write support for custom PSDrives. But those are always a root of a file system. What would be nice if there was a way to allow for VFS start at arbitrary nodes of the file system, such ...
1
vote
8answers
533 views
caching a tar inside jvm for faster file I/O?
I'm working on a java web application that uses thousands of small files to build artifacts in response to requests. I think our system could see performance improvements if we could map these files ...
0
votes
0answers
90 views
How to isolate ClassLoader in JBOSS 6
I have a .war file.File name is 'test.war'.
I am trying to deploy it on JBOSS-6.0.0-xxxx-CR1 .I am getting an exception along with stack trace as follows:
WARN [ClassLoaderManager] Unexpected ...
0
votes
2answers
86 views
Errors reading directory on JBoss 5 due to vfszip protocol
I need to parse a number of files in my web application.
The files are sitting in a directory (called "edms") at the top level of my .war file.
When I try to get a handle on the directory for ...
0
votes
1answer
114 views
Load persistence unit with vfsfile (exploded JAR) on JBoss 5.1/Hibernate 3.3.2
I am looking for help to fix a problem to appeared when migrating from JBoss4 to JBoss5.
There seems to be an issue with Hibernate support for VFS (introduced in JBoss5).
For modularity reason, ...
0
votes
0answers
70 views
getting absolute path of mount point in linux kernel
I'm currently working on enhancment to FAT file system implmentation in the linux kernel. I need to know just after a mount, what is the absolute path to the mount point. I tried different approaches, ...
0
votes
1answer
39 views
VW3D Model Format
Lately, I have been working to resurrect an old open source game. My main problem is it uses a custom format: VW3D. The following code snippet is used to load the model from its File System. Is it ...
0
votes
2answers
555 views
Limit buffer cache
I am wondering if there's any way to set an upper limit on the buffer cache usable address space? I think that there's no limit and once the memory usage gets to a certain point, other processes will ...
0
votes
1answer
554 views
VFS: file-max limit 1231582 reached
I'm running a Linux 2.6.36 kernel, and I'm seeing some random errors. Things like
ls: error while loading shared libraries: libpthread.so.0: cannot open shared object file: Error 23
Yes, my system ...
0
votes
3answers
117 views
How to change a file that used to be a directory back to directory on linux?
I was playing around with Apache VFS API to move files back and forth between my local machine and remote linux host over sftp and it converted some directories to files somehow on my linux host from ...
0
votes
1answer
85 views
Is an atomic-rename possible in Mac VFS/HFS+?
With support for ACLs in Mac OS X, there is a way to declare a file as writeable but non-deletable.
This poses a problem with atomic writes, since the current implementation of rename in VFS deletes ...
0
votes
1answer
228 views
Why does DefaultFileMonitor keep listing the files in my FTP location in a loop?
An edited version of the java code:
FileSystemOptions opts = new FileSystemOptions();
DefaultFileSystemConfigBuilder.getInstance().setUserAuthenticator(opts, auth);
// fileToMonitor is the FTP ...
0
votes
2answers
314 views
What is a Virtual file system or a file system in userspace?
I just came across a VFS and a filesystem in userspace like FUSE.
Now, as far as I understand, it simulates a file system, so that an application can have a standard file system hierarchy. But I ...
0
votes
2answers
290 views
Commons VFS and IBM MVS System
I'm using Apache Commons VFS / SFTP, we are trying to download files from the IBM MVS system.
The download part is all good, however, we can not open up the zipped files after downloading. Seems ...
0
votes
1answer
579 views
Ideas for implementing a VFS
I have multimedia files and its metadata stored in a RDBMS (actually, the actual media files are stored in the FS, but let's not dwell on that).
I would like to present a filesystem view of this ...
0
votes
1answer
87 views
Practical / Applied application security
Alright so here is my issue. I'm working a game engine that will eventually be multilayer. this engine allows games to be written in either a .Net language or Lua (the built in scripting engine). For ...
-4
votes
0answers
24 views
Decrypting file to be send over ftp before sending [closed]
The ftp server stores all the files in encrypted form.
Whenever there is ftp get from client to server for a file, the file will be decrypted
and the decrypted file will be sent to the client. The ...
-5
votes
1answer
79 views
Simple virtual file system [closed]
I need to implement a simple virtual file system driver. The driver should let me mount the filesystem to some point and perform some basic file operations such as create, copy, delete. I don't care ...