On Thu, 21 Apr 2011 21:17:21 BST Richard Miller <9f...@hamnavoe.com> wrote: > > You can overlay your naming > > FS on top of an existing disk based FS. In effect each named > > file in this naming FS maps to a "canonical name" of a disk > > based file. You can implement linking via a ctl file or > > something. > > Is lnfs(4) a relevant example?
Seems so. IIRC companies such as Panasas separate file names and other metadata from file storage. One way to get a single FS namespace that spans multiple disks or nodes for increasing data redundancy, file size beyond the largest disk size, throughput (and yes, complexity). Along these lines, a bit torrent swarm would make for an interesting experiment in distributed filestorage.....