summaryrefslogtreecommitdiff
path: root/hacks/small_loop
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-08 23:29:56 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-08 23:29:56 +0200
commit1e3a30a38e96e69e7de8d6932a0ade5a9a4f5f59 (patch)
treec31419fa12a9550d12c081db36c78b8defe7275d /hacks/small_loop
parent52105ec362009d8eeadb79be6526e179802cd3f9 (diff)
Bump libdcp for asdcplib assertion fix (#2825).
Diffstat (limited to 'hacks/small_loop')
-rw-r--r--hacks/small_loop9
1 files changed, 9 insertions, 0 deletions
diff --git a/hacks/small_loop b/hacks/small_loop
new file mode 100644
index 000000000..20e52962f
--- /dev/null
+++ b/hacks/small_loop
@@ -0,0 +1,9 @@
+SIZE=1G
+
+fallocate drive.img -l $SIZE
+mkfs.ext4 drive.img
+mkdir -p small
+sudo mount -oloop drive.img small
+sudo mkdir small/dcp
+sudo chown $USER small/dcp
+