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
06-05-2002 08:34 AM
06-05-2002 08:34 AM
i want to make a copy at the same directory and send this message
cp general general.gan
cp: bad copy to general.gan: write: I/O error
the dmesg command send this
dev 1c006000 got invalid b_resid 0 b_bcount 8192, error = 0x7c
The file is rwx for owner,group and world
please help...
thanks
email jortiz@gan.com.mx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 08:40 AM
06-05-2002 08:40 AM
Re: cp error
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 08:50 AM
06-05-2002 08:50 AM
Re: cp error
someone knows what is the solution to hies error.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 08:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 09:05 AM
06-05-2002 09:05 AM
Re: cp error
Check the disk where the file is located
dd if=/dev/rdsk/c1t2d0 of=/dev/null bs=1024k
if inputs=otputs then your disk is OK. Or else your disk may have bad sectors.
or else restore the file you are copying from backup and try again.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 09:18 AM
06-05-2002 09:18 AM
Re: cp error
This looks like a disk problem , caon you try copying to some other place if not a big file , it may also be some block in a partioin bad , that will eventually lead you to cahnge the disk . though you can identofy the problem .
dd if=/dev/rdsk/cxtydz
diskinfo /dev/dsk/cxtydz
should give you more information.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 09:41 AM
06-05-2002 09:41 AM
Re: cp error
Bill Hassell, sysadmin