Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2003 15:46:45 -0400
From:      Jason Andresen <jandrese@mitre.org>
To:        "Tyndall, B." <bt22@leicester.ac.uk>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: DVD Drive wont mount
Message-ID:  <3F257DA5.3080306@mitre.org>
In-Reply-To: <6CF30D2ADA85B24783AAC030BA1822646C1A2A@sumac.cfs.le.ac.uk>
References:  <6CF30D2ADA85B24783AAC030BA1822646C1A2A@sumac.cfs.le.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Tyndall, B. wrote:

> Hi,  I am having trouble using my dvd drive in KDE, as it wont mount, using dvd, cd, cdrw. all I get is the error message saying:
> 
> Could not mount device.
> The reported error was:
> cd9660: /dev/acd0: Invalid argument
> 
> Has anyone got a solution for this?

Do you have two optical disc (DVD/CD/CDRW/etc..) devices in your system? 
  If so, it is possible that the DVD is actually acd1.

% grep acd /var/run/dmesg.boot

Should tell you which device is which.

You cannot mount audio CDs directly.  You can mount Video DVDs, although 
some of the files will not be readable.  Data CDs and DVDs should be 
readable in most cases.

You might also want to make sure the device nodes are correct in /dev. 
You can do this by:
# cd /dev
# sh ./MAKEDEV acd0

-- 
   \  |_ _|__ __|_ \ __| Jason Andresen        jandrese@mitre.org
  |\/ |  |    |    / _|  Network and Distributed Systems Engineer
_|  _|___|  _| _|_\___| Office: 703-883-7755




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F257DA5.3080306>