Top "Vfs" questions

Virtual File System provides a single API for accessing various different file systems.

Find size and free space of the filesystem containing a given file

I'm using Python 2.6 on Linux. What is the fastest way: to determine which partition contains a given directory or file? …

python linux filesystems diskspace vfs
Is rename() atomic?

I am not being able to check this via experiments and could not gather it from the man pages as …

linux file-rename atomicity vfs
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.…

linux filesystems linux-kernel vfs
File upload to SFTP fails (Apache VFS)

I have a problem with a SFTP (Windows with WinSSHD). I try to write a file in a folder with …

java sftp vfs apache-commons-vfs
Inode vs Vnode Difference

I had some doubts regarding an Inode vs a Vnode. As far as my understanding goes, inode is the representation …

operating-system filesystems inode vfs
Failed to create maven project: '.../pom.xml' already exists in VFS (IntelliJ)

When I would like to re-create a maven project with a name had been but have been deleted already, I …

maven intellij-idea vfs
linux: running self compiled kernel in qemu: VFS: Unable to mount root fs on unknown wn-block(0,0)

I try to get this running and don't know what I'm doing wrong. I have created an Debian.img (disk …

linux kernel qemu vfs panic
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 …

java url jboss vfs
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 …

fuse vfs
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 …

c linux mount vfs