From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 18:14:10 2004 Return-Path: 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 0242216A4CE for ; Thu, 11 Mar 2004 18:14:10 -0800 (PST) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F4943D1D for ; Thu, 11 Mar 2004 18:14:09 -0800 (PST) (envelope-from rmvg@shaw.ca) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-ser.prod.shaw.ca [10.0.141.178])2003)) with ESMTP id <0HUF00B0KY7LWS@l-daemon> for questions@freebsd.org; Thu, 11 Mar 2004 19:14:09 -0700 (MST) Received: from pn2ml1so.prod.shaw.ca (pn2ml1so-qfe0.prod.shaw.ca [10.0.121.145]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HUF00BGIY7LR1@l-daemon> for questions@freebsd.org; Thu, 11 Mar 2004 19:14:09 -0700 (MST) Received: from shaw.ca (h68-146-233-221.cg.shawcable.net [68.146.233.221]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HUF009G4Y7LME@l-daemon> for questions@freebsd.org; Thu, 11 Mar 2004 19:14:09 -0700 (MST) Date: Thu, 11 Mar 2004 19:14:35 -0700 From: RYAN vAN GINNEKEN In-reply-to: <44hdwug91q.fsf@be-well.ilk.org> To: Lowell Gilbert Message-id: <40511D0B.6020409@shaw.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040113 References: <40504DF3.9040107@shaw.ca> <44ekrzmong.fsf@be-well.ilk.org> <4051097B.8000607@shaw.ca> <44hdwug91q.fsf@be-well.ilk.org> cc: questions@freebsd.org Subject: Re: mounting cdrom drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 02:14:10 -0000 Lowell Gilbert wrote: >RYAN vAN GINNEKEN writes: > > > >>Lowell Gilbert wrote: >> >> >> >>>RYAN vAN GINNEKEN writes: >>> >>> >>> >>> >>>>I have this in my dmesg output >>>> >>>>acd0: CDROM at ata1-master PIO4 >>>>acd1: CDROM at ata1-slave PIO4 >>>> >>>>but when i try to mount these acd0 i get this error >>>> >>>>#mount_cd9660 /dev/acd0 /cdrom/cdrom0 >>>>mount_cd9660: /dev/acd0: No such file or directory >>>> >>>>so cd to /dev make device acd0 with this command >>>>sh MAKEDEV acd0 seems to work no errors but the device is not created >>>>and when i try to mount agian i get this agian >>>> >>>>#mount_cd9660 /dev/acd0 /cdrom/cdrom0 >>>>mount_cd9660: /dev/acd0: No such file or directory >>>> >>>>Please help >>>> >>>> >>>> >>>What are you running? [Always include the output of 'uname -a' in questions.] >>> >>>What is the output of 'ls /dev/acd*'? >>> >>> >>> >>> >>v22.computerking.ca > /var/spool #uname -a >>FreeBSD v22.computerking.ca 4.9-STABLE FreeBSD 4.9-STABLE #1: Thu Mar >>4 01:19:45 MST 2004 >>rmvg@v22.computerking.ca:/usr/src/sys/compile/V22.COMPUTERKING.CA i386 >>[Thu Mar 11] 05:43 PM [0] >>v22.computerking.ca > /var/spool #ls /dev/acd* >>/dev/acd0a /dev/acd0c /dev/acd1a /dev/acd1c >> >> > >mount -t cd9660 /dev/acd0c /cdrom/cdrom0 > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Thank you now I can mount my cd rom drives and i know how to add them to fstab so they get mounted at boot time. However i have had problems with my system hanging during a reboot if the cd is scratch or dirty. Is there a way to mount these devices with less priority so if they dont work the system will still boot. Have had the same problems with nfs drives as well there must be a way to fix this problem i have of my system hanging forever if the remote files are offline for some reason.