From owner-freebsd-questions@freebsd.org Mon Dec 21 01:45:08 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 412C7A4D39A for ; Mon, 21 Dec 2015 01:45:08 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2A0A14B7 for ; Mon, 21 Dec 2015 01:45:07 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id p187so49363420wmp.0 for ; Sun, 20 Dec 2015 17:45:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=L7kLRrmcMYBvPodsybTK0gKsr7kYngqOFvKJPgtKtBw=; b=kA88KKVF7r3ApLCIZNIAqmXL0r3DhWJXBxFkalw6ddOQ+nG+E4A8rgvfALUm2wI7b1 0uvN9zniX4iIKJpPBPja2Gu9Ejrsy3kUB53DaqoJGT0YdxQ4rxlwQWjQx5yaP3sQjaLz pzNTSHgSILh7Bzh9KS4rB+Zq6nKmajRZY2/+eM4j171BMUzTgrxLeIM0CxD76XonGh0k LaLS6KslI72fYaPZnLO5yDxtCXvVzHG0p6Ar/SIbvYCV/pz61oQnKHbpVSspFpY5kmiE 4WIig+x/Dcnl2euc4ssAvroiPSVzkLMsTzMermnv8tnIJjx/5fk8GD8BsN0aP7wtAczx NlGA== MIME-Version: 1.0 X-Received: by 10.28.0.132 with SMTP id 126mr3181187wma.67.1450662305241; Sun, 20 Dec 2015 17:45:05 -0800 (PST) Received: by 10.194.192.33 with HTTP; Sun, 20 Dec 2015 17:45:05 -0800 (PST) In-Reply-To: <20151220213807.GA4064@dendrobates.araler.com> References: <20151219171651.12f1da2d@jive.levalinux.org> <20151219191010.21d4af06.freebsd@edvax.de> <20151219204039.70b2b91b@jive.levalinux.org> <20151219210321.c5438bdc.freebsd@edvax.de> <20151220060715.GJ22018@dendrobates.araler.com> <20151220162856.GC4053@dendrobates.araler.com> <20151220172157.GD4053@dendrobates.araler.com> <20151220183934.4bf4c6bb.freebsd@edvax.de> <20151220213807.GA4064@dendrobates.araler.com> Date: Sun, 20 Dec 2015 19:45:05 -0600 Message-ID: Subject: Re: mounting udf From: Adam Vande More To: Sergey Manucharian Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 01:45:08 -0000 On Sun, Dec 20, 2015 at 3:38 PM, Sergey Manucharian wrote: > # gpart list da0 > Geom name: da0 > modified: false > state: OK > fwheads: 255 > fwsectors: 63 > last: 31266815 > first: 63 > entries: 4 > scheme: MBR > Providers: > 1. Name: da0s1 > Mediasize: 16006362624 (15G) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 32256 > Mode: r0w0e0 > rawtype: 11 > length: 16006362624 > offset: 32256 > type: fat32 > index: 1 > end: 31262489 > start: 63 > Consumers: > 1. Name: da0 > Mediasize: 16008609792 (15G) > Sectorsize: 512 > Mode: r0w0e0 > > # mount -t udf /dev/da0s1 /mnt/tmp/ > mount: /dev/da0s1: Invalid argument > Do not try to mount /dev/da0, only /dev/da0s1. Try mounting with cd9660. File a bug with a complete methodology to reproduce whatever media you're working with. -- Adam