<?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 Storage, SLES8 and Booting... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413986#M71081</link>
    <description>hi michael,&lt;BR /&gt;&lt;BR /&gt;the problem is that you will need to load the usb-drivers/diskdrivers. could you post a bit more about your hardware (usb-chip, external harddisk, usb-diskdriver, ...) try to run a lsmod and post it's output so that we can see what modules your linux is using in normal operation with attached and mounted usb-disk.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;johannes</description>
    <pubDate>Thu, 04 Nov 2004 04:35:36 GMT</pubDate>
    <dc:creator>Johannes Krackowizer_1</dc:creator>
    <dc:date>2004-11-04T04:35:36Z</dc:date>
    <item>
      <title>USB Storage, SLES8 and Booting...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413985#M71080</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have an interesting problem. I have a SuSE Enterprise Linux running on a 2.4 kernel.&lt;BR /&gt;&lt;BR /&gt;I'm trying to create an init script that will mount a USB key-disk and run a script on there. The point of this is that having invoked DR last week, building servers takes too long, so we're putting together a ghost image we can quickly restore and the key-disk will contain the IP Addresses and Hostnames of systems to allow us to effectively recover a system in much reduced time.&lt;BR /&gt;&lt;BR /&gt;Anyway, the mount command on our box is below:&lt;BR /&gt;/bin/mount -t vfat /dev/sda1 /mnt&lt;BR /&gt;&lt;BR /&gt;However, when I try this as an init script in the boot.d directory (it's S11 in boot.d) I get the following error:&lt;BR /&gt;&lt;BR /&gt;Can't locate module block-major-8&lt;BR /&gt;&lt;BR /&gt;This works when the system is fully loaded, and I've made a dependency on boot.ldconfig, but to no avail. I've also tried adding modprobe usb-storage and modprobe vfat in the start-up script, with no difference.&lt;BR /&gt;&lt;BR /&gt;Does anyone know what I need to load to get this working? I'm not that good with modprobe and linux modules, but need to get this working asap!&lt;BR /&gt;&lt;BR /&gt;Thanks for you help guys!&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2004 09:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413985#M71080</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-11-03T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: USB Storage, SLES8 and Booting...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413986#M71081</link>
      <description>hi michael,&lt;BR /&gt;&lt;BR /&gt;the problem is that you will need to load the usb-drivers/diskdrivers. could you post a bit more about your hardware (usb-chip, external harddisk, usb-diskdriver, ...) try to run a lsmod and post it's output so that we can see what modules your linux is using in normal operation with attached and mounted usb-disk.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Thu, 04 Nov 2004 04:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413986#M71081</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-11-04T04:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: USB Storage, SLES8 and Booting...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413987#M71082</link>
      <description>I think Johannes is correct.  I ran into a somewhat analogous problem on one of my systems after upgrading from a distribution with a 2.4 kernel to a distribution with a 2.6 kernel because the module names changed.  I tried modprobe usb-storage and several other module combinations.  The 'block device' errors finally went away when I did modprobe for the usb controller.  There are drivers for several different controllers, so you'll need to figure out which controller your hardware has.&lt;BR /&gt;&lt;BR /&gt;Bruce&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 09:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413987#M71082</guid>
      <dc:creator>Bruce Copeland</dc:creator>
      <dc:date>2004-11-04T09:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: USB Storage, SLES8 and Booting...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413988#M71083</link>
      <description>Hi Michael,&lt;BR /&gt;on my 2.6.4-52-default kernel form SuSe Proffesional I have to load usb_storage modul&lt;BR /&gt;&lt;BR /&gt;and AFTER THAT instert usb key into port,&lt;BR /&gt;in other case I'm getting &lt;BR /&gt;mount: special device /dev/sdb1 does not exist&lt;BR /&gt;&lt;BR /&gt;I know it isn't solving your problem, but maybe&lt;BR /&gt;it will help you in finding solution&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Fri, 05 Nov 2004 13:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413988#M71083</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-05T13:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: USB Storage, SLES8 and Booting...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413989#M71084</link>
      <description>Yet another thing&lt;BR /&gt;&lt;BR /&gt;check whether scsi emulation modul is loaded&lt;BR /&gt;&lt;BR /&gt;full path on my box is:&lt;BR /&gt;/lib/modules/2.6.4-52-default/kernel/drivers/scsi/sg.ko&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Sun, 07 Nov 2004 01:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-storage-sles8-and-booting/m-p/3413989#M71084</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-07T01:34:19Z</dc:date>
    </item>
  </channel>
</rss>

