-
Notifications
You must be signed in to change notification settings - Fork 9
/
README.gord
38 lines (21 loc) · 1.04 KB
/
README.gord
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#########################################################
RADIATION WARNING - use at your own risk
#########################################################
This is a heavily hacked version of vdfuse-v82 with a couple of fixes
incorporated thanks to pivcon & wd5gnr on the vbox forum
to compile :
sh vdbuild_new include/ vdfuse-v82a.c
##########################################################
if you need libfuse headers
apt-get install libfuse-dev
yum install libfuse-devel
or whatever your package manager does
if you need VBox headers
svn co http://www.virtualbox.org/svn/vbox/trunk/include/
the include/ dir in this tarball was downloaded that way on 1st March 2011
##########################################################
to use it (for example read-only, first partition) :
./vdfuse-v82a -r -f /path/to/vdifile /mntpoint/for/entiredisk
sudo mount -o loop,ro /mntpoint/Partition1 /mntpoint/for/firstpartition
##########################################################
users should be members of "fuse" group, and own the dir/mountpoint