A Cached WORM File System

Sean Quinlan, “A Cached WORM File System”, public translation into Russian from English More about this translation.

See also 5 similar translations

Translate into another language.

Participants

suhr.mp338 points
serrox112 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next next untranslated
1 2 3 4 5 6 7 8 9 10 11 12 13 14

A Cached WORM File System

A Cached WORM File System

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

— (этот заголовок следует заменить. Просто мне в голову не приходит название получше) suhr.mp

A Cached WORM File System

Sean Quinlan†

Шон Квилман

History of edits (Latest: suhr.mp 10 months, 3 weeks ago) §

AT&T Bell Laboratories

AT&T Bell Laboratories

History of edits (Latest: suhr.mp 10 months, 3 weeks ago) §

Murray Hill, New Jersey 07974

Мюррей Хилл, Нью Джерси 07974

History of edits (Latest: suhr.mp 10 months, 3 weeks ago) §

ABSTRACT

АБСТРАКТНО

History of edits (Latest: suhr.mp 10 months, 3 weeks ago) §

This paper describes a general-purpose file system that uses a writeonce-

Эта статья описывает универсальную файловую систему, которая использует

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

read-many (WORM) optical disk accessed via a magnetic disk

однократно записываемый, многократно читаемый (WORM) оптический диск с обращением через кэш на магнитном диске.

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

cache. The cache enables blocks to be modified multiple times before

Кэш позволяет блокам меняться множество раз до момента, когда

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

they are written to the WORM and increases performance. Snapshots of

они будут записаны на WORM и увеличивает быстродействие. Снимки

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

the file system can be made at any time without limiting the users’ access

файловой системы могут быть сделаны в любой момент без необходимости ограничивать пользователям доступ

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

to files. These snapshots reside entirely on the WORM, are accessible to

к файлам. Эти снимки полностью находятся на WORM, доступны

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

the user via a second read-only file system, do not contain multiple copies

пользователю через вторую файловую систему только для чтения, не содержат множественных копий

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

of unchanged data, and can be used to rebuild the file system in the event

неизменённых данных, и могут быть использованы в случае,

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

that the disk cache is destroyed. The file system has been implemented as

если диск с кешем утрачен. Файловая система была реализована как

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

part of Plan 9, an experimental operating system under development at

часть Plan 9, экспериментальной операционной системы, разрабатываемой

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

AT&T Bell Laboratories.

AT&T Bell Laboratories.

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

Keywords

Ключевые слова

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

File systems Caches WORM Backup

Файловые системы Кэши WORM Резервное копирование

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

Introduction

Введение

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

Write-once optical disk technology is an excellent medium for data backup and

Однократно записываемые оптические диски -- отличный носитель для резервных копий и

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

archival. Write-once optical disks have a price per bit similar to magnetic tapes, allow

архивирования. Оптические диски имеют схожую с магнитными цену за бит, поддерживают

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

efficient random access to large volumes of data, and are more compact. The advent of

эффективный произвольный доступ к большим томам данных, и и более компактны. Появление

History of edits (Latest: serrox 10 months ago) §

jukeboxes, such as the fifty-disk Sony Writable Disk Auto Changer, now makes it feasible

музыкальных центров, таких как пятидесятидисковый Sony Writable Disk Auto Changer, позволяет

History of edits (Latest: serrox 10 months ago) §

to hold hundreds of gigabytes on-line.

хранить сотни гигабайт он-лайн.

History of edits (Latest: serrox 10 months ago) §

Write-once optical disks belong to the class of write-once-read-many (WORM)

Однократно записываемые оптические диски входят в класс однократно записываемых, многократно читаемых (WORM)

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

devices. A particular block on a WORM can be written only once but can be read many

устройств. Отдельный блок на WORM может быть записан только однажды, но может быть прочитан множество

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

times. Conventional file systems are designed under the assumption that blocks on

раз. Традиционные файловые системы спроектированы исходя из предположения, что блоки на

History of edits (Latest: serrox 10 months ago) §

storage devices can be written more than once. This difference poses the question of

запоминающем устройстве могут быть записаны более, чем один раз. Это различие ставит вопрос о том,

History of edits (Latest: serrox 10 months ago) §

how a WORM device can be used to advantage in a file system.

как можно использовать WORM устройство с преимуществами файловой системы.

History of edits (Latest: serrox 10 months ago) §

The File Motel [1] uses a WORM to store backup copies of the files of conventional

The File Motel [1] использует WORM для хранения резервных копий файлов традиционных

History of edits (Latest: serrox 10 months ago) §

file systems. A separate database, which resides on magnetic disk, is used to find the

файловых систем. Отдельная база данных, находящаяся на магнитном диске, использутся для нахождения

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

files on the WORM. The integrity of the WORM data is ensured by the ability to reconstruct

файлов на WORM. Целостность данных WORM обеспечивается возможностью восстановления

History of edits (Latest: suhr.mp 10 months, 1 week ago) §

this database if it is corrupted. This approach works well, but a file system is not

этой базы данных, если она повреждена. Этот подход работает неплохо, но файловая система не

History of edits (Latest: suhr.mp 10 months, 1 week ago) §
Pages: ← previous Ctrl next next untranslated
1 2 3 4 5 6 7 8 9 10 11 12 13 14