From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 19:24:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83BB21065672 for ; Tue, 9 Jun 2009 19:24:00 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 405918FC0C for ; Tue, 9 Jun 2009 19:24:00 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 5A7705E18E; Tue, 9 Jun 2009 21:23:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.98 X-Spam-Level: X-Spam-Status: No, score=-1.98 tagged_above=-999 required=5 tests=[AWL=0.620, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wKHdhnF6BUwC; Tue, 9 Jun 2009 21:23:54 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 43D085E328; Tue, 9 Jun 2009 21:23:54 +0200 (CEST) Message-ID: <4A2EB6CA.6090506@eskk.nu> Date: Tue, 09 Jun 2009 21:23:54 +0200 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.21 (X11/20090407) MIME-Version: 1.0 To: Roland Smith References: <4A2EAF98.70700@eskk.nu> <20090609190728.GA76887@slackbox.xs4all.nl> In-Reply-To: <20090609190728.GA76887@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Need advise on how to mount certain CD's 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: Tue, 09 Jun 2009 19:24:00 -0000 Roland Smith skrev: > On Tue, Jun 09, 2009 at 08:53:12PM +0200, Leslie Jensen wrote: >> Hello list >> >> I've got a CD-R from a friend, (who runs windows) that I cannot mount on >> my 7.2-RELEASE system. It's readable in another windows machine. >> >> Other CD and DVD's is no problem but this one is. >> >> The error I get is: >> >> mount -t cd9660 /dev/acd0 /cdrom >> mount_cd9660: /dev/acd0: Invalid argument >> >> I've Googled and read the handbook but I think my settings are ok. >> >> Any suggestions? > > Is your friend running MS "vista" by any chance? > Because that version by default now uses an UDF-based "live file system" > [http://en.wikipedia.org/wiki/Live_File_System]. > > Try mount_udf, or tell your friend to make a proper CD filesystem > (called "mastered" in MS parlance). > > Roland I tried that as well, same error unfortunately mount -t udf /dev/acd0 /cdrom mount_udf: /dev/acd0: Invalid argument So is this a new MS filesystem that no one but Vista users can read? I'm afraid we'll properly see more of these problems unless support is added to the mount command. /Leslie