Problem with CDROM

Matthew Dillon dillon at apollo.backplane.com
Thu Apr 13 12:09:51 PDT 2006


:
: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
:
:Thanks,
:Saverio

    Specify the correct filesystem:

    mount -t cd9660 /dev/cd0c /mnt/cdrom
    (or /dev/cd0a, I forget which).

					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Users mailing list