On Thu, Apr 13, 2006 at 08:59:59PM +0200, Saverio Iacovelli wrote: > Finally!! I installed DragonFly BSD on laptop! > Now, I cannot to mount the cd-rom: > > #mkdir /mnt/cdrom > #mount /dev/cd0 /mnt/cdrom > mount: /dev/cd0: No such file or directory > #mount /dev/cd0a /mnt/cdrom > mount: /dev/cd0a on /mnt/cdrom: incorrect super block > #mount /dev/cd0c /mnt/cdrom > mount: /dev/cd0c on /mnt/cdrom: incorrect super block
What type of filesystem is on the CD? Try mount_cd9660. Joe
