Mounts(String mountDevice, String mountPoint, String filesystem, String options) {
            this.mountDevice = mountDevice;
            this.mountPoint = mountPoint;
            this.filesystem = filesystem;
            this.options = options;