All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.jsonschema.examples.fstab-bad2.json Maven / Gradle / Ivy

The newest version!
{
    "/": {
        "device": "/dev/sda1",
        "options": [ "ssd" ]
    },
    "swap": {
        "device": "/dev/sda2",
        "fstype": "swap"
    },
    "/tmp": {
        "device": "tmpfs",
        "fstype": "tmpfs",
        "options": "size=64M"
    },
    "/var/lib/mysql": {
        "device": "/dev/data/mysql",
        "fstype": "btrfs"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy