answersLogoWhite

0


Best Answer

To mount a CD in SCO Open server UNIX:

login as root

make a directory named cdrom

then

# mount -f HS,lower /dev/cd0 /cdrom

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you mount CD drive in SCO open server unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you mount a drive in Unix?

In order to mount a drive, if it is a network drive, you must have an NFS server installed and an NFS client on the machine you wish to mount the directory for. The NFS server will export the file system to the network, and the NFS client machine will mount it. To mount it on a client machine, create or use an empty directory. Then, using the 'mount' command, indicate the server name and directory on the server and the mount point of the client. For example: mount tarzan:/opt/testing/data /mnt Will mount a directory from the 'tarzan' server called /opt/testing/data under the /mnt directory of the client. So when a client looks at /mnt, they are really looking at /opt/testing/data on the server.


What is hda in unix?

/dev/hda usually refers to the first ATA hard drive in a workstation or server.


Why is Unix open source?

Unix is not open source, it is proprietary. Linux is the open-source version of Unix.


Is Unix is a server operating system?

Unix is targeted at both servers and workstations.


Is UNIX a server operating system?

Unix is targeted at both servers and workstations.


Why you are not able to open multiple session of a Unix server through Putty?

'putty' only allows one window to connect to a system at a time; I don't like that behavior either, but that is the way it was designed. To get multiple sessions to a Unix server I have to execute multiple occurrences of 'putty'.


How do you install PHP on Unix?

To install from source, you may have to use ./configure make make install each in case the server is a unix server


What is the advantage of mounting a drive?

In a UNIX type environment you need to "mount" a drive to logically attach it to the operating system. Before you use the "mount" command, the drive is just a hunk of hardware hanging out there somewhere and the operating system doesn't know how to use it. After you "mount" the drive it is available for read/write, just as you would expect with any computer drive.


Is unix and Linux an open system?

Linux is an open system, Unix is not.


What operating system is used by servers?

There are Windows Server, Linux, BSD, and even Apple's own server


What are the various mount table enteries in unix?

This can vary depending on the Unix/Linux distribution. Your best bet is to use the 'man mount' or 'info mount' commands.


What type of hardware does Unix run on?

Unix can be run on a variety of server, mainframe, and workstation devices.