- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mounting cdrom
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
06-05-2002 04:49 AM
06-05-2002 04:49 AM
Thanks
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:08 AM
06-05-2002 05:08 AM
Re: Mounting cdrom
Try adding the option cdcase.
-john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:09 AM
06-05-2002 05:09 AM
Re: Mounting cdrom
vi /etc/pfs_fstab and verify: /dev/dsk/cntndn /cdrom pfs-rrip xlat=unix 0 0
(or put these options on command line)
/usr/sbin/pfs_mountd &
/usr/sbin/pfsd &
/usr/sbin/pfs_mount /cdrom
to unmount
/usr/sbin/pfs_umount /cdrom
ps ???ef|grep pfs
kill ???9 (pfsd)
kill ???9 (pfs_mountd)
pfs_umount ???c (cleanup files if have trouble pfs mounting)
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:13 AM
06-05-2002 05:13 AM
Re: Mounting cdrom
You have a Rockridge format
See
http://forums1-qa2.mayfield.hp.com/cm/QuestionAnswer/0,,0x1eee6c96588ad4118fef0090279cd0f9!0,00.html
http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x50cd3bd5184bd61190000090279cd0f9,00.html
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:15 AM
06-05-2002 05:15 AM
Re: Mounting cdrom
just do : mount -o cdcase /dev/rdsk/cXtXdX /cdrom
i geuss that your cd is a burn cd , or a cd that need this option .
if it oracle cd for install use the pfs mount
to mount the cd .
just keep in mind that when using pfs_mount you need to use the command pfs_umount else your computer can jet stuck ( if you use umount command on a pfs mount )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:32 AM
06-05-2002 05:32 AM
Re: Mounting cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:43 AM
06-05-2002 05:43 AM
Re: Mounting cdrom
Try mount with cdcase option,
mount -o cdcase /dev/dsk/cxtydz /cdrom
to pfs_mount a cdrom,
try
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
pfs_mount -o xlat=unix /dev/dsk/cxtydz /mount_point
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:20 AM
06-05-2002 06:20 AM
Re: Mounting cdrom
Couple of ways to do it :
1. mount -F cdfs -o cdcase /dev/dsk/cxtydz /cdrom
2. pfs_mountd &
pfsd &
pfs_mount -xno_version -x lower_ccase /dev/dsk/cxtydz /cdrom
Please do a man pfs to get more such options
Manoj Srivastava