- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mountime CD-ROM
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
04-04-2006 10:48 PM
04-04-2006 10:48 PM
Mountime CD-ROM
I have mount the CD-ROM on my 2 Sun E2900 server --- please tell me how to go abt the same.
is it like follows
#mkdir /cdrom
#mount /cdrom
or else should i need to do any changes in /etc/mnttab
/etc/vfstab
I want to mount the one cd-rom temp. and the other perment...
thanks in adv
regards
wish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 10:53 PM
04-04-2006 10:53 PM
Re: Mountime CD-ROM
root# ioscan -kfnCdisk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 0 10/0/14/0.0.0 sdisk CLAIMED DEVICE TEAC CD-532E-B
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
Then create the mount point:
mkdir /cdrom
And mount the device:
mount /dev/dsk/c0t0d0 /cdrom
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 10:55 PM
04-04-2006 10:55 PM
Re: Mountime CD-ROM
To make it permanent, you would put an entry in /etc/fstab, not /etc/mnttab.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 10:56 PM
04-04-2006 10:56 PM
Re: Mountime CD-ROM
# mkdir /cdrom1
# mount -F cdfs
Permanent:
Put the entries in /etc/fstab file.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 10:59 PM
04-04-2006 10:59 PM
Re: Mountime CD-ROM
You can use the following,
# mount -F cdfs /dev/cdrom /cdrom1
You can add entry into /etc/fstab to make it permanent.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:00 PM
04-04-2006 11:00 PM
Re: Mountime CD-ROM
Issuethe command
pfs_mountd
ex. pfs_mountd /dev/rdsk/c0t0d3 /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:17 PM
04-04-2006 11:17 PM
Re: Mountime CD-ROM
thanks a lot to one and all...
but i am talk about sun servers
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:20 PM
04-04-2006 11:20 PM
Re: Mountime CD-ROM
# cd /etc/init.d
# ./volmgt start
the automounter will mount the cdrom for you.
Regards,
Robert-Jan