1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
% FLASHCACHE_DESTROY(8) flashcache_destroy
%
% September 2011
# NAME
flashcache_destroy - destroy an existing flashcache volume
# DESCRIPTION
The purpose of the **flashcache_destroy** command is to Clear all meta data from
cache device. Beware, this will cause data loss on the affected devices.
# SYNOPSIS
flashcache_destroy *cache_devname*
# EXAMPLE
flashcache_destroy */dev/sdc*
: Destroy the existing cache on /dev/sdc. All data is lost!
# SEE ALSO
`flashcache_create`(8), `flashcache_load`(8)
*README* and other documents in **/usr/share/doc/flashcache-utils**
The flashcache source code and all documentation may be downloaded from
<https://github.com/facebook/flashcache/>.
# AUTHORS
Flashcache is developed by Mohan Srinivasan <mohan@fb.com>
This man page was written by Dmitry Smirnov <onlyjob@member.fsf.org>
for Debian GNU/Linux (but may be used by others).
|