Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message. Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders" What can I do at know ? Thank you
I think below command will serve your purpose.
#dd if=/dev/sdb of=/dev/sdc conv=noerror,sync
Vishesh Kumar http://linuxmantra.com/
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message. Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders" What can I do at know ? Thank you _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 11/11/13, Vishesh kumar linuxtovishesh@gmail.com wrote:
I think below command will serve your purpose.
#dd if=/dev/sdb of=/dev/sdc conv=noerror,sync
Vishesh Kumar http://linuxmantra.com/
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message. Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders" What can I do at know ? Thank you _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- http://linuxmantra.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thank you very much for your help. I am now trying again with your new proposed command. Please let me to post again if new problem encountered.
On 11/11/13, Vishesh kumar linuxtovishesh@gmail.com wrote:
I think below command will serve your purpose.
#dd if=/dev/sdb of=/dev/sdc conv=noerror,sync
Vishesh Kumar http://linuxmantra.com/
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message. Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders" What can I do at know ? Thank you _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- http://linuxmantra.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Sorry. It quit with the following error : "no space left on device" What can I do next?
Make spaces in your /dev/sdc device.
On Mon, Nov 11, 2013 at 4:22 PM, hadi motamedi motamedi24@gmail.com wrote:
On 11/11/13, Vishesh kumar linuxtovishesh@gmail.com wrote:
I think below command will serve your purpose.
#dd if=/dev/sdb of=/dev/sdc conv=noerror,sync
Vishesh Kumar http://linuxmantra.com/
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message. Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders" What can I do at know ? Thank you _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- http://linuxmantra.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Sorry. It quit with the following error : "no space left on device" What can I do next? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 11/11/13, Vishesh kumar linuxtovishesh@gmail.com wrote:
Make spaces in your /dev/sdc device.
On Mon, Nov 11, 2013 at 4:22 PM, hadi motamedi motamedi24@gmail.com wrote:
On 11/11/13, Vishesh kumar linuxtovishesh@gmail.com wrote:
I think below command will serve your purpose.
#dd if=/dev/sdb of=/dev/sdc conv=noerror,sync
Vishesh Kumar http://linuxmantra.com/
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message. Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders" What can I do at know ? Thank you _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- http://linuxmantra.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Sorry. It quit with the following error : "no space left on device" What can I do next? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- http://linuxmantra.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Sorry. How to make spaces ?
On Mon, Nov 11, 2013 at 02:15:55PM +0100, Michael Schumacher wrote:
I am sure this is some kind of ELIZA clone...
I was thinking Doctor Sbaitso, actually.
John
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message.
Is /dev/sdc >= /dev/sdb?
Also, input/output error is an indication of a hardware problem (disk controller on the board, cable, or the disk).
Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders"
What does 'parted --list' display?
What can I do at know ?
Post the answers for above.
-- Arun Khan
On 11/11/13, Arun Khan knura9@gmail.com wrote:
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message.
Is /dev/sdc >= /dev/sdb?
Also, input/output error is an indication of a hardware problem (disk controller on the board, cable, or the disk).
Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders"
What does 'parted --list' display?
What can I do at know ?
Post the answers for above.
-- Arun Khan _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Please find below : #parted -list disk /dev/hda 21.5GB sector : 512B/512B partition : msdos disk : /dev/sdb 40GB sector : 512B/512B partition : msdos error: unable to open /dev/md0 unrecognized disk label.
On Mon, Nov 11, 2013 at 4:29 PM, hadi motamedi motamedi24@gmail.com wrote:
Please find below : #parted -list disk /dev/hda 21.5GB sector : 512B/512B partition : msdos disk : /dev/sdb 40GB sector : 512B/512B partition : msdos error: unable to open /dev/md0 unrecognized disk label.
The devices listed above do *not* match with your original post. <quote> #dd if=/dev/sdb of=/dev/sdc </quote>
Also do *not* cross post the same query to multiple mailing lists.
On Mon, Nov 11, 2013 at 5:59 AM, hadi motamedi motamedi24@gmail.com wrote:
On 11/11/13, Arun Khan knura9@gmail.com wrote:
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message.
Is /dev/sdc >= /dev/sdb?
Also, input/output error is an indication of a hardware problem (disk controller on the board, cable, or the disk).
Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders"
What does 'parted --list' display?
What can I do at know ?
Post the answers for above.
-- Arun Khan _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Please find below : #parted -list disk /dev/hda 21.5GB sector : 512B/512B partition : msdos disk : /dev/sdb 40GB sector : 512B/512B partition : msdos error: unable to open /dev/md0 unrecognized disk label.
Where is /dev/sdc?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Mon, Nov 11, 2013 at 9:11 PM, Mauricio Tavares raubvogel@gmail.com wrote:
On Mon, Nov 11, 2013 at 5:59 AM, hadi motamedi motamedi24@gmail.com wrote:
On 11/11/13, Arun Khan knura9@gmail.com wrote:
On Mon, Nov 11, 2013 at 3:14 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message.
Is /dev/sdc >= /dev/sdb?
Also, input/output error is an indication of a hardware problem (disk controller on the board, cable, or the disk).
Can you please let me know how can I overcome this as the fdisk now returns as " #fdisk /dev/sdc "I do not know how to handle files with mode 81a4 must set cylinders"
What does 'parted --list' display?
What can I do at know ?
Post the answers for above.
-- Arun Khan _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Please find below : #parted -list disk /dev/hda 21.5GB sector : 512B/512B partition : msdos disk : /dev/sdb 40GB sector : 512B/512B partition : msdos error: unable to open /dev/md0 unrecognized disk label.
Where is /dev/sdc?
And, isn't /dev/md0 usually a raid?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos