From owner-freebsd-questions@FreeBSD.ORG Sat Dec 10 19:14:36 2005 Return-Path: X-Original-To: FreeBSD-questions@freebsd.org Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B936E16A41F for ; Sat, 10 Dec 2005 19:14:36 +0000 (GMT) (envelope-from nieves_e@charter.net) Received: from mxsf27.cluster1.charter.net (mxsf27.cluster1.charter.net [209.225.28.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E19843D58 for ; Sat, 10 Dec 2005 19:14:35 +0000 (GMT) (envelope-from nieves_e@charter.net) Received: from mxip26a.cluster1.charter.net (mxip26a.cluster1.charter.net [209.225.28.181]) by mxsf27.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id jBAJEY9B007221 for ; Sat, 10 Dec 2005 14:14:34 -0500 Received: from unknown (HELO [192.168.1.103]) ([24.196.234.25]) by mxip26a.cluster1.charter.net with ESMTP; 10 Dec 2005 14:14:34 -0500 X-IronPort-AV: i="3.99,239,1131339600"; d="scan'208"; a="541530211:sNHT19996600" Message-ID: <439B5341.7090402@charter.net> Date: Sat, 10 Dec 2005 14:14:25 -0800 From: "Enrique Nieves Jr." User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051005) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-questions@freebsd.org References: <4399425E.4000908@charter.net> <444q5itiu2.fsf@be-well.ilk.org> In-Reply-To: <444q5itiu2.fsf@be-well.ilk.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Help mounting my CD rewritable drive and floppy drive in KDE desktop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2005 19:14:36 -0000 Lowell Gilbert wrote: >"Enrique Nieves Jr." writes: > > > >>I tried mounting my CD rewritable disk from the KDE desktop by >>right-clicking and following the path - create new -> link to device >>-> >>CD writer device. When I successfully place the CD Writer icon on the >>desktop and tried to mount, I got the following error message: >> >>Could not mount device >>The reported error was: >>mount_cd9660: /dev/acd0 input/output error >> >>I get the same thing when attempting to mount my floppy drive. >>Note: I'm trying to read CDs with jpegs copied from a Windows XP box. >> >> > >Can you do it from the command line? >Do you get the same errors? >Are the devices present? > > > > I was able to mount the cd rom on the KDE desktop, and it work. It only needed to point to the /dev/acd0 in the Device tap of the icon. However, I can't do this with the floppy. I can't find where the mount point is on the Device tab. Also, I can't mount he floppy from the command line. When I use % mount /dev/fd0 /floppy, I get /floppy: no such directory. I tried the same command with /media instead of /floppy since that's where the hard drive and cd rom are, but I get the same message. I can't seem to find the floppy device anywhere. I appreciate your help with this. Enrique I'm using the KDE environment in a PCBSD distro of FreeBSD. The hard drive and the cdrom seem to be present in the /media directory. There's an fd folder with three files 0, 1, and 2 on the /dev directory, but these seem to be empty. Also there's an fd0 file in the /dev, but it's also empty.