DragonFly users List (threaded) for 2006-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Problem with CDROM
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
1) cd(4) is SCSI CD-ROM.
2) use mount_cd9660
Try:
# mount_cd9660 /dev/acd0c /mnt/cdrom
Sascha
--
http://yoyodyne.ath.cx
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]