How to Mount a CDRom in FreeBSD 9 VM by Nicholas Lee Fagan

Subscribers:
6,530
Published on ● Video Link: https://www.youtube.com/watch?v=4XJ-9-uCGkw



Category:
Guide
Duration: 1:28
3,306 views
6


In this video I show you how to mount a CDRom in FreeBSD 9 which I'm also running in a virtual machine in VMWare Workstation. See my video on mounting .ISO files in VMWare workstation before following along in this video.

The first thing I do is make a folder. So I issue the command 'mkdir /cdrom', then I create a file in there so I can easily tell if the CD is mounted or not. You use the 'touch' command to create a file. The next thing I do is mount the CDRom by using the following command:
mount -t cd9660 /dev/cd0 /cdrom

From there you just change directories into the CDRom directory you created and the files on the CD will be there. . .
=== Remote IT Support ===
https://linktr.ee/remotetechsupport

=== Music ===
https://linktr.ee/nichproductions

=== Beautiful World ===
https://linktr.ee/beautifulworldtravel







Tags:
How-to (Conference Subject)