NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/43012: sysinst doesn't detect correct cd/dvd drive
The following reply was made to PR install/43012; it has been noted by GNATS.
From: "Christoph Egger" <Christoph_Egger%gmx.de@localhost>
To: gnats-bugs%NetBSD.org@localhost, netbsd-bugs%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost,
install-manager%netbsd.org@localhost
Cc:
Subject: Re: install/43012: sysinst doesn't detect correct cd/dvd drive
Date: Fri, 19 Mar 2010 15:56:02 +0100
More details:
# dmesg | fgrep cd
cd0 at atapibus0 drive 1: <DVD-ROM DDU1621, B, VER S3.> cdrom removable
cd0: 32-bit data port
cd0: drive supports PIO mode 4, DMA mode 0, Ultra-DMA mode 0
cd0(ixpide0:0:1): using PIO mode 4, Ultra-DMA mode 0 (using DMA)
cd1 at atapibus1 drive 1: <DVD-ROM DDU1621, B, VER S3.> cdrom removable
cd1: 32-bit data port
cd1: drive supports PIO mode 4, DMA mode 0, Ultra-DMA mode 0
cd1(ixpide1:0:1): using PIO mode 4, Ultra-DMA mode 0 (using DMA)
# mount -t cd9660 /dev/cd0a /mnt
cd0(ixpide0:0:1): Check Condition on CDB: 0x00 00 00 00 00 00
SENSE KEY: Not Ready
ASC/ASCQ: Medium Not Present
mount_cd9660: /dev/cd0a on /mnt: Operation not supported by device
# mount -t cd9660 /dev/cd1a /mnt
mount_cd9660: /dev/cd1a on /mnt: Device not configured
# disklabel cd0
disklabel: ioctl DIOCGDINFO: Operation not supported by device
# disklabel cd1
# /dev/rcd1d:
type: ATAPI
disk: iso partition
label: fictitious
flags: removable
bytes/sector: 2048
sectors/track: 100
tracks/cylinder: 1
sectors/cylinder: 100
cylinders: 4
total sectors: 350
rpm: 300
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
4 partitions:
# size offset fstype [fsize bsize cpg/sgs]
d: 350 0 UDF # (Cyl. 0 -
3*)
disklabel: boot block size 0
disklabel: super block size 0
# mount -t udf /dev/cd1d /mnt
UDF mount: disc is not recordable
mount_udf: Cannot mount /dev/cd1d on /mnt: Read-only file system
# mount -t cd9660 /dev/cd1d /mnt
# mount
/dev/wd0a on / type ffs (local)
kernfs on /kern type kernfs (local)
ptyfs on /dev/pts type ptyfs (local)
/dev/cd1d on /mnt type cd9660 (read-only, local)
Home |
Main Index |
Thread Index |
Old Index