Your message dated Fri, 2 Jun 2006 18:42:35 +0200
with message-id <[EMAIL PROTECTED]>
and subject line uml_moo creates new backing files sparse
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: uml-utilities
Version: 20020415-3
Severity: wishlist
it would be really useful if uml_moo produced sparse image files: currently
it doesn't.
there is a simple workaround: run cp --sparse=always on the produced
image file, but this should actually be done by uml_moo.
regards
az
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux cluon 2.4.26 #1 Fri Apr 16 12:21:48 EST 2004 i686
Locale: LANG=C, LC_CTYPE=de_AT
Versions of packages uml-utilities depends on:
ii libc6 2.3.2-9 GNU C Library: Shared libraries an
ii libncurses5 5.3.20030719-1 Shared libraries for terminal hand
ii libreadline4 4.3-8 GNU readline and history libraries
--- End Message ---
--- Begin Message ---
Hello,
according to my tests here (and comments in the source) uml_moo does
create backing files as sparse.
# du -h rootfs_debian-sid
513M rootfs_debian-sid
# ls -lh rootfs_debian-sid
-rw-r--r-- 1 mattia mattia 513M 2006-05-31 19:20 rootfs_debian-sid
# uml_moo rootfs_debian-sid.COW-1 test.backing
# ls -lh test.backing
-rw-r--r-- 1 mattia mattia 513M 2006-06-02 18:32 test.backing
# du -h test.backing
429M test.backing
Thanks
--
mattia
:wq!
--- End Message ---