- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount a cd
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
09-25-2002 08:59 PM
09-25-2002 08:59 PM
Mount a cd
Could someone please give me the procedures for mounting a cd which is non-hp...
thanks in advance
Joyce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 09:11 PM
09-25-2002 09:11 PM
Re: Mount a cd
#ioscan -fnC disk
will give you the o/p like this.
disk 4 0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 304
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
#mount /dev/dsk/c3t2d0 /mount_point
will mount CD on /cdrom.
If the CD to be mounted is DB2/Oracle media
then
#vi /etc/pfs_fstab
make entry
/dev/dsk/c3t2d0 /cdrom pfs-rrip xlat=unix 0 0
save and close the file.
#pfs_mountd&
#pfsd&
#pfs_mount /cdrom
will mount the CD on /cdrom
enjoy..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 09:20 PM
09-25-2002 09:20 PM
Re: Mount a cd
# mount -F cdfs -o cdcase /dev/dsk/c3t2d0 /
if it's rockridge formatted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 10:32 PM
09-25-2002 10:32 PM
Re: Mount a cd
try this:
mount -F cdfs -o cdcase /dev/dsk/
SELECT * FROM users WHERE clue > 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 05:44 PM
09-26-2002 05:44 PM
Re: Mount a cd
Thanks for the prompt reply
Is there a specific procedure to mount CDs from Informix and F-Secure (SSH)?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 07:26 PM
09-26-2002 07:26 PM
Re: Mount a cd
There is no specific way the genriuc way is like this
mount /dev/dsk/cxtydz /mntpoint
this can be used wiht options like
-F cdfs , -o cdcase , -rrip
or the felxible way is to mount using pfs
pfs_mountd &
pfsd &
pfs_mount -x lower_case -x noversion /dev/dsk/cxtydz /cdrom
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 08:02 PM
09-26-2002 08:02 PM
Re: Mount a cd
i have a script that i use for both mounting and unmounting cds.
hope this helps!
Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 08:05 PM
09-26-2002 08:05 PM