cp /dev/zero filename creates large files

Don Sharp dwsharp@iee.org
Thu Sep 25 09:28:00 GMT 2003


Hi

I carried out the following sequence of commands

$ for i in `cat /tmp/d`; do if [ -f $i.idx ]; then ls -l ${i}*; fi; done
-rw-r--r--    1 don      None            0 Jun 17  1998 dtaq
-rw-r--r--    1 don      None         3072 Jun 17  1998 dtaq.idx
$ cp /dev/zero dtaq.idx

The cp appeared to be hanging and the disc was rattling away, so in
another window I typed in

$ ls -l dtaq*
-rw-r--r--    1 don      None            0 Jun 17  1998 dtaq
-rw-r--r--    1 don      None     65307648 Jun 17  1998 dtaq.idx

and you can see that the reported size of the target of the 'cp
/dev/zero' has grown to a considerable size in a short time.

Can anyone else reproduce this?

Attaching cygcheck.log

Cheers

Don Sharp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.log
Type: application/x-unknown-content-type-txtfile
Size: 40888 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20030925/5de9c2cc/attachment.bin>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list