beautypg.com

2 sharing a cd-rom drive, Administration guidelines sharing a cd-rom drive, F hs – Siemens Unix V4.0 User Manual

Page 141

background image

Administration guidelines

Sharing a CD-ROM drive

Product Manual

U7613-J-Z815-6-76

©

S

iem

e

n

s

N

ix

dor

f

In

fo

rm

at

io

n

s

s

y

s

te

m

e

A

G

1

9

9

5

P

fad

: D:

\O

7

613

e6

\u

761

3e

.k

06

6.2 Sharing a CD-ROM drive

If your UNIX system has a CD-ROM drive, you can also share it for workstations. To do this,
carry out the following steps:

Ê

Using the

mount

command, incorporate the CD-ROM drive in the UNIX file system, for

example, use the commands:

mkdir /cdrom
chmod 777 /cdrom
mount -F hs -o dos /dev/ios0/sdisk005s0 /cdrom

The devicename for the CD-ROM drive varies depending on the UNIX system.

Most of the CD-ROMs have the

high sierra

file system type for which you enter

the required driver on RM systems using the parameter

-F hs

.

In the example a directory (

/cdrom

) has been generated for slice 0 only. Create

another directory for each other slice as required and incorporate it into the
UNIX file system using the

mount

command.

Advanced Server for UNIX generally only processes filenames which do not
contain any uppercase letters. The filenames are converted to lowercase letters
using the

-o dos

parameter. Check whether this parameter is set if errors occur.

You could also configure Advanced Server for UNIX is such a way that both
uppercase and lowercase usage is possible. To enable this, set the following
parameter in the registry:

MixedCaseSupport

=

1

.

Share the CD-ROM drive using the

net share cdrom=c:/cdrom

command.

Users now have read access to the CD-ROM drive from their workstations using the

net use i: \\server1\cdrom

command, for example.

You cannot remove the CD-ROM from the drive before you have removed the

CD-ROM drive from the UNIX file system with the

umount

command!

i

i