<?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 cdrom issues hpux 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586991#M856753</link>
    <description>Solved. Both uid, and gid and long filename problems have dissapeared.&lt;BR /&gt;&lt;BR /&gt;Though using the pfs_mountd seems like using an elephant gun to squash an ant.  &lt;BR /&gt;&lt;BR /&gt;I'll readup on pfs_mount syntax and add it to my unix bag of tricks.&lt;BR /&gt;&lt;BR /&gt;Thanks lots.&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Sep 2001 19:19:30 GMT</pubDate>
    <dc:creator>Patrick Wirth</dc:creator>
    <dc:date>2001-09-28T19:19:30Z</dc:date>
    <item>
      <title>mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586985#M856747</link>
      <description>Hi. I've noticed something odd and wondered why this was so.&lt;BR /&gt;&lt;BR /&gt;when I mount a cdrom,&lt;BR /&gt;mount -o cdcase /dev/dsk/c0t0d0 /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;it mounts fine except that the uid and gid&lt;BR /&gt;are values like...&lt;BR /&gt;dr-xr-xr-x 1 4294967295 4294967295 directory1&lt;BR /&gt;dr-xr-xr-x 1 4294967295 4294967295 directory2&lt;BR /&gt;&lt;BR /&gt;is there a way to force the uid and gid of a &lt;BR /&gt;mounted cd?&lt;BR /&gt;&lt;BR /&gt;also, I am getting file name too long errors when I try to copy from the cd to a directory on the system.</description>
      <pubDate>Fri, 28 Sep 2001 17:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586985#M856747</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2001-09-28T17:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586986#M856748</link>
      <description>could it be that you don't have nobody user and nogroup group?&lt;BR /&gt;&lt;BR /&gt;add&lt;BR /&gt;nogroup:*:-2 &lt;BR /&gt;to /etc/group&lt;BR /&gt;and &lt;BR /&gt;nobody:*:-1:-2:Guest Account:/: &lt;BR /&gt;to /etc/passwd&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2001 18:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586986#M856748</guid>
      <dc:creator>Edward Alfert_2</dc:creator>
      <dc:date>2001-09-28T18:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586987#M856749</link>
      <description>actually the nobody user does exist.&lt;BR /&gt;just a bit differently.&lt;BR /&gt;&lt;BR /&gt;nobody:*:-2:-2::/:&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2001 18:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586987#M856749</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2001-09-28T18:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586988#M856750</link>
      <description>could the cd be in a RockRidge format?&lt;BR /&gt;try:&lt;BR /&gt;mount -F cdfs -o ro,cdcase /dev/dsk/c#t#d# /cdrom</description>
      <pubDate>Fri, 28 Sep 2001 18:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586988#M856750</guid>
      <dc:creator>Edward Alfert_2</dc:creator>
      <dc:date>2001-09-28T18:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586989#M856751</link>
      <description>here is another way of mounting the file system using pfs_mountd&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x4c6437f45ef7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x4c6437f45ef7d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also about the uid and gid numbers...&lt;BR /&gt;&lt;BR /&gt;you can always change the uid and gid for nobody and nogroup to whatever you want as long as that value isn't being used.&lt;BR /&gt;&lt;BR /&gt;just edit in /etc/group and /etc/passwd the third section from -2 to say 200 or 300 or whatever number.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2001 19:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586989#M856751</guid>
      <dc:creator>Edward Alfert_2</dc:creator>
      <dc:date>2001-09-28T19:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586990#M856752</link>
      <description>mount -F cdfs -o ro,cdcase /dev/dsk/c#t#d# /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;According to the man pages 'cdfs' and 'ro' are the default behaviors for mounting a cdrom. I tried it and the effect is the same as I had before.&lt;BR /&gt;&lt;BR /&gt;However, part of my copying difficulties have been solved. I triend not using the -o cdcase flag.  Because the case of the filenames on the CD was mixed, this was causing copy problems..&lt;BR /&gt;&lt;BR /&gt;ie. &lt;BR /&gt;cp /mnt/cdrom/filename&lt;BR /&gt;&lt;BR /&gt;would fail. Without the cdcase flag, the&lt;BR /&gt;command becomes&lt;BR /&gt;cp /mnt/cdrom/Filename&lt;BR /&gt;&lt;BR /&gt;which works. Simply using&lt;BR /&gt;mount /dev/dsk/c#t#d# /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;was good enough to allow me to copy 95% of the CD to disk.  Some of the documentation has silly filenames such as&lt;BR /&gt;/html/thisistheWonderfulnameChosenforthisFile.htm&lt;BR /&gt;&lt;BR /&gt;which would not be copied directly or though a tar pipe.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2001 19:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586990#M856752</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2001-09-28T19:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586991#M856753</link>
      <description>Solved. Both uid, and gid and long filename problems have dissapeared.&lt;BR /&gt;&lt;BR /&gt;Though using the pfs_mountd seems like using an elephant gun to squash an ant.  &lt;BR /&gt;&lt;BR /&gt;I'll readup on pfs_mount syntax and add it to my unix bag of tricks.&lt;BR /&gt;&lt;BR /&gt;Thanks lots.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2001 19:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586991#M856753</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2001-09-28T19:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586992#M856754</link>
      <description>Be careful using pfs to mount cd's.  When you unmount make sure you use pfs_umount.  If you just use umount you can cause yourself problems that you have to reboot to fix.&lt;BR /&gt;&lt;BR /&gt;There are several threads in the Forums that talk (complain) about the pfs daemons.  You can search for them if you are interested.</description>
      <pubDate>Fri, 28 Sep 2001 19:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586992#M856754</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-09-28T19:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586993#M856755</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try first nohup  for pfsd and pfs_mountd&lt;BR /&gt;/usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/&lt;DEVICE name=""&gt; /cdrom &amp;lt;-- to be mounted &lt;BR /&gt;&lt;BR /&gt;for other CD format&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -r -o cdcase /dev/dsk&lt;DEVICE&gt; /cdrom&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;&lt;BR /&gt;USA--&lt;BR /&gt;&lt;/DEVICE&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Fri, 28 Sep 2001 19:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586993#M856755</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-09-28T19:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586994#M856756</link>
      <description>just out of curiosity.&lt;BR /&gt;&lt;BR /&gt;what is the correct way to nuke these 2 daemons now that I'm done with them?&lt;BR /&gt;&lt;BR /&gt;man pages give no hints but indicate I shouldn't mess with the additional &lt;BR /&gt;pfsd.rpc&lt;BR /&gt;pfs_mountd.rpc&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2001 19:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586994#M856756</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2001-09-28T19:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom issues hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586995#M856757</link>
      <description>Hi Patrick:&lt;BR /&gt;&lt;BR /&gt;When you are done with a 'pfs_mount' session and want to terminate its daemons, do a 'pfs_umount' first, then if that is successful, kill (sigterm (15)) the daemons in the *reverse* order you started them. Do not use 'kill -9' unless you absolutely have to do so; i.e. in the event that a 'kill -15' doesn't.&lt;BR /&gt;&lt;BR /&gt;Failure to follow these rules will result in very nasty effects, like continuously climbing CPU utilization; 'bdf' commands that do not respond; etc.  Ultimately, you will be forced to reboot.&lt;BR /&gt;&lt;BR /&gt;BTW, a good discussion of 'pfs_mount' can be found in Technical Knowledge Base document #KBAN00000252.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Sep 2001 00:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-issues-hpux-11i/m-p/2586995#M856757</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-30T00:21:09Z</dc:date>
    </item>
  </channel>
</rss>

