Operating System - Tru64 Unix
1832824 Members
3061 Online
110046 Solutions
New Discussion

Re: Problem in CD ROM mounting in Alpha server

 
SOLVED
Go to solution
Zishan
Regular Advisor

Problem in CD ROM mounting in Alpha server

Dear all,

I have compaq server with tru64 bit 5.1. I am unable to mount my CDROM on that machine Umount command is not working bec I dont know the exact cdrom location is file system. When I am going to check the FSTAB file in /etc/fstab it does not exist. I appreciate any help is this regards that how could i able to mount my CDROM.

Regards,
2 REPLIES 2
Jupinder Bedi
Respected Contributor
Solution

Re: Problem in CD ROM mounting in Alpha server

mkdir /cdrom

and than mount the cdrom as follows

mount -t cdfs -o noversion /dev/disk/cdrom0c /cdrom

and also please assign the points to those who solve your problem. I am telling you because you are the new member in the forum
All things excellent are as difficult as they are rare
Kflihan
Advisor

Re: Problem in CD ROM mounting in Alpha server

try as root the next commands to discover your CDROM file system
# hwmg v d
# hwmg show scsi
kflihan