From owner-freebsd-questions@freebsd.org Sun Dec 20 17:26:02 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 23D35A4DD67 for ; Sun, 20 Dec 2015 17:26:02 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (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 B5C4F1E25 for ; Sun, 20 Dec 2015 17:26:01 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id p187so43134042wmp.0 for ; Sun, 20 Dec 2015 09:26:01 -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=ILVJRKSNgkUC6pW29rp+V64wlGF47/6X3ceWjdYQAa8=; b=rsHyuG3PtWT/WWv5IFk6owmE7QtPZe4qDk3FV7yl8AUFwxXu6Tpz4zFdrfSrGxFvNe DPEsKQpXQju1m4LLkUWee9M4A2kUxBu4J9zX2FTsAmo3d3Y67xpRe58ZPQxLX9/taZDD rOb2OvGXsiJvk7k+kJ5757x0KFjfO+QX1k7m5kcjL8UsC5pSrkfTW2Fde6vVmfMQtN28 GSSSvSkGO20H4D0CCl5pKkkOg401P17SuWSAENxr0LBQUZrsBOBYEG0BpMJRxGqh3alG r60Y6BwNAxB52ioEBPpKITR6PY/KJ8rZ3zzvZh2GRic9BNfrr83lQSLHnplOF5wcb58t ULfQ== MIME-Version: 1.0 X-Received: by 10.194.9.169 with SMTP id a9mr15731711wjb.60.1450632360175; Sun, 20 Dec 2015 09:26:00 -0800 (PST) Received: by 10.194.192.33 with HTTP; Sun, 20 Dec 2015 09:26:00 -0800 (PST) In-Reply-To: <20151220172157.GD4053@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> Date: Sun, 20 Dec 2015 11:26:00 -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:26:02 -0000 On Sun, Dec 20, 2015 at 11:21 AM, Sergey Manucharian wrote: > > No, I've mentioned it above: Windows has created a partition after > I reformated it. Not sure if there is a way in Windows to use entire > device. I wanted to check if Windows format is different from Linux one. > That explanation is just more confusing and seemingly gibberish. Please show output of 'gpart list da0' -- Adam