Operating System - HP-UX
1827769 Members
2666 Online
109969 Solutions
New Discussion

Re: read a large file from CD

 
sharathkv25
Frequent Advisor

read a large file from CD

Hi,

I got this error while trying to copy a file from the CD to the hard drive. It's a large file:

I need to copy jarfiles.1.1.jar to the hard drive.

# pwd
/SD_CDROM/stage/Components/oracle.sysman.website/9.2.0.1.0/1/DataFiles
# ls
Expanded html.1.1.jar jarfiles.1.1.jar
#
# cp jarfiles.1.1.jar /home/otroot/sharath/
NFS server tp6 not responding still trying
NFS server tp6 not responding still trying
NFS server tp6 not responding still trying
NFS server tp6 not responding still trying
NFS server tp6 ok
cp: bad copy to /home/otroot/sharath/jarfiles.1.1.jar: read: I/O error
#
#
# pwd
NFS server tp6 not responding still trying
NFS server tp6 ok
/SD_CDROM/stage/Components/oracle.sysman.website/9.2.0.1.0/1/DataFiles
#
#
# pwd
/SD_CDROM/stage/Components/oracle.sysman.website/9.2.0.1.0/1/DataFiles
# ls
Expanded html.1.1.jar jarfiles.1.1.jar
# ll
total 92800
drwxr-xr-x 2 31000 621 2048 May 13 2002 Expanded
-rwxr-xr-x 1 31000 621 4050 May 13 2002 html.1.1.jar
-rwxr-xr-x 1 31000 621 95020691 May 13 2002 jarfiles.1.1.jar
#

Thanks
4 REPLIES 4
OldSchool
Honored Contributor

Re: read a large file from CD

is either directory NFS mounted from tp6.

if the target directory is (/home.....) is an NFS mount, is it largefile enabled on its host?
Steven Schweda
Honored Contributor

Re: read a large file from CD

> It's a large file:

Nowadays, "large file" is usually interpreted
to mean "bigger than 2GB". That means that
you can't get a "large file" from a CD-ROM,
so questions like "is it largefile enabled"
do not apply.

Things are different for a DVD-ROM, which is
big enough to hold a "large file" (by this
standard of "large").

How big is your file?

With all those NFS error messages, I'd look
for problems on the NFS server.

> [...] the hard drive [...]

Where _is_ "the hard drive"
("/home/otroot/sharath/")?
OldSchool
Honored Contributor

Re: read a large file from CD

blame it on poor eye-sight...i parsed it as 9gb...

Steven Schweda
Honored Contributor

Re: read a large file from CD

> blame it on poor eye-sight...i parsed it as 9gb...

Doh! I didn't even look far enough to see
the "ls" lising. Blame that on a lame brain.

But, yeah. 95MB is not "large" in this
context. "Big", maybe. (And I can't really
tell which end is the NFS server.)