<?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: Mound harddisk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645544#M20056</link>
    <description>When you use the mke2fs command, you supply the -j switch to make it a journal filesystem, ext3.&lt;BR /&gt;&lt;BR /&gt;By default the filesystems are ext2.&lt;BR /&gt;&lt;BR /&gt;Which partition of disk sdc are you wanting to mount? &lt;BR /&gt;&lt;BR /&gt;mount /dev/sdc10 /tmp/temp&lt;BR /&gt;&lt;BR /&gt;What happens when you mount without the -t switch?&lt;BR /&gt;&lt;BR /&gt;Is there an entry in the /etc/fstab for what you are doing?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Oct 2005 10:24:08 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2005-10-10T10:24:08Z</dc:date>
    <item>
      <title>Mound harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645541#M20053</link>
      <description>I have reboot the server , but some hd can't be mount again , it is strange that I can seen these HD as below ,&lt;BR /&gt;&lt;BR /&gt;#dmesg |grep scsi&lt;BR /&gt;scsi0:A:0:0: Tagged Queuing enabled. Depth 32&lt;BR /&gt;scsi0:A:1:0: Tagged Queuing enabled. Depth 32&lt;BR /&gt;scsi0:A:2:0: Tagged Queuing enabled. Depth 32&lt;BR /&gt;scsi0:A:4:0: Tagged Queuing enabled. Depth 32&lt;BR /&gt;Attached scsi disk sda at scsi0, channel 0, id 0, lun 0&lt;BR /&gt;Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0&lt;BR /&gt;Attached scsi disk sdc at scsi0, channel 0, id 2, lun 0&lt;BR /&gt;Attached scsi disk sdd at scsi0, channel 0, id 4, lun 0&lt;BR /&gt;"&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;When try to mount .&lt;BR /&gt;&lt;BR /&gt;# mount -t ext3 /dev/sdc /tmp/temp&lt;BR /&gt;mount: wrong fs type, bad option, bad superblock on /dev/sdc,&lt;BR /&gt;or too many mounted file systems&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#mount /dev/sdc /tmp/temp&lt;BR /&gt;mount: you must specify the filesystem type&lt;BR /&gt;&lt;BR /&gt;Could advise how to mount it back ? thx</description>
      <pubDate>Mon, 10 Oct 2005 09:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645541#M20053</guid>
      <dc:creator>addendum_1</dc:creator>
      <dc:date>2005-10-10T09:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mound harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645542#M20054</link>
      <description>You sure that the filesystem type is ext3?&lt;BR /&gt;What if you mount with ext2 option instead?&lt;BR /&gt;&lt;BR /&gt;You made the filesystems on the disk? Did you run the mke2fs command to make the filesystem? Need to have a filesystem made before mounting.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 09:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645542#M20054</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-10-10T09:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mound harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645543#M20055</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;I don't sure the filesystem type , I only gress it should be ext3 , &lt;BR /&gt;&lt;BR /&gt;yes , I use mke2fs to make the filesystem , could suggest how to mount it back ? thx</description>
      <pubDate>Mon, 10 Oct 2005 10:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645543#M20055</guid>
      <dc:creator>addendum_1</dc:creator>
      <dc:date>2005-10-10T10:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mound harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645544#M20056</link>
      <description>When you use the mke2fs command, you supply the -j switch to make it a journal filesystem, ext3.&lt;BR /&gt;&lt;BR /&gt;By default the filesystems are ext2.&lt;BR /&gt;&lt;BR /&gt;Which partition of disk sdc are you wanting to mount? &lt;BR /&gt;&lt;BR /&gt;mount /dev/sdc10 /tmp/temp&lt;BR /&gt;&lt;BR /&gt;What happens when you mount without the -t switch?&lt;BR /&gt;&lt;BR /&gt;Is there an entry in the /etc/fstab for what you are doing?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 10:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645544#M20056</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-10-10T10:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mound harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645545#M20057</link>
      <description>the below is the error , no entry in /etc/fstab . thx&lt;BR /&gt;&lt;BR /&gt; mount   /dev/sdc1  /tmp/temp&lt;BR /&gt;mount: error while guessing filesystem type&lt;BR /&gt;mount: you must specify the filesystem type&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; mount  -t ext2 /dev/sdc1  /tmp/temp&lt;BR /&gt;mount: wrong fs type, bad option, bad superblock on /dev/sdc1,&lt;BR /&gt;       or too many mounted file systems&lt;BR /&gt;       (aren't you trying to mount an extended partition,&lt;BR /&gt;       instead of some logical partition inside?)&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 10:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645545#M20057</guid>
      <dc:creator>addendum_1</dc:creator>
      <dc:date>2005-10-10T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mound harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645546#M20058</link>
      <description>You are trying to mount the wrong device. The /dev/sdc is the disk, and you must specify a partition number, like /dev/sdc1, /dev/sdc2, that's why you have the error.&lt;BR /&gt;&lt;BR /&gt;Use fdisk -l to list the partitions.</description>
      <pubDate>Mon, 10 Oct 2005 10:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645546#M20058</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-10T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mound harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645547#M20059</link>
      <description>post a copy of your /etc/fstab file, the df -k output, and the fdisk -l output.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 11:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645547#M20059</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-10-10T11:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mound harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645548#M20060</link>
      <description>I got it already , thx all replies.</description>
      <pubDate>Mon, 10 Oct 2005 22:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mound-harddisk/m-p/3645548#M20060</guid>
      <dc:creator>addendum_1</dc:creator>
      <dc:date>2005-10-10T22:28:13Z</dc:date>
    </item>
  </channel>
</rss>

