- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: read a large file from CD
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 03:59 AM
03-28-2007 03:59 AM
read a large file from CD
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 04:07 AM
03-28-2007 04:07 AM
Re: read a large file from CD
if the target directory is (/home.....) is an NFS mount, is it largefile enabled on its host?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 04:26 AM
03-28-2007 04:26 AM
Re: read a large file from CD
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/")?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 04:33 AM
03-28-2007 04:33 AM
Re: read a large file from CD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 04:46 AM
03-28-2007 04:46 AM
Re: read a large file from CD
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.)