Re: Bug: sizes of big dirs



Hi, Martin!

> > Similar thing in Info panel C-x i
>
> The byte counter on copy/move operations is likely to be affected as
> well. Can't check this though, as I don't have enough free diskspace
> :-(

You can use sparse files (i.e. files with holes).  They can be created by
dd with the "seek" option.  This command would create a 5G long file
filled with zeroes and occupying 0 bytes on the hard drive (apart from
metadata):

dd if=/dev/zero of=bigfile bs=1M seek=5120 count=0

-- 
Regards,
Pavel Roskin





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]