Wednesday, July 21, 2010

Access a CD/DVD

Access a CD/DVD from the ESX COS
Find your CD/DVD ROM device by issuing the command: ll /dev |grep cdrom
Mount the CD/DVD ROM device by issuing the command (as an example): mount /dev/scd0 /mnt/cdrom
-=or=- mount /dev/hda /mnt/cdrom
You should now see your CD/DVD media mounted at /mnt/cdrom. View its contents by issuing the command ll /mnt/cdrom
Unmount the device with the command umount /mnt/cdrom
More vQuotes

No comments:

Post a Comment