You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented Inode based virtual file system on top of the Linux file system. User can perform all the operations which are basically supported by Linux ext2 file system like creating disk, mounting disk, unmounting disk, create file, open file (in read ,write or append mode), delete file, close file, list of open files.
Inode based file system(virtual) on top of the Linux file system. A user can perform all the operations which are basically supported by Linux ext2 file system like creating a disk, mounting disk, unmounting the disk, create a file, open file (in read, write or append mode), delete file, close file, list of open files.
Implementação do sistema de arquivos EXT2 e de operações que manipulam os dados e suas estruturas por meio dele. Para tanto, foi utilizada a Linguagem de Programação C.