Re: Bug: sizes of big dirs
- From: Pavel Roskin <proski gnu org>
- To: Martin Bialasinski <martin internet-treff uni-koeln de>
- Cc: mc-devel list <mc-devel gnome org>
- Subject: Re: Bug: sizes of big dirs
- Date: Sat, 1 Sep 2001 23:47:11 -0400 (EDT)
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]