Package Details: bmap-tools 3.7-1

Git Clone URL: https://aur.archlinux.org/bmap-tools.git (read-only, click to copy)
Package Base: bmap-tools
Description: Tool optimized for copying largely sparse files using information from a block map (bmap) file
Upstream URL: https://github.com/intel/bmap-tools
Keywords: bmap python
Licenses: GPL2
Submitter: pnorcks
Maintainer: 2bluesc
Last Packager: 2bluesc
Votes: 13
Popularity: 0.96
First Submitted: 2013-04-04 01:47 (UTC)
Last Updated: 2023-11-20 04:07 (UTC)

Latest Comments

« First ‹ Previous 1 2

Distag commented on 2022-03-22 16:50 (UTC)

Hello, It seems does not work correctly with the current archlinux.

truncate --size=1G disk.ext4 #create a 1G sparse file
mkfs.ext4 disk.ext4
bmaptool create disk.ext4 > test.bmap

It gives this error:

bmaptool: ERROR: cannot generate bmap for file 'disk.ext4': the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation

arblt commented on 2019-10-24 05:36 (UTC) (edited on 2019-10-24 05:37 (UTC) by arblt)

Actually python-setuptools should be part of depends, not makedepends, as it's required at runtime.

Easy to verify:

$ sudo pacman -R python-setuptools
$ bmaptool create some-image.img > tmp.bmap
Traceback (most recent call last):
  File "/usr/bin/bmaptool", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'

This is mentioned at https://wiki.archlinux.org/index.php/Python_package_guidelines#setuptools

simona commented on 2019-08-21 15:43 (UTC)

errore: bmap-tools: signature from "Levon 'noptrix' Kayan (BlackArch Developer) noptrix@nullsecurity.net" is invalid

zman0900 commented on 2016-11-27 09:30 (UTC)

Project moved to github: http://git.infradead.org/users/dedekind/bmap-tools.git/blob/fb981e139d399b08ed2ab56c0023818ebd5e22dd:/README.txt

tredaelli commented on 2015-10-08 17:06 (UTC)

Why don't you use the official tar (ftp) instead? ftp://ftp.infradead.org/pub/bmap-tools/