- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- copying file from CD to /patches directory
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
05-30-2007 02:13 AM
05-30-2007 02:13 AM
We mounted by doing this command:
Marty # mount -r -F cdfs /dev/dsk/c0t0d0 /CDROM
Marty # pwd
/CDROM
Marty # ll
total 1143110
-r-xr-xr-x 1 4294967295 4294967295 1402880 Jun 7 2006 BUN_0001.110;1
-r-xr-xr-x 1 4294967295 4294967295 513546240 Jun 7 2006 GOL_0002.110;1
-r-xr-xr-x 1 4294967295 4294967295 45967360 Jun 7 2006 HWE_0003.110;1
-r-xr-xr-x 1 4294967295 4294967295 470324 Jun 7 2006 PHC_0004.TXT;1
-r-xr-xr-x 1 4294967295 4294967295 2775793 Jun 7 2006 PHC_0005.TXT;1
-r-xr-xr-x 1 4294967295 4294967295 749027 Jun 7 2006 PHC_0006.TXT;1
-r-xr-xr-x 1 4294967295 4294967295 1413078 Jun 7 2006 PHK_0007.TXT;1
-r-xr-xr-x 1 4294967295 4294967295 18945501 Jun 7 2006 PHS_0008.TXT;1
Marty #
When we attempt to copy the GOlD pack from the cd we get this:
Marty # cp GOL* /patches
cp: bad copy to /patches/GOL_0002.110;1: read: I/O error
Can anyone shed some light on why the file name is GOL_0002.110;1 and how to copy from the CD to the /patches directory?
Regards,
Chad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 02:27 AM
05-30-2007 02:27 AM
Re: copying file from CD to /patches directory
Please post the error if there are any after executing swcopy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 02:33 AM
05-30-2007 02:33 AM
Re: copying file from CD to /patches directory
"Marty:/SD_CDROM/": this target is located on a read only file system, and cannot be opened for writing.
can anyone shed some light...usually we are able to cp directly from the contents of the disk
regards,
chad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 02:33 AM
05-30-2007 02:33 AM
Re: copying file from CD to /patches directory
don't forget to umount the CD before following Mriduls advice!
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 02:35 AM
05-30-2007 02:35 AM
Re: copying file from CD to /patches directory
The /SD_CDROM can not be modified, only read operation could be performed. Yuo try create a new mount point on another filesystem where you could copy other files also then try copying it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 02:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 03:00 AM
05-30-2007 03:00 AM