<?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: mount flash disk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946138#M67305</link>
    <description>Try running fdisk -l to discover what partitions and devices are being seen by the kernel. Next try to ls -l the device files to ensure they are correct.</description>
    <pubDate>Tue, 13 Dec 2005 01:07:11 GMT</pubDate>
    <dc:creator>iamthestar</dc:creator>
    <dc:date>2005-12-13T01:07:11Z</dc:date>
    <item>
      <title>mount flash disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946132#M67299</link>
      <description>i once mount the usb disk, but i dont know what i did, now am not able to mount my usb flash disk with this command; mount /dev/sda1 /mnt/flash, its giving an error" /dev/sda1 is not a block device" , what could be the reason. thank you</description>
      <pubDate>Sun, 11 Dec 2005 07:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946132#M67299</guid>
      <dc:creator>iamthestar</dc:creator>
      <dc:date>2005-12-11T07:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: mount flash disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946133#M67300</link>
      <description>That's roughly how it should work.&lt;BR /&gt;What OS?&lt;BR /&gt;Maybe it became a different controler?&lt;BR /&gt;Was it formatted?&lt;BR /&gt;What does ls -l say for /dev/sda1 ?&lt;BR /&gt;Do you have the 'file' tool available? What does it report?&lt;BR /&gt;&lt;BR /&gt;On my 'thin client' a CF card automaounted and showed as:&lt;BR /&gt;&lt;BR /&gt;# df&lt;BR /&gt;Filesystem           1k-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/hda2                60928     60928         0 100% /&lt;BR /&gt;/dev/hda3                54405     39098     15307  72% /mnt&lt;BR /&gt;/dev/hda1                 1743      1571       172  90% /boot&lt;BR /&gt;:&lt;BR /&gt;/dev/sda1                62420     26568     35852  43% /mnt/usb1&lt;BR /&gt;# uname -a&lt;BR /&gt;Linux HP001185E221AE 2.4.25 #4 Fri Oct 14 14:06:49 UTC 2005 i686 unknown&lt;BR /&gt; # ls -l /dev/sda1&lt;BR /&gt;brw-rw----    1 root     disk       8,   1 Oct 12 19:51 /dev/sda1&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Dec 2005 09:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946133#M67300</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-12-11T09:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: mount flash disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946134#M67301</link>
      <description>Hi,&lt;BR /&gt;in some linux kernel usb devices are visible as /dev/uba device.&lt;BR /&gt;You need to look at your system log file after attaching usb device (use: tail -f /var/adm/messages or dmesg command)  - there is always information about added system devices.&lt;BR /&gt;&lt;BR /&gt;The second method is looking at output of command &lt;BR /&gt;"cat /proc/partitions" before and after adding usb device. &lt;BR /&gt;</description>
      <pubDate>Sun, 11 Dec 2005 11:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946134#M67301</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-12-11T11:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: mount flash disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946135#M67302</link>
      <description>OS is redhat 9,&lt;BR /&gt;i had mounted my usb disk few days before as /dev/sda1 , when i put ls -al i can see sda, sda1,.....&lt;BR /&gt;automount is enable.&lt;BR /&gt;&lt;BR /&gt;when i type ls -l /dev/sda1 it says not a block device.&lt;BR /&gt;&lt;BR /&gt;i will check the commands given by you guys and let you know, thanks for your responses</description>
      <pubDate>Mon, 12 Dec 2005 00:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946135#M67302</guid>
      <dc:creator>iamthestar</dc:creator>
      <dc:date>2005-12-12T00:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: mount flash disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946136#M67303</link>
      <description>Try running fdisk -l to discover what partitions and devices are being seen by the kernel. Next try to ls -l the device files to ensure they are correct.</description>
      <pubDate>Mon, 12 Dec 2005 03:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946136#M67303</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-12-12T03:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: mount flash disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946137#M67304</link>
      <description>newer versions of redhat and fedora include automounting for usb flash disks...</description>
      <pubDate>Mon, 12 Dec 2005 10:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946137#M67304</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2005-12-12T10:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: mount flash disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946138#M67305</link>
      <description>Try running fdisk -l to discover what partitions and devices are being seen by the kernel. Next try to ls -l the device files to ensure they are correct.</description>
      <pubDate>Tue, 13 Dec 2005 01:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-flash-disk/m-p/4946138#M67305</guid>
      <dc:creator>iamthestar</dc:creator>
      <dc:date>2005-12-13T01:07:11Z</dc:date>
    </item>
  </channel>
</rss>

