Operating System - HP-UX
1834669 Members
2150 Online
110069 Solutions
New Discussion

How to get rid of the ;1 from the file name on CD's (HP-UX 11.0)

 
SOLVED
Go to solution
Kerri Hallbeck
Occasional Contributor

How to get rid of the ;1 from the file name on CD's (HP-UX 11.0)

QUESTION:
Hi, I'm a new HP-UX user and here's my problem.

We are just starting to support HP-UX for our product. In the past we have burned the CD master at our office then sent them for duplication.
Well, if I put the CD we make in the HP-UX, all the file names have the ;1 at the end of them.
I have read in many forums about using pfs (?) to fix this. But as far as I can tell I don't have that on the system.
Where can I get it, and will this allow me to burn the CD using the Joliet system? Or should I keep using the ISO9660 format?
Right now neither work.

Thanks for any and all help. We're stumped.

Kerri
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: How to get rid of the ;1 from the file name on CD's (HP-UX 11.0)

The first thing I'd try when mounting these CD's is to use the cdcase option in the mount command.

mount -o cdcase /dev/dsk/c#t#d# /cdrom
Steven Sim Kok Leong
Honored Contributor

Re: How to get rid of the ;1 from the file name on CD's (HP-UX 11.0)

Hi,

You should be able to find the following pfs binaries on your system:
============================================
# ll `which pfs_mountd`
-r-xr-xr-x 1 bin bin 45486 Oct 22 1998 /usr/sbin/pfs_mountd
# ll `which pfsd`
-r-xr-xr-x 1 bin bin 57899 Oct 22 1998 /usr/sbin/pfsd
# ll `which pfs_mount`
-r-xr-xr-x 1 bin bin 70236 Oct 22 1998 /usr/sbin/pfs_mount
============================================
Since you have already seen the postings on loading PFS, the instructions should not be unfamiliar to you, as such I have omitted.

Hope this helps. Regards.

Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
Kerri Hallbeck
Occasional Contributor

Re: How to get rid of the ;1 from the file name on CD's (HP-UX 11.0)

Patrick's fix worked. Thank you VERY much. This makes life a lot easier. :-)

Kerri