Skip to content

Instantly share code, notes, and snippets.

@kiryl
Created July 28, 2014 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiryl/5d0fef1d946f42b0fdd0 to your computer and use it in GitHub Desktop.
Save kiryl/5d0fef1d946f42b0fdd0 to your computer and use it in GitHub Desktop.
#!/bin/sh -efu
/sbin/mkfs.ext4 /dev/pmem0
mount -o dax /dev/pmem0 /mnt/
cat /proc/mounts
df -h /mnt/
cd /mnt/
/host/home/kas/var/double-map test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment