When you use volume management software, the CD-ROM is mounted automatically when the disk is inserted into the drive
 
If you are not using volume management software, mount the CD-ROM manually:
 
1.      Place the CD-ROM in the CD-ROM drive.
2.      Log in as the root user and create a CD-ROM mount point directory accessible by all users:
# mkdir /cdrom
# chmod 777 /cdrom
 
3.      Mount the CD-ROM drive on the mount point directory and then exit the root account:
# mount options device_name /cdrom
# exit
Examples of mount commands and additional mounting instructions for different UNIX platforms are given below.
 
Sun SPARC Solaris
# mount -r -F hsfs /dev/dsk/c0t06d0s2 /cdrom
 
Solaris Intel
# mount -F hsfs -r /dev/dsk/c0t06d0s2 /cdrom
 
Note: On Solaris (Sun SPARC and Intel), if you are using Volume manager, the CD-ROM is mounted automatically. The mount point is usually /cdrom
 
HP-UX
# nohup /usr/sbin/pfs_mounted &
# nohup /usr/sbin/pfsd &
# /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c5t2d0 /SD_CDROM
 
IBM AIX
# mount -r -v cdrfs /dev/cd0 /cdrom
 
Intel Linux
# mount -t iso9660 /dev/cdrom /cdrom
 
Compaq Tru64 UNIX, Digital UNIX
# mount -t cdfs -r -o nodefperm,noversion,rrip /dev/rz4c /cdrom
 
Additional UNIX Systems
Example mount commands are given for additional UNIX operating systems below.
 
DG AviiON Intel_Based Systems
# /etc/mount -t cdrom `/dev/pdsk/device_name’ /cdrom
 
Hitachi 3050RX/3500 HI-UX/WE2
# mount /dev/cd14 /users/oracle/cdrom -t cdfs -o ro -R
 
IBM NUMA-Q Dynix/PTX (formerly Sequent)
# /etc/mount -r -F cdfs /dev/dsk/cd1 /cdrom
 
IBM RS/6000 SP Node
To mount a CD-ROM onto an RS/6000 SP node, perform the following:
1.      Mount the CD-ROM on the control workstation:
cws# mkdir -p /cdrom
cws# mount -r -v cdrfs /dev/cd0 /cdrom
 
2.      Make it exportable via NFS:
cws# mknfsexp -d /cdrom -t ro -N
 
3.      Export the CD-ROM:
cws# exportfs -v -I -o ro /cdrom
 
4.      Login to the node and mount the CD-ROM:
node# mkdir -p /nfs/cws/cdrom
node# mount CWS:/cdrom /nfs/cws/cdrom
 
Fujitsu UXP/DS
# mount -F cdfs /dev/cd0 /CDROM
 
NCR SVR4 UNIX
# /etc/mount -F cdfs -r -o reo ncrn,dperm=555 fperm=555 /dev/cdrom/cdrom1 cdrom
 
NEC UX/4800
# mount -r -F cdfs device_name /cdrom
 
SCO Unixware
# mount -F cdfs /dev/cdrom/c0b0t4l0 /cdrom
 
Siemens Nixdorf/Siemens Pyramid
# mount -r -F hs /dev/ios0/sdisk0060 /cdrom
 
Silicon Graphics IRIX
# mount -t iso9660 -o ro /dev/cdrom /cdrom
 
Unisys U6000
# mkdir /olink
# chmod 777 /olink
# mount -F cdfs -r /dev/sc0 /cdrom
# cdmntsuppl -c -F ugo+rx /cdrom
 
Other Platforms
Alpha OpenVMS
$ MOUNT /OVERRIDE=INDENTIFICATION ddcn
where
ddcn is a valid CD-ROM device name.
 
Novell Netware
Read and follow the instructions in your Getting Started for Netware guide, available at http://docs.oracle.com
 
Caldera eServer 2.3.1
mount /dev/cdrom /mnt/cdrom
 

'server' 카테고리의 다른 글

사설아이피 대역  (0) 2010.05.02
무료 도메인 정보  (0) 2009.03.08
서버관리자의 필요점?  (0) 2007.08.08
블레이드 서버  (0) 2007.08.07

+ Recent posts