.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. .TH VDFUSE "1" "September 2010" "vdfuse" "User Commands" .SH NAME vdfuse \- x86 virtualization solution .SH DESCRIPTION DESCRIPTION: This Fuse module uses the VirtualBox access library to open a VirtualBox supported VD image file and mount it as a Fuse file system. The mount point contains a flat directory containing the files EntireDisk, Partition1 .. PartitionN. These can then be loop mounted to access the underlying file systems .PP USAGE: vdfuse [options] \fB\-f\fR image\-file mountpoint .TP \fB\-h\fR help .TP \fB\-r\fR readonly .TP \fB\-t\fR specify type (VDI, VMDK, VHD, or raw; default: auto) .TP \fB\-f\fR VDimage file .TP \fB\-a\fR allow all users to read disk .TP \fB\-w\fR allow all users to read and write to disk .TP \fB\-g\fR run in foreground .TP \fB\-v\fR verbose .TP \fB\-d\fR debug .PP NOTE: you must add the line "user_allow_other" (without quotes) to /etc/fuse.confand set proper permissions on /etc/fuse.conf for this to work.