- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mounting ISO CD Image ??
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-22-2006 07:40 PM
01-22-2006 07:40 PM
Solved! Go to Solution.
- Tags:
- ISO image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 07:46 PM
01-22-2006 07:46 PM
Re: Mounting ISO CD Image ??
try:
# mount -F cdfs -o cdcase
if not, install the Rockridge patch or use pfs_mount.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 07:53 PM
01-22-2006 07:53 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=938988
Check out this thread and read procura's reply.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 08:04 PM
01-22-2006 08:04 PM
Re: Mounting ISO CD Image ??
1) Generically using inbuild hpux mount command:
mount -F cdfs -o dcase /dev/dsk/c0t1d0 /CDROM
2) Using pfs third party utility
/dev/dsk/c0t1d0 /CDROM pfs-iso9660 xlat=unix 1 0
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:50 PM
01-23-2006 03:50 PM
Re: Mounting ISO CD Image ??
I am not asking how to mount a cd . I am asking how can i mount a "CD IMAGE FILE" which i created using some cd burning software. This cd image file xxxx.iso can be mounted in linux using the loop back file. Is there any way I can mount this file in hp-ux without the need of a burned cd, like i did in linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:56 PM
01-23-2006 03:56 PM
Re: Mounting ISO CD Image ??
I read the thread which u gave, as per the feedbacks there it is not possible to mount an iso cd image file in hp-ux.
But i am keeping this thread open for some more suggestions..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:58 PM
01-23-2006 03:58 PM
Re: Mounting ISO CD Image ??
This is what Procura says in the above thread,
HP-UX cannot mount a *file* (yet).
HP-UX only supports block and character devices
CDRTOOLS might be very helpful. Not that it will enably you to mount the file, but it will give you utilities like isoinfo and mkisofs.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 04:18 PM
01-23-2006 04:18 PM
Re: Mounting ISO CD Image ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 06:24 PM
01-23-2006 06:24 PM
Re: Mounting ISO CD Image ??
Workaround is to use NFS ir CiFS to mount it from a Linux box, that does support it.
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 02:03 PM
01-26-2006 02:03 PM
Re: Mounting ISO CD Image ??
I'll go for NFS mount from Linux machine...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 12:28 AM
02-14-2006 12:28 AM
Re: Mounting ISO CD Image ??
nohup /usr/sbin/pfs_mountd&
nohup /usr/sbin/pfsd&
/usr/sbin/pfs_mount -t iso9660 -x unix \
/images/cd.iso /mnt
Claude
ciao ciao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 03:28 AM
06-27-2006 03:28 AM
Re: Mounting ISO CD Image ??
I have an iso file:
/HP_SW.iso: ISO 9660 CD-ROM filesystem data 'HP_SW
$ nohup /usr/sbin/pfs_mountd&
$ nohup /usr/sbin/pfsd&
$ /usr/sbin/pfs_mount -t iso9660 -x unix /HP_SW.iso /mnt/iso/
$ mount
> /mnt/iso on localhost:/mnt/iso ro,nointr,retrans=3,timeo=7,wsize=2048,proto=udp on Tue Jun 27 17:08:42 2006
$ ls /mnt/iso
... listing of the CD...