From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f175.google.com ([209.85.128.175]:44848 "EHLO mail-wr0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152AbdL2RTk (ORCPT ); Fri, 29 Dec 2017 12:19:40 -0500 Received: by mail-wr0-f175.google.com with SMTP id l41so29897040wre.11 for ; Fri, 29 Dec 2017 09:19:40 -0800 (PST) Received: from pali ([2a02:2b88:2:1::5cc6:2f]) by smtp.gmail.com with ESMTPSA id 67sm27676912wmq.38.2017.12.29.09.19.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 29 Dec 2017 09:19:38 -0800 (PST) Date: Fri, 29 Dec 2017 18:19:37 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: linux-fsdevel@vger.kernel.org Subject: [ANNOUNCE] udftools 2.0 Message-ID: <20171229171937.nkoebvjmrhhhnalp@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi! I'm announcing a new version of udftools 2.0, available at: https://github.com/pali/udftools/releases/tag/2.0 Udftools is a project which contains userspace tools for UDF filesystem. UDF is a filesystem mostly used on optical media, but can be used also on hard disks because is natively supported in read-write mode by Linux, Windows and Mac OS systems. Mkudffs now format hard disk with fake MBR partition which is needed for compatibility with Windows systems. New version 2.0 of udftools contains two new tools: * udflabel for changing label or UUID * udfinfo for displaying various information about UDF filesystem Important changes in mkudffs are: * UUID algorithm is same as in grub2 and util-linux v2.30+ * Fixed generating images for CD-R discs and UDF images with VAT (all previous versions generated broken/unmountable VAT images) * Added (experimental) support for UDF revision 2.50 and 2.60, but only for disc with VAT (e.g. Blu-Ray Disc Recordable) * Added new option --bootarea=preserve|erase|mbr to specify what to do with first 32kB of disk; --bootarea=mbr put MBR with one partition which starts at sector 0 and spans whole disk device (compatibility for MS Windows) * Optimize splitting disk space to maximize available free space for data Tool pktsetup for configuring packet writing devices now works by specifying just minor:major numbers of block device and udftools contains udev rule for automatic assigning of packet writing device for available optical drives. It can replace init scripts which more distributions specially created for pktsetup. For next version of udftools is planned a new fsck tool which would repair inconsistent UDF filesystem. -- Pali Rohár pali.rohar@gmail.com