DragonFly users List (threaded) for 2006-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Problem with CDROM
:
: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@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]