<?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 on redhat 8 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304653#M12650</link>
    <description>I can not see the USB drive in /proc/scsi/scsi.&lt;BR /&gt;&lt;BR /&gt;[root@englab187 usb]# more /proc/scsi/scsi&lt;BR /&gt;Attached devices: &lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: DELL     Model: PERCRAID RAID10  Rev: V1.0&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 02&lt;BR /&gt;[root@englab187 usb]# &lt;BR /&gt;&lt;BR /&gt;But I do see it shows up at dmesg, see below:&lt;BR /&gt;&lt;BR /&gt;[root@englab187 usb]# dmesg | grep usb&lt;BR /&gt;usb.c: registered new driver usbdevfs&lt;BR /&gt;usb.c: registered new driver hub&lt;BR /&gt;usb-ohci.c: USB OHCI at membase 0xf889f000, IRQ 5&lt;BR /&gt;usb-ohci.c: usb-00:0f.2, ServerWorks OSB4/CSB5 OHCI USB Controller&lt;BR /&gt;usb.c: new USB bus registered, assigned bus number 1&lt;BR /&gt;usb.c: registered new driver hiddev&lt;BR /&gt;usb.c: registered new driver hid&lt;BR /&gt;usb.c: registered new driver usb-storage&lt;BR /&gt;&lt;BR /&gt;I also see usb in /proc/pci file&lt;BR /&gt;&lt;BR /&gt;[root@englab187 usb]# grep -i usb /proc/pci&lt;BR /&gt;    USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 5).&lt;BR /&gt;[root@englab187 usb]# &lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;Thanks for the reply.</description>
    <pubDate>Tue, 15 Jun 2004 09:12:58 GMT</pubDate>
    <dc:creator>Tammy Liang</dc:creator>
    <dc:date>2004-06-15T09:12:58Z</dc:date>
    <item>
      <title>USB drive on redhat 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304651#M12648</link>
      <description>I install USB IOMEGA USB drive, and try to mount this USB drive to /usbmount file system. I get error message below:&lt;BR /&gt;"/dev/sdb1 is not a valid block device".&lt;BR /&gt;&lt;BR /&gt;I checked there are usb modules loaded, see below:&lt;BR /&gt;usb-storage            74720   0  (unused)&lt;BR /&gt;usb-ohci               21608   0  (unused)&lt;BR /&gt;usbcore                78944   1  [usb-storage hid usb-ohci]&lt;BR /&gt;scsi_mod              107576   4  [usb-storage sg aic7xxx aacraid sd_mod]&lt;BR /&gt;&lt;BR /&gt;/proc/bus/usb is mounted. I checked from /etc/mtab file, see below.&lt;BR /&gt;none /proc/bus/usb usbdevfs rw 0 0&lt;BR /&gt;&lt;BR /&gt;Does USB use /dev/sdb1 as device file all the time, or it can be changed?&lt;BR /&gt;How can I find out what the USB device file?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help...</description>
      <pubDate>Mon, 14 Jun 2004 14:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304651#M12648</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-06-14T14:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive on redhat 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304652#M12649</link>
      <description>Ok, the USB-Storage devices are given to the OS as a SCSI device.&lt;BR /&gt;&lt;BR /&gt;To find out what devices you have attached, you need to view the contents of '/proc/scsi/scsi'.&lt;BR /&gt;&lt;BR /&gt;Once you know what device your USB drive is listed as, you then need to find out what filesystems are on it:&lt;BR /&gt;&lt;BR /&gt;sfdisk -l /dev/sdX&lt;BR /&gt;&lt;BR /&gt;where 'X' is the alpha representation of it's position shown in '/proc/scsi/scsi' (sorta.. it goes on how many of a given type of device..  the output of 'dmesg' after you plug it in should give you enough details).&lt;BR /&gt;&lt;BR /&gt;If you're using it in a non-scsi system, then you can be pretty sure it's '/dev/sda'.&lt;BR /&gt;&lt;BR /&gt;If you can see the device, and see filesystems listed with 'sfdisk', then you're most of the way there.  If you want to, you can try to mount the partitions you see right here.  Otherwise you could try to check to see what type of filesystems are on each of the partitions using the 'file -s /dev/sda1' command (using different device nodes for each partition of course).</description>
      <pubDate>Mon, 14 Jun 2004 18:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304652#M12649</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-14T18:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive on redhat 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304653#M12650</link>
      <description>I can not see the USB drive in /proc/scsi/scsi.&lt;BR /&gt;&lt;BR /&gt;[root@englab187 usb]# more /proc/scsi/scsi&lt;BR /&gt;Attached devices: &lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: DELL     Model: PERCRAID RAID10  Rev: V1.0&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 02&lt;BR /&gt;[root@englab187 usb]# &lt;BR /&gt;&lt;BR /&gt;But I do see it shows up at dmesg, see below:&lt;BR /&gt;&lt;BR /&gt;[root@englab187 usb]# dmesg | grep usb&lt;BR /&gt;usb.c: registered new driver usbdevfs&lt;BR /&gt;usb.c: registered new driver hub&lt;BR /&gt;usb-ohci.c: USB OHCI at membase 0xf889f000, IRQ 5&lt;BR /&gt;usb-ohci.c: usb-00:0f.2, ServerWorks OSB4/CSB5 OHCI USB Controller&lt;BR /&gt;usb.c: new USB bus registered, assigned bus number 1&lt;BR /&gt;usb.c: registered new driver hiddev&lt;BR /&gt;usb.c: registered new driver hid&lt;BR /&gt;usb.c: registered new driver usb-storage&lt;BR /&gt;&lt;BR /&gt;I also see usb in /proc/pci file&lt;BR /&gt;&lt;BR /&gt;[root@englab187 usb]# grep -i usb /proc/pci&lt;BR /&gt;    USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 5).&lt;BR /&gt;[root@englab187 usb]# &lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;Thanks for the reply.</description>
      <pubDate>Tue, 15 Jun 2004 09:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304653#M12650</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-06-15T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive on redhat 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304654#M12651</link>
      <description>first of all try to mount /dev/sda1.&lt;BR /&gt;That's how I mount my usb drive....&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2004 09:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304654#M12651</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-06-15T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive on redhat 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304655#M12652</link>
      <description>Thanks both for replying my question.&lt;BR /&gt;I got it fixed. I have to reload usb modules and remount usb devices.&lt;BR /&gt;For redhat 8 kernel, /dev/sda1 is used. however I can mount to /dev/sdb1.&lt;BR /&gt;For boot from CD, I can mount to /dev/sda1.&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Tue, 15 Jun 2004 10:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304655#M12652</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-06-15T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive on redhat 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304656#M12653</link>
      <description>I got any other issue with mounting usb drive. I got error message below when&lt;BR /&gt;I tried to mount usb.&lt;BR /&gt;&lt;BR /&gt;[root@englab187 root]# mount /dev/sdb1 /usbmount&lt;BR /&gt;mount: you must specify the filesystem typ&lt;BR /&gt;&lt;BR /&gt;After I run sfdisk -l /dev/sdb. I see the system for /dev/sdb1 is Win95 FAT32.&lt;BR /&gt;&lt;BR /&gt;I already mounted /prob/bus/usb, see below.&lt;BR /&gt;[root@englab187 root]# grep usb /etc/mtab&lt;BR /&gt;none /proc/bus/usb usbdevfs rw 0 0&lt;BR /&gt;[root@englab187 root]&lt;BR /&gt;&lt;BR /&gt;So what kind of file system I can use to mount /dev/sdb1?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help...</description>
      <pubDate>Wed, 16 Jun 2004 12:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304656#M12653</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-06-16T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive on redhat 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304657#M12654</link>
      <description>I think I may corrupt the superblock on the usb drive. How can I recover it?&lt;BR /&gt;&lt;BR /&gt;[root@englab187 root]# mount -t ext2 /dev/sdb1 /usbmount&lt;BR /&gt;mount: wrong fs type, bad option, bad superblock on /dev/sdb1,&lt;BR /&gt;       or too many mounted file systems&lt;BR /&gt;[root@englab187 root]# mount -t ext3 /dev/sdb1 /usbmount&lt;BR /&gt;mount: wrong fs type, bad option, bad superblock on /dev/sdb1,&lt;BR /&gt;       or too many mounted file systems&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
      <pubDate>Wed, 16 Jun 2004 13:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304657#M12654</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-06-16T13:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: USB drive on redhat 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304658#M12655</link>
      <description>What type of file system is on the USB device?  I'd be highly suprised to find an ext2 or ext3 filesystem on it.&lt;BR /&gt;&lt;BR /&gt;You're more likely to have a fat32 (vfat) partition.&lt;BR /&gt;&lt;BR /&gt;Use the 'file -s /dev/sdb1' command to find out what the OS thinks is there.</description>
      <pubDate>Wed, 16 Jun 2004 17:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb-drive-on-redhat-8/m-p/3304658#M12655</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-16T17:54:41Z</dc:date>
    </item>
  </channel>
</rss>

