Error mounting /dev/cd0 on /dist No such file or directory (2)

Hi everyone. I can't solve this problem: I'm trying to mount .iso file (FreeBSD 9.1) by command: mount_cd9660 /dev/cd0 /mnt and then I see a message:
Code:
Error mounting /dev/cd0  on /dist No such file or directory (2).
What should I do?
 
The error and the command you showed don't match up. Did you post the correct information? The command shows you are mounting on /mnt/ but the error shows you're trying to mount on /dist/.
 
I want to notice: this error is shown when the CD-ROM is already mounted (I have access to a DVD); then I go this way: sysinstall -> configure -> packages -> and I get the error.
 
Back
Top