<?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: Reading CDR Media in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430229#M767922</link>
    <description>Kirk,&lt;BR /&gt;&lt;BR /&gt;If you just mount it using cdfs rather than pfs does that work?&lt;BR /&gt;&lt;BR /&gt;Also, it might be worth just trying to dd from the rdsk of the cdrom drive as Bill suggested. It's possible that the cdrom drive can't read the cdr media, rather than hp-ux not being able to interpret it. I've never had a problem with sun/sgi/pc cdr's. Even joliet is physically readable (although you may hate what hp-ux does with it afterwards).</description>
    <pubDate>Tue, 25 Jul 2000 12:32:50 GMT</pubDate>
    <dc:creator>Andy Monks</dc:creator>
    <dc:date>2000-07-25T12:32:50Z</dc:date>
    <item>
      <title>Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430221#M767914</link>
      <description>Have customers sending files on CDRs.&lt;BR /&gt;Cannot mount this media under either HP-UX 10.20 or 11.00.&lt;BR /&gt;&lt;BR /&gt;Have exceeded all SWAG theories and must seek community help determining if it is possible to mount these CDRs.  At this point it looks like the CDRs were written with an incompatible format.&lt;BR /&gt;&lt;BR /&gt;Have had success loading CDRs known to be written as iso9660 using: &lt;BR /&gt;mount -o cdcase /dev/dsk/c0t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# nohup pfsd &amp;amp;&lt;BR /&gt;[1]     1750&lt;BR /&gt;# Sending output to nohup.out&lt;BR /&gt;&lt;BR /&gt;# nohup pfs_mountd &amp;amp;&lt;BR /&gt;[2]     1753&lt;BR /&gt;# Sending output to nohup.out&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep pfs&lt;BR /&gt;    root  1750  1576  0 16:10:03 pts/0     0:00 pfsd&lt;BR /&gt;    root  1754  1753  0 16:10:19 pts/0     0:00 pfs_mountd.rpc&lt;BR /&gt;    root  1753  1576  1 16:10:19 pts/0     0:00 pfs_mountd&lt;BR /&gt;    root  1756  1576  2 16:10:28 pts/0     0:00 grep pfs&lt;BR /&gt;# pfs_mount -o xlat=unix /dev/dsk/c0t2d0 /cdrom&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;# mount -o cdcase /dev/dsk/c0t2d0 /cdrom&lt;BR /&gt;/dev/dsk/c0t2d0: unrecognized file system&lt;BR /&gt;# pfs_mount -o xlat=unix /dev/dsk/c0t2d0 /cdrom&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;# dosls /dev/dsk/c0t2d0:&lt;BR /&gt;Unrecognizable disc format on /dev/dsk/c0t2d0&lt;BR /&gt;dosls: can't open /dev/dsk/c0t2d0: for listing.&lt;BR /&gt;&lt;BR /&gt;Thank you for any help.</description>
      <pubDate>Tue, 11 Jul 2000 19:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430221#M767914</guid>
      <dc:creator>Kirk MacLean_1</dc:creator>
      <dc:date>2000-07-11T19:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430222#M767915</link>
      <description>Have you tried the -t iso9660 option with your pfs_mount?  this tells the system what type of cd you have.  do a man on pfs_mount.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 11 Jul 2000 19:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430222#M767915</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-07-11T19:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430223#M767916</link>
      <description>If you do not know the format of the CD I suggest using pfs and trying alternative formats.  You can specify this in the command line or in the /etc/pfs_fstab file.  Standard formats are:  iso9660, rrip, and hsfs.&lt;BR /&gt;&lt;BR /&gt;Also, I note your pslisting does not include pfsd.rpc.  This process is also required.</description>
      <pubDate>Tue, 11 Jul 2000 19:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430223#M767916</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-07-11T19:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430224#M767917</link>
      <description>Thank you for your response but still no luck.  &lt;BR /&gt;&lt;BR /&gt;Tried restarting pfsd using:&lt;BR /&gt;nohup pfsd 4 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;still no pfsd.rpc running on HP-UX 11.00 but it is on 10.20&lt;BR /&gt;&lt;BR /&gt;Per suggestions:&lt;BR /&gt;&lt;BR /&gt;# pfs_mount -v -t iso9660 /dev/dsk/c0t2d0 /cdrom&lt;BR /&gt;Version: 2.9.1F (UNLIMITED) Built: Sat Oct 17 19:00:42 PDT 1998&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;# pfs_mount -v -t hsfs /dev/dsk/c0t2d0 /cdrom&lt;BR /&gt;Version: 2.9.1F (UNLIMITED) Built: Sat Oct 17 19:00:42 PDT 1998&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;# pfs_mount -v -t rrip /dev/dsk/c0t2d0 /cdrom&lt;BR /&gt;Version: 2.9.1F (UNLIMITED) Built: Sat Oct 17 19:00:42 PDT 1998&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jul 2000 13:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430224#M767917</guid>
      <dc:creator>Kirk MacLean_1</dc:creator>
      <dc:date>2000-07-13T13:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430225#M767918</link>
      <description>Take a look at the outputs nohup.out and your /var/adm/syslog/syslog.log for any tell-tale signs - it might be that your rpc daemons are not all running.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Thu, 13 Jul 2000 13:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430225#M767918</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-07-13T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430226#M767919</link>
      <description>I do not have an 11.00 system to test on, I'm afraid, but I would be very surprised if the pfs functionality has changed tothe point that all four demons are not rquired,  Do check nohup.out for error messages.  You might find the key there.  Alternatively, please try killing all running pfs demons and starting from scratch.  I generall wait a couple of seconds (long enough to verify both processes start) between issuing the pfs commands:&lt;BR /&gt;&lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;&lt;WAIT 3="" seconds=""&gt;&lt;BR /&gt;nohup /usr/sbin/pfsd &amp;amp;&lt;/WAIT&gt;</description>
      <pubDate>Thu, 13 Jul 2000 14:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430226#M767919</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-07-13T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430227#M767920</link>
      <description>The CD may have been written in Joliet format for which HP-UX has no solution. This is somewhat common if the source was from a PC platform. If you can dd some data from the raw disk device, then the CD is readable, just the format of the data is not compatible with the various formats HP-UX understands. CDR is a media and there are more than a dozen standards for writing on these discs. Just like a floppy, a CD may not be mountable because it has a foreign filesystem (maybe a Mac format?). Ask the creator what format they used to create the disc.</description>
      <pubDate>Thu, 13 Jul 2000 16:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430227#M767920</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-07-13T16:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430228#M767921</link>
      <description>Thank you all for your help.&lt;BR /&gt;&lt;BR /&gt;The only thing I can conclude is that Bill Hassell is correct.  The cd's are in a non compatible formatt that can be read by SGI's unix but not HP's.&lt;BR /&gt;I would like to find some tool that will determine what format a cd is written in.&lt;BR /&gt;&lt;BR /&gt;Kofi ARTHIABAH / Alan Riggs &lt;BR /&gt;Your messages helped get the pfsd.rpc running.  Reading the nohup.out and the starting the pfsd before, instead of after pfs_mountd corrected this portion of the puzzle.  Still no luck reading th CDR media.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jul 2000 12:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430228#M767921</guid>
      <dc:creator>Kirk MacLean_1</dc:creator>
      <dc:date>2000-07-25T12:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CDR Media</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430229#M767922</link>
      <description>Kirk,&lt;BR /&gt;&lt;BR /&gt;If you just mount it using cdfs rather than pfs does that work?&lt;BR /&gt;&lt;BR /&gt;Also, it might be worth just trying to dd from the rdsk of the cdrom drive as Bill suggested. It's possible that the cdrom drive can't read the cdr media, rather than hp-ux not being able to interpret it. I've never had a problem with sun/sgi/pc cdr's. Even joliet is physically readable (although you may hate what hp-ux does with it afterwards).</description>
      <pubDate>Tue, 25 Jul 2000 12:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cdr-media/m-p/2430229#M767922</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-07-25T12:32:50Z</dc:date>
    </item>
  </channel>
</rss>

