]> git.pld-linux.org Git - packages/anyfs-tools.git/blame - anyfs-tools.spec
- missinf br/r
[packages/anyfs-tools.git] / anyfs-tools.spec
CommitLineData
430df31f 1Summary: anyfs-tools provides a unix-like toolset for recovering and converting filesystems
2Summary(pl): anyfs
3Name: anyfs-tools
4Version: 0.84.6
5Release: 0.1
6License: GPL v2
7Group: Applications
8Source0: http://dl.sourceforge.net/anyfs-tools/%{name}-%{version}.tar.bz2
9# Source0-md5: ba763fe3b1736dfeb82e39e27ebc2797
50652117 10URL: http://anyfs-tools.sourceforge.net/
11BuildRequires: bzip2-devel
12BuildRequires: mjpegtools-devel1
13Requires: e2fsprogs
14Requires: xfsprogs
430df31f 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18anyfs-tools provides a unix-like toolset for recovering and converting
19filesystems. The following utils are included in the toolset:
20
21build_it uses LINUX OS filesystem drivers to recursively read
22directory entries in order to obtain information about all of the
23filesystem inodes. The information is then saved to an external inode
24table.
25
26anysurrect searches block devices for specific file types, based on
27their file structure. Information about each found file type is also
28saved to an external inode table.
29
30reblock changes the filesystem block size. reblock uses information
31from the filesystems inode table to change each files' fragments
32placing so that it will align with block boundaries but with a new
33block size.
34
35build_e2fs proceeds from external inode table information for building
36ext2fs filesystems on device.
37
38build_xfs proceeds from external inode table information for building
39xfs filesystems on device.
40
41anyconvertfs converts device filesystem with applying other
42anyfs-tools utilities.
43
44The anyfs filesystem driver for Linux allows a user to mount a device
45using the external inode table information created by the build_it or
46anysurrect commands. Once the filesystem is mounted with the inode
47table information the user can perform file operations such as
48deleting, moving files, making symbolic and hard links, special files
49and changing file access permissions. All changes are applied to the
50external inode table on unmounting the filesystem, leaving the data on
51the block device unchanged.
52
53%package devel
54Summary: Header files for anyfs-tools library
55