recoverdisk.1 (d1d015864103b253b3fcb2f72a0da5b0cfeb31b6) | recoverdisk.1 (05d98029e9476e39b23f895225d36bf60f22ad91) |
---|---|
1.\" Copyright (c) 2006 Ulrich Spoerlein <uspoerlein@gmail.com> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 10 unchanged lines hidden (view full) --- 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" 25.\" $FreeBSD$ 26.\" | 1.\" Copyright (c) 2006 Ulrich Spoerlein <uspoerlein@gmail.com> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 10 unchanged lines hidden (view full) --- 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" 25.\" $FreeBSD$ 26.\" |
27.Dd January 5, 2012 | 27.Dd October 1, 2013 |
28.Dt RECOVERDISK 1 29.Os 30.Sh NAME 31.Nm recoverdisk 32.Nd recover data from hard disk or optical media 33.Sh SYNOPSIS 34.Nm 35.Op Fl b Ar bigsize --- 63 unchanged lines hidden (view full) --- 99Number of bytes already read. 100.It Va remaining 101Number of bytes remaining. 102.It Va "% done" 103Percent complete. 104.El 105.Sh EXAMPLES 106.Bd -literal | 28.Dt RECOVERDISK 1 29.Os 30.Sh NAME 31.Nm recoverdisk 32.Nd recover data from hard disk or optical media 33.Sh SYNOPSIS 34.Nm 35.Op Fl b Ar bigsize --- 63 unchanged lines hidden (view full) --- 99Number of bytes already read. 100.It Va remaining 101Number of bytes remaining. 102.It Va "% done" 103Percent complete. 104.El 105.Sh EXAMPLES 106.Bd -literal |
107# recover data from failing hard drive ad3 108recoverdisk /dev/ad3 /data/disk.img | 107# recover data from failing hard drive ada3 108recoverdisk /dev/ada3 /data/disk.img |
109 110# clone a hard disk | 109 110# clone a hard disk |
111recoverdisk /dev/ad3 /dev/ad4 | 111recoverdisk /dev/ada3 /dev/ada4 |
112 113# read an ISO image from a CD-ROM 114recoverdisk /dev/cd0 /data/cd.iso 115 116# continue reading from a broken CD and update the existing worklist 117recoverdisk -r worklist -w worklist /dev/cd0 /data/cd.iso 118 119# recover a single file from the unreadable media 120recoverdisk /cdrom/file.avi file.avi 121 122# If the disk hangs the system on read-errors try: | 112 113# read an ISO image from a CD-ROM 114recoverdisk /dev/cd0 /data/cd.iso 115 116# continue reading from a broken CD and update the existing worklist 117recoverdisk -r worklist -w worklist /dev/cd0 /data/cd.iso 118 119# recover a single file from the unreadable media 120recoverdisk /cdrom/file.avi file.avi 121 122# If the disk hangs the system on read-errors try: |
123recoverdisk -b 0 /dev/ad3 /somewhere | 123recoverdisk -b 0 /dev/ada3 /somewhere |
124 125.Ed 126.Sh SEE ALSO 127.Xr dd 1 , 128.Xr ada 4 , 129.Xr cam 4 , 130.Xr cd 4 , 131.Xr da 4 --- 43 unchanged lines hidden --- | 124 125.Ed 126.Sh SEE ALSO 127.Xr dd 1 , 128.Xr ada 4 , 129.Xr cam 4 , 130.Xr cd 4 , 131.Xr da 4 --- 43 unchanged lines hidden --- |