<?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: Problem of mount in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906450#M26185</link>
    <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;yes ,the mount point is declared in /etc/fstab , but I check with "df"  that /dev/sanpathd1 is not mount after reboot , can advise why /dev/sanpathd1 can not be mount when reboot ? thx</description>
    <pubDate>Fri, 01 Dec 2006 05:29:16 GMT</pubDate>
    <dc:creator>hangyu</dc:creator>
    <dc:date>2006-12-01T05:29:16Z</dc:date>
    <item>
      <title>Problem of mount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906446#M26181</link>
      <description>The below is my fdisk -l output where sanpath1..2...3 is the path for SAN device   , the sda , sdb , sdc , sdd is local harddrive ( the size info is ignore ) .&lt;BR /&gt;p.s. I am strange that /dev/sanpathd1 is missing in the fdisk list&lt;BR /&gt;&lt;BR /&gt;/dev/sanpatha&lt;BR /&gt;/dev/sanpathb1&lt;BR /&gt;/dev/sanpathc1&lt;BR /&gt;/dev/sanpathe1&lt;BR /&gt;/dev/sanpathf1&lt;BR /&gt;/dev/sanpathg1&lt;BR /&gt;/dev/sanpathh1&lt;BR /&gt;/dev/sda1&lt;BR /&gt;/dev/sda2&lt;BR /&gt;/dev/sdb1&lt;BR /&gt;/dev/sdb2&lt;BR /&gt;/dev/sdc1&lt;BR /&gt;/dev/sdc3&lt;BR /&gt;/dev/sdd1&lt;BR /&gt;/dev/sdd5&lt;BR /&gt;/dev/sde1&lt;BR /&gt;/dev/sdf1&lt;BR /&gt;/dev/sdg1&lt;BR /&gt;/dev/sdh1&lt;BR /&gt;/dev/sdi1&lt;BR /&gt;/dev/sdj1&lt;BR /&gt;&lt;BR /&gt;Now , there is strange problem in my server,  when I mount the /dev/sdd5 "mount /dev/sdd5 /tmp/share1" , the below is the error message&lt;BR /&gt;&lt;BR /&gt;mount /dev/sdd5 /tmp/share1&lt;BR /&gt;/dev/sdd5: Invalid argument&lt;BR /&gt;mount: you must specify the filesystem type&lt;BR /&gt;&lt;BR /&gt;then I try " mount /dev/sdd1 /tmp/share1" , it can mount but very strange that the /tmp/share1 has been mount to the SAN device , I guess it mount to /dev/sanpathd1 ( it should be mount to local harddrive /dev/sdd ) , can advise why it has mount to SAN , how to force it mount to local harddrive , what is the difference between /dev/sdd1 and /dev/sdd5 ? I didn't partition the harddrive , thx in advance.</description>
      <pubDate>Fri, 01 Dec 2006 03:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906446#M26181</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-12-01T03:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of mount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906447#M26182</link>
      <description>Hello hangyu!&lt;BR /&gt;&lt;BR /&gt;What are the filesystem type? ext3, 2 or another?&lt;BR /&gt;&lt;BR /&gt;try to mount specifing the filesystem type.&lt;BR /&gt;&lt;BR /&gt;Also, the mount target is created?&lt;BR /&gt;&lt;BR /&gt;Bye!</description>
      <pubDate>Fri, 01 Dec 2006 04:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906447#M26182</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-12-01T04:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of mount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906448#M26183</link>
      <description>&lt;BR /&gt;What are the filesystem type? ext3, 2 or another? - ext3&lt;BR /&gt;&lt;BR /&gt;try to mount specifing the filesystem type.&lt;BR /&gt;- I try "mount -t ext3 ....." , but it still have the same error . &lt;BR /&gt;Also, the mount target is created? - I sure the mount target is created.&lt;BR /&gt;&lt;BR /&gt;Bye!</description>
      <pubDate>Fri, 01 Dec 2006 04:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906448#M26183</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-12-01T04:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of mount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906449#M26184</link>
      <description>Ok, are all declared into /etc/fstab?</description>
      <pubDate>Fri, 01 Dec 2006 05:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906449#M26184</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-12-01T05:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of mount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906450#M26185</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;yes ,the mount point is declared in /etc/fstab , but I check with "df"  that /dev/sanpathd1 is not mount after reboot , can advise why /dev/sanpathd1 can not be mount when reboot ? thx</description>
      <pubDate>Fri, 01 Dec 2006 05:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-of-mount/m-p/3906450#M26185</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-12-01T05:29:16Z</dc:date>
    </item>
  </channel>
</rss>

