From owner-freebsd-questions@freebsd.org Sun Dec 20 17:14:15 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 29C92A4D38C for ; Sun, 20 Dec 2015 17:14:15 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (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 CD11013B3 for ; Sun, 20 Dec 2015 17:14:14 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id l126so43294646wml.1 for ; Sun, 20 Dec 2015 09:14:14 -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=rNPl96TO37aZTkW5+lnRLlmtzDjWpxjsker3ccaz6mc=; b=G4mBjMa8QytLng242iruEazNYoB7//i63cUA4r7kqE2tHK6u3w3aG9gh7GGYI4lRq3 ZwGG3XwBLe8wBsClwJWME2YMsgUDnGcvcRteCHeccFT1sXjUlSb1zSx9BoR+2BPUXkwB V/jvj7ZzydmylDHdrhjBYKR+VIuGUWQW3e6BFYYhTFg+1WLr0ph58KIngOADC3fcN0zS R7uksf/ufLMPzR4T5UZQj4HbtQXszCw/ZsQN9UPTVNqtIU2DxvKzhOJw67CAS2dyo/H5 y34FasmnHBVHl5cwTje15PyYWJgspbPhBum0AS9lZ/pTGE+DyhgQexYEaqQas1U9D3lo NmHA== MIME-Version: 1.0 X-Received: by 10.194.9.169 with SMTP id a9mr15684274wjb.60.1450631652946; Sun, 20 Dec 2015 09:14:12 -0800 (PST) Received: by 10.194.192.33 with HTTP; Sun, 20 Dec 2015 09:14:12 -0800 (PST) In-Reply-To: <20151220162856.GC4053@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> Date: Sun, 20 Dec 2015 11:14:12 -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: Sun, 20 Dec 2015 17:14:15 -0000 On Sun, Dec 20, 2015 at 10:28 AM, Sergey Manucharian wrote: > Nope. Nothing new. I've also reformatted it in Windows (which created a > partition). Still works fine in Linux, but not in FreeBSD: > > # fstyp /dev/da0s1 > fstyp: /dev/da0s1: filesystem not recognized > > # mount_udf -v /dev/da0 /mnt/tmp/ > mount_udf: /dev/da0: Invalid argument > You are preforming operations on two different block devices. I cannot understand why. The prior output from linux indicates /dev/da0 is the only one you should care about. -- Adam