Difference between revisions of "NVFS"

(Created page with "=== General === NVFS or Netroda Virtual File System is a abstract file system provider for local or remote data storages. It is used by ES/S Applications to store files on a...")
 
(Technical)
Line 17: Line 17:
 
** WRITEPART
 
** WRITEPART
 
** WRITEALL  
 
** WRITEALL  
 +
* MOVE
 +
* RENAME
 +
* ATTAIN
 +
* FREE
 
* UNLINK
 
* UNLINK
 
* DIR
 
* DIR

Revision as of 19:18, 29 April 2023

General

NVFS or Netroda Virtual File System is a abstract file system provider for local or remote data storages. It is used by ES/S Applications to store files on a disk or network storage, virtual because implementations do no depend on a specific media, as the NVFS drivers for the media carry the speicific tasks that can be very different on many systems. The Application need to only support the NVFS instruction set.

Technical

Instruction set

  • OPEN
  • LOCK
  • UNLOCK
  • LIST
  • READ
    • READPART
    • READALL
  • WRITE
    • WRITEPART
    • WRITEALL
  • MOVE
  • RENAME
  • ATTAIN
  • FREE
  • UNLINK
  • DIR