Tag: mount
-
How to mount ISO with FreeBSD
Like this:mdconfig /path/to/isomount -t cd9660 /dev/mdX /mountpointX being md unit reported by mdconfig command. After done with ISO unmount it and delete md created for it:umount /mountpointmdconfig -d -u X(Again X being md unit as reported during creation)