Created
July 28, 2014 15:38
-
-
Save kiryl/5d0fef1d946f42b0fdd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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