 Mount the diskette manually by typing:
mkdir /cdrom
mount t cdfs o noversion
/dev/device /cdrom
where device is the diskette device name,
which will be configuration dependant. A typical diskette device name is rz4c.

Mount the diskette manually by typing:
mkdir /floppy
mount r t cdrfs /dev/device
/cdrom
where the device is the diskette device
name which will depend on the SCSI address; for example, dsk/c201d0s0 for SCSI
address 0. If you do not know you diskette device name, use sam to mount it instead (refer
to the HP manual for sam)

If you are running vold ( Solaris 2.2 or later ), the diskette will mount automatically
as /floppy. If the diskette does not mount, mount it manually by typing:
SunOS ( Solaris 1.1.1/1.1.2 ):
mount r t hsfs /dev/device
/cdrom
Solaris 2.3/2.4:
mount r F cdrfs /dev/device
/cdrom
where device will normally be sr0.

Mount the Floppy by typing:
mount V jfs r /dev/fd0 directory
where directory is the mount directory. For example:
mount V jfs r /dev/fd0 /mnt
You may get the following warning: mount: warning: the permissions on directory
are incompatible with the permissions in the root directory of /dev/fd0
This is not an error and can be ignored. |