From 4c435d735b010929dfb222e2da0cf90205e6a6c1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Apr 2020 16:59:49 +0200 Subject: [PATCH] Turn on lwext4 debugging to see if that helps. --- src/tools/dcpomatic_disk_writer.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/dcpomatic_disk_writer.cc b/src/tools/dcpomatic_disk_writer.cc index b6445ca82..d22bff412 100644 --- a/src/tools/dcpomatic_disk_writer.cc +++ b/src/tools/dcpomatic_disk_writer.cc @@ -243,7 +243,7 @@ void write (boost::filesystem::path dcp_path, string device) try { -// ext4_dmask_set (DEBUG_ALL); + ext4_dmask_set (DEBUG_ALL); /* We rely on static initialization for these */ static struct ext4_fs fs; @@ -277,7 +277,6 @@ try /* XXX: not sure if disk_id matters */ int r = ext4_mbr_write (bd, &parts, 0); - if (r) { throw CopyError ("Failed to write MBR", r); } -- 2.30.2