Displaying 1 result from an estimated 1 matches for "vmunix2".
Did you mean:
vmunix
2002 Sep 25
0
[Bug 403] New: scp generates sparse file when no space left
...copy over a large file like vmunix to show the problem, the
first scp works fine, the second will fail:
# scp /stand/vmunix <machine>:/old-opt/mab/vmunix
vmunix 100% |*****************************| 12027 KB 00:09
# scp /stand/vmunix <machine>:/old-opt/mab/vmunix2
vmunix 100% |*****************************| 12027 KB 00:08
scp: /old-opt/mab/vmunix2: No space left on device
# ll
total 33238
-rwxr-xr-x 1 mab wtec 12316048 Sep 24 18:20 vmunix*
-rwxr-xr-x 1 mab wtec 12316048 Sep 24 18:21 vmunix2*...