- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs mount error : /cdrom: not rrip.
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-01-2006 05:44 AM
06-01-2006 05:44 AM
###############################
Hello All,
Received the following error when attempting to pfs_mount a cdrom :
Error :
/usr/sbin/pfs_mount: /dev/dsk/c0t2d0 on /cdrom: not rrip.
/usr/sbin/pfs_mount: giving up on /cdrom
###############################
Commands entered :
# nohup /usr/sbin/pfs_mountd &
[1] 2241
root@hohp223[/]
# Sending output to nohup.out
root@hohp223[/]
# nohup /usr/sbin/pfsd &
[2] 2276
root@hohp223[/]
# Sending output to nohup.out
# /usr/sbin/pfs_mount /cdrom
# more /etc/pfs_fstab
/dev/dsk/c0t2d0 /cdrom pfs-rrip xlat=unix 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 05:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 06:03 AM
06-01-2006 06:03 AM
Re: pfs mount error : /cdrom: not rrip.
mount -F cdfs /dev/dsk/xxxxxx /mountpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 06:03 AM
06-01-2006 06:03 AM
Re: pfs mount error : /cdrom: not rrip.
It's quite similar to file/directory distortion when burning a cd on a windows machine and trying to read it on a *nix box and finding all your files capitalized and ending with 1; or whatever.
You can find out more http://docs.hp.com/en/B2355-90692/pfs_mount.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 06:11 AM
06-01-2006 06:11 AM
Re: pfs mount error : /cdrom: not rrip.
Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_28025).
Installation of patches requires a reboot.
swinstall -x autoreboot=true -x autoselect_patches=TRUE -x patch_match_target=TRUE -x patch_filter=*
.* -s pc1005:/var/software/hp/rockridge @`hostname`
To mount a Rockridge CD (instead of using pfs_mount):
mount -F cdfs -o ro,rr,noauto /dev/cdrom /cdrom
To unmount:
umount /cdrom
To share out the cd over NFS:
exportfs -i -o ro,anon=0 /cdrom
On remote:
mount -F nfs sha1:/cdrom /zmnt
Note: client server does NOT need to have Rock Ridge patches installed to access the cdrom remotely.
Note 2: For HP-UX 11iV2 (11.23) - RockRidge is built into the OS - no need for a patch.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 09:26 AM
06-01-2006 09:26 AM
Re: pfs mount error : /cdrom: not rrip.
mount -F cdfs /dev/dsk/c0t2d0 /cdrom
Executed the uppercase executable with ""
./"INSTALL.SH;1"
Installation worked fine.