From owner-freebsd-current@FreeBSD.ORG Sat Jul 26 06:04:51 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3D7119D for ; Sat, 26 Jul 2014 06:04:51 +0000 (UTC) Received: from forward1l.mail.yandex.net (forward1l.mail.yandex.net [84.201.143.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B5C12996 for ; Sat, 26 Jul 2014 06:04:51 +0000 (UTC) Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward1l.mail.yandex.net (Yandex) with ESMTP id 872221520F97; Sat, 26 Jul 2014 10:04:47 +0400 (MSK) Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id 2E7C81B60059; Sat, 26 Jul 2014 10:04:47 +0400 (MSK) Received: from unknown (unknown [178.76.214.146]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id OWJdZKHS88-4koS3vJe; Sat, 26 Jul 2014 10:04:46 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 6de8aeba-3647-4cfe-88c8-09a394a0ad56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1406354686; bh=2mJFAG5CwagP/TLYRTlYZeESz4Bl4UWm/Of3NEbNvdw=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=sHbh9AE0AMjnWPmdUKRsk8Xhw5TpUwHiZGi4vIfI5W1Yrc1pvM9juBtE/dIUQac9i WUKTh32KGGd3ihb5zLLk9coIFiap9ETrXH92DPMndaILC8RAlqqY8RMvRZSWUn6xul TmrkWDR5QjPS4j6LTzcG+IEcOCD7OX2+FuHmEgbk= Authentication-Results: smtp8.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <53D344F2.9010501@yandex.ru> Date: Sat, 26 Jul 2014 10:04:34 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Thomas Mueller , freebsd-current@freebsd.org Subject: Re: Unreadable DVD in FreeBSD and NetBSD References: <750149.45684.bm@smtp116.sbc.mail.bf1.yahoo.com> In-Reply-To: <750149.45684.bm@smtp116.sbc.mail.bf1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2014 06:04:51 -0000 Thomas Mueller wrote on 26.07.2014 10:00: > I have a DVD, a data DVD rather than movie or music, from Seagate Business Storage 2-bay NAS, that is mountable with mount_cd9660 but not readable in FreeBSD and NetBSD, using current amd64 versions of FreeBSD and NetBSD. > > ls /cdrom showed nothing; ls -al /cdrom showed > > total 6 > dr-xr-xr-x 2 root wheel 2048 Nov 1 2012 . > drwxr-xr-x 26 root wheel 1024 Jul 25 03:31 .. > > df showed > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/gpt/WD2G04 121863804 52278052 59836648 47% / > devfs 1 1 0 100% /dev > /dev/gpt/WD2G05 142191228 8022016 122793916 6% /home > /dev/cd0 1832610 1832610 0 100% /cdrom > > so it looked like something was there. > > Mounted under Linux (System Rescue CD 4.3.0), main directory showed > > autorun.inf > Rally Driver Installation Instructions > Resources > Seagate EULA > Seagate NAS Backup > Seagate NAS Discovery > Seagate NAS Discovery Install Package > Seagate Privacy Policy > Setup.exe > Windows Driver > > Haiku R1Alpha4 (haiku-os.org) was also able to show these directories and read the DVD. > > Is there any way I can read this DVD in FreeBSD or NetBSD, or is this a deficiency or bug in FreeBSD and NetBSD? > > I tried mount -t udf (no good) and "mount_cd9660 -be /dev/cd0 /cdrom" (same result as without -be). > > What more details could I give? > > Tom You need to install sysutils/udfclient. Your cd is in UDF format, that isn't covered by standard mount_udf. -- Regards, Ruslan T.O.S. Of Reality