From owner-freebsd-questions@freebsd.org Sun Dec 20 16:29:00 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 2692CA4D55D for ; Sun, 20 Dec 2015 16:29:00 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 E33DE15C9 for ; Sun, 20 Dec 2015 16:28:59 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: by mail-ig0-x235.google.com with SMTP id ph11so23017097igc.1 for ; Sun, 20 Dec 2015 08:28:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ara-ler-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=m2vdq+GogCRU970nX+wZd/i+aiWZRi3WhL1RR/+KL6A=; b=UNJJm9Nkb7+pOeBaFUUZC0dKkkoyN3ci4zK2hkByAMAm3NiwZKS6UndS2DXFX9+cBa q5oQ9sPtsJc/9mC1dGR9kH7k77CqWeLypCpJjW66mGT7cXT5+FgNcR43f724PVUG8oR+ ZvBLYZq/tnY9gWoax2pc17rRqVHRNENNjvyt2c25mwd7DEUI+0+OQy2q/qmCFd8q+kSr +5gl2p/3ghw7h7VcL1TqSw3hYTdLxRcURKW15g0sAHZ9A848phBIgK7xZZstAlaSFTS6 G6UYGUhFmQPgMrYSp0Pg7UrpdXLy2Z7fFbIiJfOLY7QrViMb/MPxMjtIWFtHEuAysNtR /R+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=m2vdq+GogCRU970nX+wZd/i+aiWZRi3WhL1RR/+KL6A=; b=VMq1bzwkSiTV1j6fxLVw1UsBnzmthNY0V0oC71tnyCeCqusB58BA/HU3Z9lfzsScwR P5tFu9M8C4BkKY5hXSraahrrONRNPukUpqww1jRkNrQQwAIotQTZLNXOCXHvNGHyrjfX cGhJM06VXP4N0IC+8VOn/ClhLVflF77bAJzTP/uDwoFrWaE5VbLsClYKttTxPb6ShRzS dnbVehGVL8F1gofQfFTxbkCSEhabpzVfejWd6y7PDbo9Vv9GXwxamxWgCEnqRjBo03qM i8lBeznq/jsdOKZLVQ2qiZd6u8mWxYix/d6gTmHPU1voh3giTRaojO1Hs7SZKyrBo01P 94rQ== X-Gm-Message-State: ALoCoQkQMorHuR9TWKB3jnduJsN/wYk2jx2wAgUf5TlTIcoYSenOiOo26s0xi6PLg+o1YqzrJgIRGdzUUXTYTnOWDfStlsz+EQ== X-Received: by 10.50.33.52 with SMTP id o20mr6193360igi.60.1450628939221; Sun, 20 Dec 2015 08:28:59 -0800 (PST) Received: from dendrobates.araler.com (70-59-19-232.hlrn.qwest.net. [70.59.19.232]) by smtp.gmail.com with ESMTPSA id e20sm3243480ioe.22.2015.12.20.08.28.58 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 Dec 2015 08:28:58 -0800 (PST) Date: Sun, 20 Dec 2015 09:28:56 -0700 From: Sergey Manucharian To: freebsd-questions Subject: Re: mounting udf Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) 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 16:29:00 -0000 Excerpts from Ben Woods's message from Sun 20-Dec-15 08:37: > On Sunday, 20 December 2015, Sergey Manucharian wrote: > > > I have UDF filesystem on a USB flash drive. It works in read/write mode > > in Linux: > > > > # mount -t udf /dev/sda /mnt/ > > $ mount | grep udf > > /dev/sda on /mnt type udf (rw,relatime,utf8) > > > > But does not work at all in FreeBSD 11-CURRENT: > > > > # mount_udf /dev/da0 /mnt/tmp/ > > mount_udf: /dev/da0: Invalid argument > > > > Sergey > > > > Try adding the verbose option -v which is mentioned in the mount_udf(8) man > page. > > Also, given you are on FreeBSD 11-CURRENT, you might try using the > fstyp(8) command to confirm this is a udf file system. 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 S.