Re: increasing dd disk to disk transfer rate



Bakul Shah wrote:
In the last episode (Jan 12), Christoph Kukulies said:

dd if=/dev/ad2 conv=noerror,sync bs=64k | dd of=/dev/ad3 bs=64k


So now on the new disk he has files with random blocks of
zeroes and *no* error indication of which files are so
trashed.  This is asking for trouble.  Silent erros are
worse.

He ought to do a file level copy, not disk level copy on
unix.  That way he knows *which* files are trashed and can do

The problem is, FreeBSD panics when it encounters bad sectors in filesystem metadata. I had the same situation ~a month ago and gave up, restoring from old backups. It will also probably panic on corrupted or zeroed metadata, but at least it's on a readable disk...


_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: increasing dd disk to disk transfer rate
    ... >> He ought to do a file level copy, not disk level copy on ... FreeBSD panics when it encounters bad sectors in ... > filesystem metadata. ...
    (freebsd-hackers)
  • Re: increasing dd disk to disk transfer rate
    ... >>He ought to do a file level copy, not disk level copy on ... FreeBSD panics when it encounters bad sectors in ... > filesystem metadata. ...
    (freebsd-hackers)
  • Re: Whats wrong with my driver?
    ... do you want to work at file level (want to ... If you need this you are going to need a file system, ... at the disk level all you will see is a bunch of block reads/writes ... drivers from scratch, but not on Windows ...
    (microsoft.public.win32.programmer.kernel)
  • Re: How to copy a file from a disk to a specified sector of anothe
    ... If it can't do at a file level, how to do it in other ways. ... how to copy data from a specified sector of one disk to the same ... "Vipin" wrote: ...
    (microsoft.public.vc.mfc)
  • Suggestion: SET FILE/SHADOW=
    ... But this would be at the file level, ... So you could have specific files on a system disk duplicated/mirrored on different systems in a cluster. ... This way, when you have multiple distinct system disks (to allow your cluster to stay up with multiple boot nodes), system management becomes much easier. ...
    (comp.os.vms)