Skip to content

Instantly share code, notes, and snippets.

@fge
Last active December 10, 2015 17:18
Show Gist options
  • Select an option

  • Save fge/4467334 to your computer and use it in GitHub Desktop.

Select an option

Save fge/4467334 to your computer and use it in GitHub Desktop.
fstab-example-data.json
{
"/": {
"storage": {
"type": "disk",
"device": "/dev/sda1"
},
"fstype": "btrfs",
"readonly": true
},
"/var": {
"storage": {
"type": "disk",
"label": "8f3ba6f4-5c70-46ec-83af-0d5434953e5f"
},
"fstype": "ext4",
"options": [ "nosuid" ]
},
"/tmp": {
"storage": {
"type": "tmpfs",
"sizeInMB": 64
}
},
"/var/www": {
"storage": {
"type": "nfs",
"server": "my.nfs.server",
"remotePath": "/exports/mypath"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment