- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cdrom mounting problems....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 07:10 AM
10-12-2001 07:10 AM
I need your help again... :) I tried to mount a CD-ROM, but it keep showing me the filename in that form INSTALL;1
I tried those commands:
mount -F cdfs /dev/dsk/c1t0d0 /cdrom
mount /dev/dsk/c1t0d0 /cdrom
pfs_mount /dev/dsk/c1t0d0 /cdrom
all of those mounts have shown me the filename on the CDROM just like this: INSTALL;1 all the file on the CD....
Anyone have a clue on what command I should use to mount this???
Thanks
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 07:21 AM
10-12-2001 07:21 AM
Re: cdrom mounting problems....
I've tried this line:
pfs_mount -x unix -t iso9660 /dev/dsk/c1t0d0 /cdrom and it worked perfecly....
so thanks for all, even if I don't get answer... ;)
so ciao!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 07:43 AM
10-12-2001 07:43 AM
Re: cdrom mounting problems....
and why I should avoid pfs_mount???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 08:03 AM
10-12-2001 08:03 AM
Re: cdrom mounting problems....
The pfs daemons are not HP's greatest piece of work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 08:25 AM
10-12-2001 08:25 AM
Re: cdrom mounting problems....
The 'pfs_mount' mechanism was developed by by Young Minds, Inc.
Never use the 'umount' command on a pfs-mounted CDROM. Use only the 'pfs_umount' command. Failure to do so will mean a reboot will be necessary. In addition, should you wish to kill the pfs daemons, do so in the *reverse* order that you started them.
Failure to follow these guidelines leads to ever-climbing CPU utilization, and non-responsive 'bdf' and 'ls' commands, and ultimately, a reboot.
A good document on pfs-style mounting is Technical Knowledge Base document #KBAN00000252.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 09:05 AM
10-12-2001 09:05 AM
Re: cdrom mounting problems....
I'll be careful when I'll use the 'pfs' commands....
Regards
Jonathan