1834089 Members
2533 Online
110063 Solutions
New Discussion

Re: hpvm host

 
SOLVED
Go to solution
navin
Super Advisor

hpvm host

Hello All,
I have 2 virtual machines created on my hpvmhost . Now i have deleted the virtual dvd from the virtual machines. i want to access the dvd from my actual hpvm host. But i'm not able to .any idea?
Thanks in advance.
This is what the error message i'm getting
# mount /dev/dsk/c0t0d0 /test1
mount: /dev/dsk/c0t0d0 is already mounted on /test1
#
Learning ...
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: hpvm host

Are you sure it isn't already mounted?

What does 'll /test1' show?

What about 'cat /etc/mnttab'? Does it show an entry for your DVD?
navin
Super Advisor

Re: hpvm host

Patrick,
Yes ,the mnttab showed that it is mounted on /SD_CDROM.
unmounted it , now it is working fine.
I appreciate your expertise.
I would like to give 20 point - but again there is a limit for 10 points.
Thanks Pat
Learning ...
skt_skt
Honored Contributor

Re: hpvm host

standard tests for this type of scenario

check the output of

mount
cat /etc/mnttab
lsof /mount_ponit
fsuer -uc /mount_point