Richard Tindall wrote:
Hi folks,
Is there some reason I am unable to..
P3-600-FreeBSD# mount /dev/acd0 /cdrom/
mount: /dev/acd0 on /cdrom: incorrect super block
Try
mount -t cd9660 /dev/acd0 /cdrom
The FreeBSD mount will assume you are mounting a UFS file system. When
the super block is incorrect it complains.
It's a Linux CD, 2 tried so far. Have been able to play a music CD
already, & installed from the drive (it's good).
Is there a /dev/?(music) to be deleted?
Devices on FreeBSD are automatically created and deleted with devfs.
Unless you created a link to another device you won't need to delete
anything from /dev
Andrew