From owner-freebsd-stable@FreeBSD.ORG Mon Jan 19 00:08:29 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0748416A4CE for ; Mon, 19 Jan 2004 00:08:29 -0800 (PST) Received: from neuron.tuke.sk (neuron-ai.fei.tuke.sk [147.232.24.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B3143D2F for ; Mon, 19 Jan 2004 00:08:27 -0800 (PST) (envelope-from babjak@neuron.tuke.sk) Received: from babjak by neuron.tuke.sk with local (Exim 3.35 #1 (Debian)) id 1AiUSO-0002Zq-00 for ; Mon, 19 Jan 2004 09:08:24 +0100 Date: Mon, 19 Jan 2004 09:08:24 +0100 To: freebsd-stable@freebsd.org Message-ID: <20040119080824.GA9019@neuron.tuke.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: Jozef Babjak Subject: problem with mounting cd: "cd9660: /dev/acd0c: Invalid argument:" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: babjak@neuron.tuke.sk List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 08:08:29 -0000 Hi, when I try to mount data cd (not audio), I obtain following error: [root]{~}<8:43:19>mount /cdrom cd9660: /dev/acd0c: Invalid argument [root]{~}<8:43:26> There is a line in the /etc/fstab file for my cd-rom: [root]{~}<8:47:19>grep cdrom /etc/fstab /dev/acd0c /cdrom cd9660 ro,noauto 0 0 [root]{~}<8:47:27> My cdrom is connected like secondary master: [root]{~}<8:48:44>dmesg | grep acd0 acd0: CD-RW at ata1-master UDMA33 [root]{~}<8:49:03> Devices in /dev directory seem to be OK: [root]{~}<8:51:49>ls -l /dev | egrep acd crw-r----- 4 root operator 117, 0 Jan 19 08:40 acd0a crw-r----- 4 root operator 117, 0 Jan 19 08:40 acd0c crw-r----- 4 root operator 117, 0 Jan 19 08:40 racd0a crw-r----- 4 root operator 117, 0 Jan 19 08:40 racd0c [root]{~}<8:52:07> Finally, file-system entries in my kernel config file: options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem [...] device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering Kernel is compiled with this /etc/make.conf file: CPUTYPE=k7 CFLAGS= -O -pipe COPTFLAGS= -O -pipe My system is: [babjak]{~}<8:56:14>uname -a FreeBSD cronin.chtf.stuba.sk 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan 19 08:18:25 CET 2004 root@cronin.chtf.stuba.sk:/usr/src/sys/compile/KERONIN i386 [babjak]{~}<8:58:33> This problem starts after upgrading 4.9-RELEASE to 4.9-STABLE via CVSup /src/sys source tree and make buildworld/buildkernel/installkernel/installworld (kernel and rest system are sync). Before upgrade mentioned above everything worked well. I run 'MAKEDEV all' from mergemaster after installing new kernel & world. I forgot something? Thank you for any advices. Jozef Babjak.