Skip to content

Instantly share code, notes, and snippets.

@starquake
Last active October 14, 2020 21:17
Show Gist options
  • Save starquake/8b806af4ecf140de2b7f08a8a8d56687 to your computer and use it in GitHub Desktop.
Save starquake/8b806af4ecf140de2b7f08a8a8d56687 to your computer and use it in GitHub Desktop.
Mount Compact Flash drive using Ontrack Disk Manager on Linux
#!/bin/sh
echo Creating loop device with 63 bytes offset...
udisksctl loop-setup -f /dev/sdb -o 32256
echo DOS CF mount script finished...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment