
01-20-2012, 09:37 PM
|
|
Administrator
|
|
Join Date: Aug 2010
Posts: 85
Thanks: 7
Thanked 5 Times in 5 Posts
|
|
Can not mount CDROM - FreeBSD
So you cant mount the cd although when you cat /etc/fstab you see it listed?
Tried to mount / umount with no success?
Well, this worked for me:
cd into the /dev directory and look for the name of the device thats listed in fstab. In my case it was acd0 (ZERO). In the /dev directory there was a acd0a and acd0b.
I entered this:
mount -t cd9660 /dev/acd0a /cdrom
SUCCESS!
cd /cdrom
ls
Good luck.
|