Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dagwieers/uvfs
Userspace file system kit (for Linux)
https://github.com/dagwieers/uvfs
Last synced: 4 days ago
JSON representation
Userspace file system kit (for Linux)
- Host: GitHub
- URL: https://github.com/dagwieers/uvfs
- Owner: dagwieers
- Created: 2014-02-27T09:12:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T19:32:33.000Z (over 5 years ago)
- Last Synced: 2024-10-29T07:40:18.211Z (3 months ago)
- Language: C
- Homepage: http://sourceforge.net/projects/uvfs/
- Size: 313 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
UVFS 2.0.6
----------This version of the uvfs module is designed for use with Interwoven's
TeamSite 6.7.x and 7.x products.This version of uvfs is NOT compatible with TeamSite 6.1.
Changes
-------2.0.6
-----
Support for Red Hat Enterprise Linux 6.
Fixed intermittent read corruption issue.2.0.5
-----
Fixed performance problem on 2.6.18-274 and later kernel versions.2.0.4
-----
Fixed stale directory cache issues.2.0.3
-----
Fixed intermittent read corruption issue.
Fixed file system hang after server crash.
Fixed misc signal handling issues.
Allow shutdown while mounts are still active.2.0.2
-----
Support for Red Hat Enterprise Linux 5.2.0.1
-----
Fixed intermittent "no such file or directory" issue.
Fixed intermittent "permission denied" issue.
Fixed misc nfs export issues.
Added module version information.Build
-----To insure compatibility, the uvfs module should be compiled on the system
on which it will be used.1. Extract the uvfs source code.
tar -xvzf uvfs_2.0.6.tar.gz
2. Change to the extracted directory.
cd uvfs_2.0.6
3. Run 'gmake' without any arguments.
gmake
Install
-------The TeamSite installer will ask for the location of the compiled uvfs
module and copy the necessary files into the TeamSite installation.To manually install the uvfs module for use with TeamSite, copy 'pmfs.ko'
and 'uvfs_signal' to the /kernel directory.History
-------The original uvfs module was written by Britt Park and is available
from www.sciencething.org.