HP Model 735 hp 4x speed CD-ROM disk drive user's guide (a1658-90688) - Page 37

Mounting a CD-ROM Disc

Page 37 highlights

Using Your CD-ROM Drive Mounting a CD-ROM Disc To access your CD-ROM drive, you must mount a CD-ROM disc every time you insert it into the drive. CAUTION: Failure to mount a disc may cause a system error condition and may also require rebooting the system. Perform the following steps to mount a disc: 1. Insert the CD-ROM disc into the disc tray, as described earlier in this chapter. 2. Load the disc tray into the drive, as described earlier in this chapter. 3. Using the mkdir command, create a mount directory (for example, /cdrom) to define where to access the CD-ROM file system, as shown: mkdir /cdrom Return 4. Mount the CD-ROM disc every time you insert it into the drive. The mount command uses the following syntax: mount sfname directory -options where: sfname is the name of the block device file associated with the drive containing the file system to be mounted. directory is the mount point directory in the existing file system where the file system is to be mounted. options are any restrictions specified by the user. Mount all CD-ROM discs using the mount command with -t cdfs options. The following example uses the preconfigured block device file /dev/dsk/c201d2s0 for the CD-ROM drive, set for default SCSI address 2, and /cdrom as the mount directory. 2-11

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60

Using Your CD-ROM Drive
2–11
Mounting a CD-ROM Disc
To access your CD-ROM drive, you must mount a CD-ROM disc every time you insert it
into the drive.
CAUTION:
Failure to mount a disc may cause a system error condition and
may also require rebooting the system.
Perform the following steps to mount a disc:
1.
Insert the CD-ROM disc into the disc tray, as described
earlier in this chapter.
2.
Load the disc tray into the drive, as described earlier in this chapter.
3.
Using the
mkdir
command, create a mount directory (for example,
/cdrom
) to
define where to access the CD-ROM file system, as shown:
mkdir
/cdrom
Return
4.
Mount the CD-ROM disc every time you insert it into the drive. The
mount
command uses the following syntax:
mount
sfname
dir
ectory
–options
where:
sfname
is the name of the block device file associated with the drive
containing the file system to be mounted.
dir
ectory
is the mount point directory in the existing file system where
the file system is to be mounted.
options
are any restrictions specified by the user.
Mount all CD-ROM discs using the
mount
command with
–t cdfs
options. The fol-
lowing example uses the preconfigured block device file
/dev/dsk/c201d2s0
for the
CD-ROM drive, set for default SCSI address 2, and
/cdrom
as the mount directory.