1PARTCLONE.INFO(8)            Partclone User Manual           PARTCLONE.INFO(8)
2
3
4

NAME

6       partclone.info - The utility to show image head information.
7

SYNOPSIS

9       partclone.info {FILE}
10

DESCRIPTION

12       partclone.info is a part of Partclone project to retrive partition head
13       information from image file. Partclone provide utilities to backup used
14       blocks and design for higher compatibility of the file system by using
15       existing library, e.g. e2fslibs is used to read the used block of ext2
16       partition.
17
18       Partclone supported file system include btrfs, ext2, ext3, ext4,
19       reiserfs, reiser4, xfs and jfs for LINUX. Also support some non-linux
20       operation system, ex: NTFS, FAT, EXFAT(for Windows), HFS plus(APPLE MAC
21       OS), UFS2(FreeBSD), VMFS(VMWare Vsphere). All partclone utils could be
22       run like partclone.xxx is very smiliar fsck or mkfs. For example, for
23       backup/restore hfsplus, just run partclone.hfsp.
24

OPTIONS

26       The program follows the usual GNU command line syntax, with long
27       options starting with two dashes (`-'). A summary of options is
28       included below.
29
30       FILE
31           Image FILE. The FILE could be a image file(made by partclone).
32

EXAMPLES

34             Retriving partition usage information
35               partclone.info /home/partimag/sdb2.img
36               Partclone v0.2.20 http://partclone.org
37               File system:  EXTFS
38               Device size:  928.0 MB
39               Space in use: 535.4 MB
40               Free Space:   392.6 MB
41               Block size:   4096 Byte
42               Used block :  130708
43
44

DIAGNOSTICS

46       The following diagnostics may be issued on stderr:
47
48       partclone.info provides some return codes, that can be used in scripts:
49
50       Code   Diagnostic
51       0      Program exited successfully.
52       1      Clone or Restore seem failed.
53
54

BUGS

56       Report bugs to thomas@nchc.org.tw or http://partclone.org.
57
58       You can get support at http://partclone.org
59

SEE ALSO

61       partclone(8), partclone.chkimg(8), partclone.restore(8),
62       partclone.dd(8), partclone.info(8)
63

AUTHOR

65       Yu-Chin Tsai <thomas@nchc.org.tw>
66
68       Copyright © 2007 Yu-Chin Tsai
69
70       This manual page was written for the Debian system (and may be used by
71       others).
72
73       Permission is granted to copy, distribute and/or modify this document
74       under the terms of the GNU General Public License, Version 2 or (at
75       your option) any later version published by the Free Software
76       Foundation.
77
78       On Debian systems, the complete text of the GNU General Public License
79       can be found in /usr/share/common-licenses/GPL.
80
81
82
83
84partclone.info                    09/19/2015                 PARTCLONE.INFO(8)
Impressum