HFS: Il Virtual File System

From rejetto wiki
Jump to navigation Jump to search

Cos'è un file

Un file è una sequenza di bytes. Il byte è un'unità di informazione.

Cos'è un File System

E' un set ordinato di files.
Spesso questi sono gerarchicamente ordinati in cartelle (anche definite come directories).

Cos'è un File System Virtuale (VFS)

Mentre i File Systems normali sono contenuti in una risorsa fisica (es. un disco fisso), quelli virtuali sono contenuti nella memoria.
Ciò può essere veramente interessante ed è per questo che ho cominciato a lavorare su HFS.

Grazie al VFS è possibile fornire contenuti senza apportare alcuna modifica al tuo disco fisso.
Gli utenti vedranno solo quello che tu desideri sia visualizzabile.
Puoi nascondere files, rinominarli, spostarli in un'altra cartella, ecc. e questo sarà quello che le persone vedranno attualmente.
Ma nulla cambierà nel tuo disco!!!

Molti conoscono già l'esistenza dei VFS anche grazie al noto software di masterizzazione Nero che possiede unch'esso un VFS.

Molti web servers ti consentono di pubblicare una o più cartelle, ma quello che viene mostrato, riflette di pari passo i contenuti del tuo dico e, a volte, questa è una caratteristica non desiderata.

What is a real/virtual folder

The VFS in HFS has both virtual folders and real folders. Sometimes it may be irrelevant, but at other times you'd better pay attention to which you choose.

Virtual folders are yellow, real folders are red.

Real folders

A real folder is a link to a folder on your disk, and shows the current (real-time) content of your disk.

The real folder is not necessarily the same as the folder on your disk. There are many aspects of the folder that you can change virtually. You can rename it, add files, hide files, etc.

Virtual folders

A virtual folder only shows items you can see in the VFS. When you add a virtual folder based on a folder on your disk, the disk's contents are copied to the VFS. From now on, the content is seperated from the disk; it is virtualized. If a file is subsequently added or removed, the VFS won't be updated to reflect those changes.

In the future

In the not-so-far future, this difference between folders will disappear. You will be able to do everything with a (normal) folder.