<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: USB drive going offline in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656663#M41441</link>
    <description>dd did not reveal any errors&lt;BR /&gt;&lt;BR /&gt;# nohup dd if=/dev/sde of=/dev/null bs=1024k &amp;amp;&lt;BR /&gt;&lt;BR /&gt;953869+1 records in&lt;BR /&gt;953869+1 records out&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Jul 2010 03:34:01 GMT</pubDate>
    <dc:creator>Sunny Jaisinghani</dc:creator>
    <dc:date>2010-07-06T03:34:01Z</dc:date>
    <item>
      <title>USB drive going offline</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656659#M41437</link>
      <description>&lt;!--!*#--&gt;Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a USB drive mounted on a linux RHEL 4 server which goes offline every now n then.&lt;BR /&gt;&lt;BR /&gt;Here are some logs :&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;[root@host ~]# lsusb&lt;BR /&gt;Bus 005 Device 001: ID 0000:0000&lt;BR /&gt;Bus 004 Device 001: ID 0000:0000&lt;BR /&gt;Bus 003 Device 001: ID 0000:0000&lt;BR /&gt;Bus 002 Device 001: ID 0000:0000&lt;BR /&gt;Bus 001 Device 006: ID 0bc2:3101 Seagate RSS LLC&lt;BR /&gt;Bus 001 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"&lt;BR /&gt;Bus 001 Device 001: ID 0000:0000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jul  4 18:40:02 host kernel: Device sde not ready.&lt;BR /&gt;Jul  4 18:40:02 host kernel: end_request: I/O error, dev sde, sector 12847&lt;BR /&gt;Jul  4 18:40:02 host kernel: EXT3-fs error (device sde1): ext3_find_entry: reading directory #2 offset 0&lt;BR /&gt;Jul  4 19:38:06 host kernel: Buffer I/O error on device sde, logical block 14&lt;BR /&gt;Jul  4 19:38:06 host kernel: Buffer I/O error on device sde, logical block 15&lt;BR /&gt;Jul  4 19:38:06 host kernel: Device sde not ready.&lt;BR /&gt;Jul  4 19:38:06 host kernel: end_request: I/O error, dev sde, sector 0&lt;BR /&gt;Jul  4 19:38:06 host kernel: Buffer I/O error on device sde, logical block 0&lt;BR /&gt;&lt;BR /&gt;Device sde not ready.&lt;BR /&gt;end_request: I/O error, dev sde, sector 13711&lt;BR /&gt;Buffer I/O error on device sde1, logical block 1706&lt;BR /&gt;lost page write due to I/O error on sde1&lt;BR /&gt;Aborting journal on device sde1.&lt;BR /&gt;Device sde not ready.&lt;BR /&gt;&lt;BR /&gt;Device sde not ready.&lt;BR /&gt;end_request: I/O error, dev sde, sector 12847&lt;BR /&gt;EXT3-fs error (device sde1): ext3_readdir: directory #2 contains a hole at offset 0&lt;BR /&gt;EXT3-fs warning (device sde1): ext3_clear_journal_err: Filesystem error recorded from previous mount: IO failure&lt;BR /&gt;EXT3-fs warning (device sde1): ext3_clear_journal_err: Marking fs in need of filesystem check.&lt;BR /&gt;EXT3 FS on sde1, internal journal&lt;BR /&gt;SELinux: initialized (dev sde1, type ext3), uses xattr&lt;BR /&gt;&lt;BR /&gt;EXT3-fs error (device sde1) in ext3_reserve_inode_write: IO failure&lt;BR /&gt;EXT3-fs error (device sde1) in ext3_dirty_inode: IO failure&lt;BR /&gt;EXT3-fs error (device sde1): ext3_journal_start_sb: Detected aborted journal&lt;BR /&gt;&lt;BR /&gt;end_request: I/O error, dev sde, sector 12847&lt;BR /&gt;EXT3-fs error (device sde1): ext3_readdir: directory #2 contains a hole at offset 0&lt;BR /&gt;&lt;BR /&gt;EXT3-fs error (device sde1): ext3_get_inode_loc: unable to read inode block - inode=4210689, block=8421378&lt;BR /&gt;Aborting journal on device sde1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@host ~]# sfdisk -l /dev/sde&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sde: 121601 cylinders, 255 heads, 63 sectors/track&lt;BR /&gt;Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0&lt;BR /&gt;&lt;BR /&gt;   Device Boot Start     End   #cyls    #blocks   Id  System&lt;BR /&gt;/dev/sde1          0+ 121600  121601- 976760001   83  Linux&lt;BR /&gt;/dev/sde2          0       -       0          0    0  Empty&lt;BR /&gt;/dev/sde3          0       -       0          0    0  Empty&lt;BR /&gt;/dev/sde4          0       -       0          0    0  Empty&lt;BR /&gt;[root@host ~]# fdisk -l /dev/sde&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sde: 1000.2 GB, 1000204886016 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 121601 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sde1               1      121601   976760001   83  Linux&lt;BR /&gt;[root@host ~]# fdisk -l /dev/sde1&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sde1: 1000.2 GB, 1000202241024 bytes&lt;BR /&gt;64 heads, 32 sectors/track, 953867 cylinders&lt;BR /&gt;Units = cylinders of 2048 * 512 = 1048576 bytes&lt;BR /&gt;&lt;BR /&gt;     Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sde1p1               1      953867   976759792   83  Linux&lt;BR /&gt;[root@host ~]#&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;I haven't tried anything yet. But planning to run a fsck and dd on this drive.&lt;BR /&gt;&lt;BR /&gt;Will post the results.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Sunny</description>
      <pubDate>Mon, 05 Jul 2010 04:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656659#M41437</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2010-07-05T04:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive going offline</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656660#M41438</link>
      <description>&amp;gt;&amp;gt;ext3_clear_journal_err: Filesystem error recorded from previous mount: IO failure&lt;BR /&gt;&lt;BR /&gt;seems like it was ejected cleanly during the last mount&lt;BR /&gt;&lt;BR /&gt;does the usb work fine in any windows box</description>
      <pubDate>Mon, 05 Jul 2010 07:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656660#M41438</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-07-05T07:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive going offline</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656661#M41439</link>
      <description>typo&lt;BR /&gt;not ejected cleanly</description>
      <pubDate>Mon, 05 Jul 2010 07:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656661#M41439</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-07-05T07:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive going offline</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656662#M41440</link>
      <description>I don't think that the drive was removed in the recent past.&lt;BR /&gt;Haven't tested inserting into a windows box yet.&lt;BR /&gt;The drive is online now. but it goes offline very frequently.&lt;BR /&gt;&lt;BR /&gt;I have a dd command runnning on the whole disk. Since it is a 1000GB disk, it is taking time to give me the results.</description>
      <pubDate>Mon, 05 Jul 2010 07:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656662#M41440</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2010-07-05T07:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive going offline</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656663#M41441</link>
      <description>dd did not reveal any errors&lt;BR /&gt;&lt;BR /&gt;# nohup dd if=/dev/sde of=/dev/null bs=1024k &amp;amp;&lt;BR /&gt;&lt;BR /&gt;953869+1 records in&lt;BR /&gt;953869+1 records out&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2010 03:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656663#M41441</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2010-07-06T03:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive going offline</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656664#M41442</link>
      <description>Tried fsck.....&lt;BR /&gt;&lt;BR /&gt;What does the output mean&lt;BR /&gt;&lt;BR /&gt;# fsck -pv /dev/sde1&lt;BR /&gt;fsck 1.35 (28-Feb-2004)&lt;BR /&gt;/dev/sde1: recovering journal&lt;BR /&gt;/dev/sde1 contains a file system with errors, check forced.&lt;BR /&gt; 1297672 inodes used (1%)&lt;BR /&gt;    9594 non-contiguous inodes (0.7%)&lt;BR /&gt;         # of inodes with ind/dind/tind blocks: 86372/1832/4&lt;BR /&gt;68330390 blocks used (27%)&lt;BR /&gt;       0 bad blocks&lt;BR /&gt;       8 large files&lt;BR /&gt;&lt;BR /&gt; 1217621 regular files&lt;BR /&gt;   79707 directories&lt;BR /&gt;       0 character device files&lt;BR /&gt;       0 block device files&lt;BR /&gt;       0 fifos&lt;BR /&gt;       1 link&lt;BR /&gt;     335 symbolic links (334 fast symbolic links)&lt;BR /&gt;       0 sockets</description>
      <pubDate>Wed, 07 Jul 2010 09:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656664#M41442</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2010-07-07T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive going offline</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656665#M41443</link>
      <description>&lt;!--!*#--&gt;Syslog:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jul  7 01:12:23 host kernel: kjournald starting.  Commit interval 5 seconds&lt;BR /&gt;Jul  7 01:12:23 host kernel: EXT3 FS on sde1, internal journal&lt;BR /&gt;Jul  7 01:12:23 host kernel: EXT3-fs: mounted filesystem with ordered data mode.&lt;BR /&gt;Jul  7 01:12:23 host kernel: SELinux: initialized (dev sde1, type ext3), uses xattr</description>
      <pubDate>Wed, 07 Jul 2010 09:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656665#M41443</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2010-07-07T09:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive going offline</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656666#M41444</link>
      <description>Any help would be appreciated</description>
      <pubDate>Tue, 13 Jul 2010 07:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-going-offline/m-p/4656666#M41444</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2010-07-13T07:20:38Z</dc:date>
    </item>
  </channel>
</rss>

