Xref: utzoo comp.unix.sysv386:7825 comp.unix.questions:31062 Newsgroups: comp.unix.sysv386,comp.unix.questions Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!ispd-newsserver!garden.ssd.kodak.com!weimer From: weimer@garden.ssd.kodak.com (Gary Weimer (253-7796)) Subject: Re: Can't copy giant file (*not* ULIMIT problem) Message-ID: <1991May6.194657.6582@ssd.kodak.com> Sender: news@ssd.kodak.com Reply-To: weimer@ssd.kodak.com Organization: Eastman Kodak Co.; Rochester, NY References: <1991May04.023545.535@crom2.uucp> Date: Mon, 6 May 91 19:46:57 GMT In article <1991May04.023545.535@crom2.uucp>, jim@crom2.uucp (James P. H. Fuller) writes: |> |> I can't copy a 24-meg file without getting it truncated to 16 megs. |> |> My ULIMIT is 73728 512-byte blocks, which should allow me to write a 36 mb |> |> # cp /dos2/genbank/gbpri.seq /usr4/genbank You could try: # dd if=/dos2/genbank/gbpri.seq of=/usr4/genbank/gbpri.seq bs=512 I don't know if it will have the same problem or not... weimer@ssd.kodak.com ( Gary Weimer )