<?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: Uing USB disk on Intel LINUX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260757#M33657</link>
    <description>If you're using a Linux distribution that includes USB storage autodetection (most modern ones do) and you are running a GUI desktop environment:&lt;BR /&gt;&lt;BR /&gt;- plug it in, wait a few seconds and an icon appears somewhere on your screen. Click on it with your mouse.&lt;BR /&gt;&lt;BR /&gt;If there is no GUI desktop environment (i.e. you're running a Linux server with the X Window System disabled):&lt;BR /&gt;&lt;BR /&gt;- plug it in, wait a few seconds read the tail end of "dmesg" command output to see the device name (usually /dev/sd*) and use the "mount" command to mount it just like any other storage device.&lt;BR /&gt;&lt;BR /&gt;Example "dmesg" command output after plugging in an USB disk:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;usb 4-6: new high speed USB device using ehci_hcd and address 8&lt;BR /&gt;usb 4-6: configuration #1 chosen from 1 choice&lt;BR /&gt;scsi7 : SCSI emulation for USB Mass Storage devices&lt;BR /&gt;usb-storage: device found at 8&lt;BR /&gt;usb-storage: waiting for device to settle before scanning&lt;BR /&gt;scsi 7:0:0:0: Direct-Access     Verbatim STORE N GO       5.00 PQ: 0 ANSI: 0 CCS&lt;BR /&gt;sd 7:0:0:0: [sdg] 31318016 512-byte hardware sectors (16035 MB)&lt;BR /&gt;sd 7:0:0:0: [sdg] Write Protect is off&lt;BR /&gt;sd 7:0:0:0: [sdg] Mode Sense: 23 00 00 00&lt;BR /&gt;sd 7:0:0:0: [sdg] Assuming drive cache: write through&lt;BR /&gt;sd 7:0:0:0: [sdg] 31318016 512-byte hardware sectors (16035 MB)&lt;BR /&gt;sd 7:0:0:0: [sdg] Write Protect is off&lt;BR /&gt;sd 7:0:0:0: [sdg] Mode Sense: 23 00 00 00&lt;BR /&gt;sd 7:0:0:0: [sdg] Assuming drive cache: write through&lt;BR /&gt;sdg: sdg1&lt;BR /&gt;sd 7:0:0:0: [sdg] Attached SCSI removable disk&lt;BR /&gt;sd 7:0:0:0: Attached scsi generic sg7 type 0&lt;BR /&gt;usb-storage: device scan complete&lt;BR /&gt;&lt;BR /&gt;In this example, the device node of the "whole disk" device is /dev/sdg and its main (and only) partition is /dev/sdg1. The brand name of the USB disk is displayed, so I can confirm this is the correct device.&lt;BR /&gt;Now I can mount the disk to some location, to /mnt for example:&lt;BR /&gt;&lt;BR /&gt;mount /dev/sdg1 /mnt&lt;BR /&gt;&lt;BR /&gt;Some Linux distributions have (optional) tools that make the use of USB disks simpler even without using the GUI mode. For example, there might be an auto-mount system that mounts the USB disk to /media/&lt;DISKNAME&gt; as soon as it is detected. See the documentation of your Linux distribution.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/DISKNAME&gt;</description>
    <pubDate>Sun, 31 Aug 2008 07:20:23 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2008-08-31T07:20:23Z</dc:date>
    <item>
      <title>Uing USB disk on Intel LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260756#M33656</link>
      <description>Hi There&lt;BR /&gt;&lt;BR /&gt;How could I use USB disk on Intel Linux ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Nahmad</description>
      <pubDate>Sun, 31 Aug 2008 03:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260756#M33656</guid>
      <dc:creator>Nahmad_1</dc:creator>
      <dc:date>2008-08-31T03:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Uing USB disk on Intel LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260757#M33657</link>
      <description>If you're using a Linux distribution that includes USB storage autodetection (most modern ones do) and you are running a GUI desktop environment:&lt;BR /&gt;&lt;BR /&gt;- plug it in, wait a few seconds and an icon appears somewhere on your screen. Click on it with your mouse.&lt;BR /&gt;&lt;BR /&gt;If there is no GUI desktop environment (i.e. you're running a Linux server with the X Window System disabled):&lt;BR /&gt;&lt;BR /&gt;- plug it in, wait a few seconds read the tail end of "dmesg" command output to see the device name (usually /dev/sd*) and use the "mount" command to mount it just like any other storage device.&lt;BR /&gt;&lt;BR /&gt;Example "dmesg" command output after plugging in an USB disk:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;usb 4-6: new high speed USB device using ehci_hcd and address 8&lt;BR /&gt;usb 4-6: configuration #1 chosen from 1 choice&lt;BR /&gt;scsi7 : SCSI emulation for USB Mass Storage devices&lt;BR /&gt;usb-storage: device found at 8&lt;BR /&gt;usb-storage: waiting for device to settle before scanning&lt;BR /&gt;scsi 7:0:0:0: Direct-Access     Verbatim STORE N GO       5.00 PQ: 0 ANSI: 0 CCS&lt;BR /&gt;sd 7:0:0:0: [sdg] 31318016 512-byte hardware sectors (16035 MB)&lt;BR /&gt;sd 7:0:0:0: [sdg] Write Protect is off&lt;BR /&gt;sd 7:0:0:0: [sdg] Mode Sense: 23 00 00 00&lt;BR /&gt;sd 7:0:0:0: [sdg] Assuming drive cache: write through&lt;BR /&gt;sd 7:0:0:0: [sdg] 31318016 512-byte hardware sectors (16035 MB)&lt;BR /&gt;sd 7:0:0:0: [sdg] Write Protect is off&lt;BR /&gt;sd 7:0:0:0: [sdg] Mode Sense: 23 00 00 00&lt;BR /&gt;sd 7:0:0:0: [sdg] Assuming drive cache: write through&lt;BR /&gt;sdg: sdg1&lt;BR /&gt;sd 7:0:0:0: [sdg] Attached SCSI removable disk&lt;BR /&gt;sd 7:0:0:0: Attached scsi generic sg7 type 0&lt;BR /&gt;usb-storage: device scan complete&lt;BR /&gt;&lt;BR /&gt;In this example, the device node of the "whole disk" device is /dev/sdg and its main (and only) partition is /dev/sdg1. The brand name of the USB disk is displayed, so I can confirm this is the correct device.&lt;BR /&gt;Now I can mount the disk to some location, to /mnt for example:&lt;BR /&gt;&lt;BR /&gt;mount /dev/sdg1 /mnt&lt;BR /&gt;&lt;BR /&gt;Some Linux distributions have (optional) tools that make the use of USB disks simpler even without using the GUI mode. For example, there might be an auto-mount system that mounts the USB disk to /media/&lt;DISKNAME&gt; as soon as it is detected. See the documentation of your Linux distribution.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/DISKNAME&gt;</description>
      <pubDate>Sun, 31 Aug 2008 07:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260757#M33657</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-08-31T07:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Uing USB disk on Intel LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260758#M33658</link>
      <description>Thanks MK&lt;BR /&gt;&lt;BR /&gt;I tried already the way you suggested but found that the USB is disabled by previous someone administrator for some reason. &lt;BR /&gt;&lt;BR /&gt;Ho wcould I enable it please ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Nahmad</description>
      <pubDate>Sun, 31 Aug 2008 09:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260758#M33658</guid>
      <dc:creator>Nahmad_1</dc:creator>
      <dc:date>2008-08-31T09:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Uing USB disk on Intel LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260759#M33659</link>
      <description>That depends on _how_ the USB functions have been disabled. Is it just the USB disks? Or are the USB mice/keyboards disabled too?&lt;BR /&gt;&lt;BR /&gt;If all USB devices are disabled, it might have been done by disabling the USB controller(s) using the BIOS settings, if the BIOS of that particular machine has that option.&lt;BR /&gt;&lt;BR /&gt;Another method would be by disabling one or more USB-related kernel modules by using "alias &lt;MODULENAME&gt; off" in /etc/modules.conf (with Linux kernels older than 2.6) or using the "blacklist &lt;MODULENAME&gt;" keyword in /etc/modprobe.d/* files (with kernel 2.6.*).&lt;BR /&gt;&lt;BR /&gt;To disable only USB disk functionality, the previous admin might have disabled a module named "usb-storage". To disable USB completely, he/she might have disabled the USB controller driver modules, with names like "uhci_hcd", "ohci_hcd" and/or "ehci_hcd". (NOTE: the controller driver modules had slightly different names in kernel versions 2.4.* and before.)&lt;BR /&gt;&lt;BR /&gt;A particularly thorough admin might even have removed these module files completely from the /lib/modules/&lt;KERNEL-VERSION&gt; directory tree. If he/she has done that, you'll probably have to reinstall the kernel/module package your system is currently using, to get the deleted files back.&lt;BR /&gt;&lt;BR /&gt;Knowing the name and version of your Linux distribution would make it easier to answer a question like this.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/KERNEL-VERSION&gt;&lt;/MODULENAME&gt;&lt;/MODULENAME&gt;</description>
      <pubDate>Sun, 31 Aug 2008 10:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uing-usb-disk-on-intel-linux/m-p/4260759#M33659</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-08-31T10:59:11Z</dc:date>
    </item>
  </channel>
</rss>

