From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#22797: Using UUID for vfat file system is impossible Date: Wed, 24 Feb 2016 22:32:59 +0300 Message-ID: <87egc1dhuc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYfCH-0001pW-J0 for bug-guix@gnu.org; Wed, 24 Feb 2016 14:34:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYfCE-0004bv-Bf for bug-guix@gnu.org; Wed, 24 Feb 2016 14:34:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYfCE-0004br-8U for bug-guix@gnu.org; Wed, 24 Feb 2016 14:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aYfCE-0004lY-4D for bug-guix@gnu.org; Wed, 24 Feb 2016 14:34:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYfBS-0001Md-2r for bug-guix@gnu.org; Wed, 24 Feb 2016 14:33:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYfBO-0004AR-R5 for bug-guix@gnu.org; Wed, 24 Feb 2016 14:33:14 -0500 Received: from mail-lf0-x22a.google.com ([2a00:1450:4010:c07::22a]:36045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYfBO-0004A9-IW for bug-guix@gnu.org; Wed, 24 Feb 2016 14:33:10 -0500 Received: by mail-lf0-x22a.google.com with SMTP id 78so18794998lfy.3 for ; Wed, 24 Feb 2016 11:33:10 -0800 (PST) Received: from leviafan ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id rx1sm572886lbb.22.2016.02.24.11.32.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Feb 2016 11:32:59 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22797@debbugs.gnu.org Hello, unlike other file system types, FAT volumes have short UUIDs, for example: "58D7-4FA5", but such an UUID cannot be used in an operating system declaration: (file-system (device (uuid "58D7-4FA5")) (title 'uuid) (type "vfat") ;; ... ) because (uuid "58D7-4FA5") errors. -- Alex