<?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 disk error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055617#M29702</link>
    <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Thanks for the clarification. Yes your assumption is correct. I have lot of external disks addigned to the server from stoage. /dev/sdgg1 is not typo.&lt;BR /&gt;&lt;BR /&gt;Since I have only one hot pluggable device, the chance of getting the device name change is little I guess??. I could unmount the device without any problem, but when I tried to mount it back using the command "mount /dev/sdgg1 /mnt/hd1" it was throwing an error " not a block special device". What could be wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 17 Aug 2007 00:08:47 GMT</pubDate>
    <dc:creator>Adithyan</dc:creator>
    <dc:date>2007-08-17T00:08:47Z</dc:date>
    <item>
      <title>USB disk error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055614#M29699</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am plugging a 500GB USB external disk in to my server. The following error comes.&lt;BR /&gt;&lt;BR /&gt;The device /dev/sdgg1 is being put in devlabel's temporary ignore list /etc/sysconfig/devlabel.d/ignore_list to avoid errors.&lt;BR /&gt;&lt;BR /&gt;How would I overcome this.&lt;BR /&gt;&lt;BR /&gt;Pls help&lt;BR /&gt;&lt;BR /&gt;Adithyan</description>
      <pubDate>Thu, 16 Aug 2007 12:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055614#M29699</guid>
      <dc:creator>Adithyan</dc:creator>
      <dc:date>2007-08-16T12:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: USB disk error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055615#M29700</link>
      <description>&lt;BR /&gt;Anything can be done with rmmod modeprobe...????&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2007 13:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055615#M29700</guid>
      <dc:creator>Adithyan</dc:creator>
      <dc:date>2007-08-16T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: USB disk error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055616#M29701</link>
      <description>This is not related to modprobe or the kernel modules at all. The message is generated by "devlabel", which is a helper daemon.&lt;BR /&gt; &lt;BR /&gt;If my understanding is correct, the devlabel daemon tries to maintain "persistent names" for your disks. If you use more than one hot-pluggable disk, the persistent names would be very convenient - but they aren't absolutely necessary.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;Today, you plug in your 500 GB disk and it becomes /dev/sdg1. You might also plug in your handy USB stick for moving some scripts around, which would then become /dev/sdh1.&lt;BR /&gt;&lt;BR /&gt;Tomorrow, you might reboot the server and then plug in these two devices in the reverse order. Now your USB stick is /dev/sdg1 and your 500 GB disk is /dev/sdh1 !&lt;BR /&gt;&lt;BR /&gt;It would be nice to have a way to refer to the 500 GB disk with some name that does not care whether the disk is currently /dev/sdg1, /dev/sdh1 or /dev/whatever. Devlabel tries to do that by providing symlinks in the /dev/ directory. With some configuration, it might be possible to have devlabel create a symlink named /dev/my_500gb_usb_disk which would always point to the disk, whatever the disk's real device name might be. &lt;BR /&gt;&lt;BR /&gt;But in your system, devlabel is apparently refusing to do this.&lt;BR /&gt;&lt;BR /&gt;You should be able to use the disk as /dev/sdg1 even though devlabel does not work with that particular disk. You'll just need to keep track of the device name by yourself.&lt;BR /&gt;(I assume "/dev/sdgg1" is a typo. If not, you have a lot of disks...)&lt;BR /&gt;&lt;BR /&gt;By the way, devlabel was originally created for Linux 2.4 kernel series. Newer distributions use Linux 2.6 series of kernels, and they generally have a more flexible system to replace the functionality of devlabel. It's called "udev".&lt;BR /&gt;&lt;BR /&gt;The fact that you use "devlabel" indicates you're using a fairly old Linux distribution. Are you fully up to date with patches?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 16 Aug 2007 14:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055616#M29701</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-08-16T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: USB disk error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055617#M29702</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Thanks for the clarification. Yes your assumption is correct. I have lot of external disks addigned to the server from stoage. /dev/sdgg1 is not typo.&lt;BR /&gt;&lt;BR /&gt;Since I have only one hot pluggable device, the chance of getting the device name change is little I guess??. I could unmount the device without any problem, but when I tried to mount it back using the command "mount /dev/sdgg1 /mnt/hd1" it was throwing an error " not a block special device". What could be wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 17 Aug 2007 00:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055617#M29702</guid>
      <dc:creator>Adithyan</dc:creator>
      <dc:date>2007-08-17T00:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: USB disk error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055618#M29703</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Is /dev/sdgg1 a real device name? You can see device type, major and minor numbers by typing ls -l /dev/sdgg. &lt;BR /&gt;E.g.&lt;BR /&gt;&lt;BR /&gt;[root@me wiki]# ls -l /dev/sda1&lt;BR /&gt;brw-rw----    1 root     disk       8,   1 Feb 2  2005 /dev/sda1&lt;BR /&gt;&lt;BR /&gt;Here "b" (at permission field "brw-rw----") means block device, "8" is a major number (means SCSI disk) and "1" is a minor number (first partition of /dev/sda)&lt;BR /&gt;&lt;BR /&gt;Also you can get kernel log messages (using 'dmesg' command) and see what kernel thinks about your USB disk. &lt;BR /&gt;E.g.&lt;BR /&gt;&lt;BR /&gt;Aug 17 11:08:24 me kernel: Product: USB Disk&lt;BR /&gt;Aug 17 11:08:24 me kernel: SerialNumber: 192B1AA102D7&lt;BR /&gt;Aug 17 11:08:29 me kernel: SCSI device sda: 253952 512-byte hdwr sectors (130 MB)&lt;BR /&gt;Aug 17 11:08:29 me kernel: sda: Write Protect is off&lt;BR /&gt;Aug 17 11:08:29 me kernel:  sda:&amp;lt;7&amp;gt;usb-storage: queuecommand() called&lt;BR /&gt;Aug 17 11:08:29 me kernel:  sda1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Ivan Kuznetsov</description>
      <pubDate>Fri, 17 Aug 2007 02:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-disk-error/m-p/4055618#M29703</guid>
      <dc:creator>Ivan Kuznetsov</dc:creator>
      <dc:date>2007-08-17T02:21:13Z</dc:date>
    </item>
  </channel>
</rss>

