- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dd for diskcloning
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
10-24-2000 12:38 PM
10-24-2000 12:38 PM
I/O Error
4341+0 records in
4340+1 records out
The new disk boots ok after I get the message "Filesystem not properly shutdown, beginning file system repair" and it goes through the filesystem repair. Once it boots it looks like everything works ok from what little I've tried. Does anybody know what is going on and if there is anything to be concerned about?
Thanks,
Greg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 12:59 PM
10-24-2000 12:59 PM
Re: dd for diskcloning
Your two disks are not exactly the same size.
The last block cannot be completely written to c0t2d0 that's why you get the 4340+1 records out. The +1 means 1 short block.
As to whether there's a problem, I suspect not as if the Physical extent size was 4Mb then that last 1Mb on top of the 4340Mb couldn't have been a valid extent anyway.
Hope this helps,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 01:08 PM
10-24-2000 01:08 PM
Re: dd for diskcloning
Couple of thoughts.
Looks like the source or destination hard disk has bad blocks. Use the command
dd if=/dev/rdsk/c0t1d0 of=/dev/null bs=1024k, to check to see if the command gives the same I/O Error.
Once again it depends whether the HDD is used as a physcial volume or it is a raw disk. If it is a physical volume and is part of a volume group, the lvm subsystem will take care about bad block relocation.
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 01:14 PM
10-24-2000 01:14 PM
Re: dd for diskcloning
Couple of thoughts.
Looks like the source or destination hard disk has bad blocks. Use the command
dd if=/dev/rdsk/c0t1d0 of=/dev/null bs=1024k, to check to see if the command gives the same I/O Error.
Once again it depends whether the HDD is used as a physcial volume or it is a raw disk. If it is a physical volume and is part of a volume group, the lvm subsystem will take care about bad block relocation.
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 03:34 PM
10-24-2000 03:34 PM
Re: dd for diskcloning
4341+1 records in, 4341+1 records out for the original disk and 4340+1 records in, 4340+1 records out for the new disk. So is there a way to see if anything is missing on the new disk?
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 03:57 PM
10-24-2000 03:57 PM
Re: dd for diskcloning
Example : cmp
Also you can use xd or od command to see both the files have the same contents.
Enjoy !
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 03:57 PM
10-24-2000 03:57 PM
Re: dd for diskcloning
Example : cmp
Also you can use xd or od command to see both the files have the same contents.
Enjoy !
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 03:59 PM
10-24-2000 03:59 PM
Re: dd for diskcloning
Example : cmp
Also you can use xd or od command to see both the files have the same contents.
Enjoy !
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 09:42 AM
10-25-2000 09:42 AM
Re: dd for diskcloning
Regards,
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 02:06 PM
10-25-2000 02:06 PM
Re: dd for diskcloning
an error: "bad superblock, magic # wrong", and disk still goes through file repair on bootup. Help!
-Greg