*BSD News Article 77865


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!cancer.vividnet.com!hunter.premier.net!www.nntp.primenet.com!nntp.primenet.com!newsfeed.internetmci.com!newsxfer2.itd.umich.edu!uunet!in2.uu.net!EU.net!Norway.EU.net!online.no!newshub.alcatel.no!usenet
From: Arve Ronning <Arve.Ronning@alcatel.no>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: cdrom prob, again
Date: Mon, 09 Sep 1996 16:35:17 +0200
Organization: Alcanet International Scandinavia
Lines: 16
Message-ID: <32342B25.41C67EA6@alcatel.no>
References: <50ocnk$k9l@cantina.clinet.fi> <3230EC03.167EB0E7@FreeBSD.org>
NNTP-Posting-Host: stku50.alcatel.no
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4m)

Mika Ruohotie wrote:
> i get this error:
>
> shadows# mount -t cd9660 /dev/wcd0a /mnt
> cd9660: /dev/wcd0a: Input/output error
> shadows#
 
I believe you should try :

	mount -t cd9660 /dev/wcd0c /mnt
				-^-
or	mount_cd9660 /dev/wcd0c /mnt
			     -^-

	- Arve