8.6 Installing Software from DVD
Mounting the DVD
Directly Mounting a Local ISO
# mdconfig -f /home/ykla/FreeBSD-14.2-RELEASE-amd64-dvd1.iso # Replace with the actual ISO path; you can use pwd to check the current path
md0
# mkdir -p /dist # Create the mount path; it must be this path
# mount -t cd9660 /dev/md0 /dist # Cannot mount ISO directly; will report error block device requiredDirectly Using the DVD Device (e.g., ISO Image Mounted via Virtual Machine)
# gpart show # Display all disk partition table information in the system
……useless disks omitted……
=> 9 2356635 cd0 MBR (4.5G)
9 2356635 - free - (4.5G)Troubleshooting and Unfinished Business
Installing DVD Software Directly Using Environment Variables
Switching the Software Repository to DVD
Creating a DVD Software Repository
Test Installation
Ejecting the DVD and Releasing Resources
References
Exercises
Last updated