Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a245b49aefdf19ef

Jump to content

// Workers AI · dad joke modeWhy was the stub file lonely? It was a little short.

From Wikipedia, the free encyclopedia

A stub file is a computer file that appears to the user to be on disk and immediately available for use, but is actually held either in part or entirely on a different storage medium. When a stub file is accessed, device driver software intercepts the access, retrieves the data from its actual location and writes it to the file, then allows the user's access to proceed. Typically, users are unaware that the file's data is stored on a different medium, though they may experience a slight delay when accessing such a file.[1]

File stubbing, the act of creating stub files, is a Hierarchical storage management (HSM) concept.

Purpose

[edit]

The usual purpose of stubbing files is to move data from an expensive high-speed storage device such as a computer's hard drive to lower cost storage such as a magnetic tape, or an electro-optical disk, while not requiring users to know how to use specialised storage software to retrieve the data. It also allows a system manager to enforce the use of low cost storage when users would prefer to store their files on the highest availability, and highest cost, media supplied.[2]

Availability

[edit]

Stubbing is a feature of many commercial file backup and archiving packages and is available for Microsoft Windows, Novell NetWare, Linux and other operating systems.

See also

[edit]

References

[edit]
  1. "Stub file".
  2. "HSM".