I'm backing up to a NTFS partition on an external USB drive with dump. I'm seeing failures in /var/log/messages reading sector 0xFFFFFFF that cause the verify pass to fail. Are there any known problems in the USB driver? Kernel via uname -a: Linux segw2.mpa.lan 2.6.18-92.1.6.el5 #1 SMP Wed Jun 25 13:49:24 EDT 2008 i686 i686 i386 GNU/Linux Message reported. (Note the number 268435455, which is 0xFFFFFFF, and occurs every time I see this happen. But a subsequent attempt to read this region with dd succeeds, so it appears to be intermittent, or dependent on some other precondition.) Sep 7 10:48:39 segw2 kernel: sd 5:0:0:0: Device not ready: <6>: Current: sense key: Not Ready Sep 7 10:48:39 segw2 kernel: Add. Sense: Logical unit not ready, cause not reportable Sep 7 10:48:39 segw2 kernel: Sep 7 10:48:39 segw2 kernel: end_request: I/O error, dev sdb, sector 268435455 Sep 7 10:48:39 segw2 kernel: Buffer I/O error on device sdb1, logical block 33554424 Sep 7 10:48:39 segw2 kernel: sd 5:0:0:0: Device not ready: <6>: Current: sense key: Not Ready Sep 7 10:48:39 segw2 kernel: Add. Sense: Logical unit not ready, cause not reportable Sep 7 10:48:39 segw2 kernel: Sep 7 10:48:39 segw2 kernel: end_request: I/O error, dev sdb, sector 268435455 Sep 7 10:48:39 segw2 kernel: Buffer I/O error on device sdb1, logical block 33554424
On Sun, Sep 7, 2008 at 6:44 PM, Kenneth Porter <shiva at sewingwitch.com> wrote:> I'm backing up to a NTFS partition on an external USB drive with dump. I'm > seeing failures in /var/log/messages reading sector 0xFFFFFFF that cause the > verify pass to fail. Are there any known problems in the USB driver? > > Kernel via uname -a: > > Linux segw2.mpa.lan 2.6.18-92.1.6.el5 #1 SMP Wed Jun 25 13:49:24 EDT 2008 > i686 i686 i386 GNU/Linux > > Message reported. (Note the number 268435455, which is 0xFFFFFFF, and occurs > every time I see this happen. But a subsequent attempt to read this region > with dd succeeds, so it appears to be intermittent, or dependent on some > other precondition.) > > Sep 7 10:48:39 segw2 kernel: sd 5:0:0:0: Device not ready: <6>: Current: > sense key: Not Ready > Sep 7 10:48:39 segw2 kernel: Add. Sense: Logical unit not ready, cause > not reportable > Sep 7 10:48:39 segw2 kernel: > Sep 7 10:48:39 segw2 kernel: end_request: I/O error, dev sdb, sector > 268435455 > Sep 7 10:48:39 segw2 kernel: Buffer I/O error on device sdb1, logical block > 33554424 > Sep 7 10:48:39 segw2 kernel: sd 5:0:0:0: Device not ready: <6>: Current: > sense key: Not Ready > Sep 7 10:48:39 segw2 kernel: Add. Sense: Logical unit not ready, cause > not reportable > Sep 7 10:48:39 segw2 kernel: > Sep 7 10:48:39 segw2 kernel: end_request: I/O error, dev sdb, sector > 268435455 > Sep 7 10:48:39 segw2 kernel: Buffer I/O error on device sdb1, logical block > 33554424My Newbie guess is that the device has an intermittent problem at sector 268435455 and it is failing intermittently at that location. Hopefully someone more knowledgeable can answer your question about the USB driver. Do you have any Diagnostics for that USB drive that you can run on it? If not, see if you can download diagnostics from the web site of the manufacturer. Maybe a problem at 33554424 also?
On Sun, 2008-09-07 at 16:44 -0700, Kenneth Porter wrote:> I'm backing up to a NTFS partition on an external USB drive with dump. I'm > seeing failures in /var/log/messages reading sector 0xFFFFFFF that cause > the verify pass to fail. Are there any known problems in the USB driver? > > Kernel via uname -a: > > Linux segw2.mpa.lan 2.6.18-92.1.6.el5 #1 SMP Wed Jun 25 13:49:24 EDT 2008 > i686 i686 i386 GNU/LinuxI don't know if there are any USB related problems. But a current kernel might fix things. $ uname -a Linux centos501.homegroannetworking 2.6.18-92.1.10.el5 #1 SMP Tue Aug 5 07:41:53 EDT 2008 i686 athlon i386 GNU/Linux> <snip>And at this time of the A.M., a resend might just irritate the denizens of the list. -- Bill
On Sun, Sep 7, 2008 at 4:44 PM, Kenneth Porter <shiva at sewingwitch.com> wrote:> I'm backing up to a NTFS partition on an external USB drive with dump. I'm > seeing failures in /var/log/messages reading sector 0xFFFFFFF that cause the > verify pass to fail. Are there any known problems in the USB driver? > > Kernel via uname -a: > > Linux segw2.mpa.lan 2.6.18-92.1.6.el5 #1 SMP Wed Jun 25 13:49:24 EDT 2008 > i686 i686 i386 GNU/Linux > > Message reported. (Note the number 268435455, which is 0xFFFFFFF, and occurs > every time I see this happen.You are backing up to NTFS on Linux? The NTFS file system specification is a trade secret last I checked.. Anytime I see an error where the number is binary all ones I suspect a magic number... and worry. How was the disk partitioned? How was this partition formatted? Was the filesystem converted from old to new ntfs format? http://technet.microsoft.com/en-us/library/cc781134.aspx -- NiftyCluster T o m M i t c h e l l