Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
BADBLOCK.8
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- BADBLOCKS(8) Minix Programmer's Manual BADBLOCKS(8)
- NAME
- badblocks - put a list of bad blocks in a file
- SYNOPSIS
- badblocks block_special [block] ...
- EXAMPLES
- badblocks /dev/hd1
- # Handle bad blocks on /dev/hd1
- badblocks /dev/hd3 310 570 1680
- # Three bad blocks on /dev/hd3
- DESCRIPTION
- If a device contains bad sectors, it is important to not have them
- allocated to important files. This program makes it possible to collect
- up to 7 bad blocks into a dummy file, so they will not be allocated for a
- 'real' file. When the program starts up, it asks for a list of bad
- blocks, unless they are provided as arguments. Then it creates a file
- whose name is of the form .Bad_xxxxx, where xxxxx is a pid.
- SEE ALSO
- readall(1).
- 1