# VIRT_DISK
Driver for mounting RAW disk images in KolibriOS.
To demonstrate the operation of the driver, the virtdisk program was written. Program allows you to add, delete and view virtual disks.
![foto](https://github.com/Doczom/VIRT_DISK/blob/main/utils/scr_1.png)
## List of virtdisk arguments:
- Delete command:
virtdisk -d
- Information from disk:
virtdisk -i
- Add disk image in file system:
virtdisk -a -s -t -f
- Input list all virtual disks:
virtdisk -l
## List flags:
- ro
- read only access
- rw
- read-write access
## List disk image types:
- RAW
- it is used to mount disk images in "raw", "img" and "iso" formats
## Exemples command:
virtdisk -a /sd0/4/kolibri.img -f ro
virtdisk -d 3