File: disk_sreset.1

package info (click to toggle)
sleuthkit 2.06-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,128 kB
  • ctags: 5,133
  • sloc: ansic: 41,406; sh: 14,123; perl: 4,745; cpp: 4,297; makefile: 925; python: 29
file content (39 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download | duplicates (3)
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
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH DISK_SRESET 1 "MARCH 2005" "User Manuals"
.SH NAME
disk_sreset \- Temporarily reset the size of an ATA disk - LINUX ONLY
.SH SYNOPSIS
.B disk_sreset [-V]
.I hd_device

.SH DESCRIPTION
.B disk_sreset
works in only Linux and uses ATA commands to query a harddisk.  If 
there is a Host Protected Area, then it temporarily removes it so
that the full disk can be acquired.  When the disk is powered off or
reset, then the HPA will exist again.

The options are as follows:
.IP -V
Display version
.IP hd_device
The device corresponding to the hard disk.  Typically it is /dev/hdX.


.SH "EXAMPLES"

disk_sreset /dev/hdd

.SH HISTORY
.BR "disk_sreset" " first appeared in " "The Sleuth Kit" " v2.00."

It is based on code from http://www.win.tue.nl/~aeb/linux/setmax.c

.SH LIMITATIONS
disk_sreset works only in Linux and does not support large disks.  It will
also not work on ATA disks connected with USB or Firewire.

.SH AUTHOR
Brian Carrier <carrier@sleuthkit.org>