Started fleshing out the storage API
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "running in cwd : "
|
||||
echo $(pwd)
|
||||
echo "Mount harddrive image as block device"
|
||||
sudo losetup /dev/loop9 disk.img
|
||||
sudo mount /dev/loop9 /mnt
|
||||
|
Reference in New Issue
Block a user