<?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 unknown advfs  disk to read in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704631#M14650</link>
    <description>&lt;BR /&gt;A domain is basically just a softlink in a special directory to a decive.&lt;BR /&gt;&lt;BR /&gt;You can hand-craft what mkfdmn would have done:&lt;BR /&gt;&lt;BR /&gt;#mkdir /etc/fdmns/test&lt;BR /&gt;#ln -s /dev/disk/old-disk /etc/fdmns/test&lt;BR /&gt;#showfdmn test&lt;BR /&gt;&lt;BR /&gt;This should list the volume(s) and/or you can use showfests&lt;BR /&gt;&lt;BR /&gt;for each volume/fileset create a mountpount and mount it:&lt;BR /&gt;&lt;BR /&gt;mkdir /old&lt;BR /&gt;mount test#fset1 -o r /old   (check spelling)&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 07 Jan 2006 09:57:04 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2006-01-07T09:57:04Z</dc:date>
    <item>
      <title>mount unknown advfs  disk to read</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704629#M14648</link>
      <description>I installed tru64 unix 5.0 on a new scsi disk. Then I want to copy data files from the old scsi disk which I do not know the domain and fileset. I found that I cannot use addvol command because it will erase the data.&lt;BR /&gt;&lt;BR /&gt;I found a thread in this forum on this topic &lt;A href="http://forums1.itrc.hp.com/service/" target="_blank"&gt;http://forums1.itrc.hp.com/service/&lt;/A&gt; forums/questionanswer.do?threadId=962097 &lt;BR /&gt;&lt;BR /&gt;but it requires that I should know fileset of old hard disk.&lt;BR /&gt;&lt;BR /&gt;What should I do if I do not know the old fileset to mount?&lt;BR /&gt;&lt;BR /&gt;Thanks in advanve.</description>
      <pubDate>Sat, 07 Jan 2006 08:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704629#M14648</guid>
      <dc:creator>jdpark</dc:creator>
      <dc:date>2006-01-07T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: mount unknown advfs  disk to read</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704630#M14649</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;mkdir /etc/fdmns/old&lt;BR /&gt;cd /etc/fdmns/old&lt;BR /&gt;ln -s /dev/disk/"oldpartition"&lt;BR /&gt;showfsets -b old&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Jan 2006 09:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704630#M14649</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2006-01-07T09:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: mount unknown advfs  disk to read</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704631#M14650</link>
      <description>&lt;BR /&gt;A domain is basically just a softlink in a special directory to a decive.&lt;BR /&gt;&lt;BR /&gt;You can hand-craft what mkfdmn would have done:&lt;BR /&gt;&lt;BR /&gt;#mkdir /etc/fdmns/test&lt;BR /&gt;#ln -s /dev/disk/old-disk /etc/fdmns/test&lt;BR /&gt;#showfdmn test&lt;BR /&gt;&lt;BR /&gt;This should list the volume(s) and/or you can use showfests&lt;BR /&gt;&lt;BR /&gt;for each volume/fileset create a mountpount and mount it:&lt;BR /&gt;&lt;BR /&gt;mkdir /old&lt;BR /&gt;mount test#fset1 -o r /old   (check spelling)&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Jan 2006 09:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704631#M14650</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-01-07T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: mount unknown advfs  disk to read</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704632#M14651</link>
      <description>ooops, duplicate reply. Hate when that happens!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fyi, Since I do not have access to a Tru64 system just now, I went to double-check the showfdmn online.&lt;BR /&gt;Going there I stumbled into the numa_intro document and decided to re-reply there first before finishing the prior reply here.&lt;BR /&gt;&lt;BR /&gt;(&lt;A href="http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN8/INDEX.HTM)" target="_blank"&gt;http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN8/INDEX.HTM)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Jan 2006 10:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/mount-unknown-advfs-disk-to-read/m-p/3704632#M14651</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-01-07T10:00:13Z</dc:date>
    </item>
  </channel>
</rss>

