-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
45 lines (28 loc) · 1.27 KB
/
README
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
39
40
41
42
43
Ojuba Virtual CD
Copyright (c) 2008 Muayyad Saleh Alsadi<[email protected]>
PyGTK+ front-end for fuseiso
Mount CD/DVD images (iso, nrg, bin, mdf, img, ..etc.)
Released under terms on Waqf Public License.
This program is free software; you can redistribute it and/or modify
it under the terms of the latest version Waqf Public License as
published by Ojuba.org.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The Latest version of the license can be found on
"http://www.ojuba.org/wiki/doku.php/waqf/license"
###########################################
Usage:
###########################################
if you would like to add it to your session startup you should call it
ojuba-virtual-cd --hidden
it can be passed filename(s) of .iso files so you can use it in the
action menu of .iso files in your file manager
###########################################
Installation
###########################################
copy ojuba-virtual-cd to your system binary files
in order to work you should create a folder called /mnt/virtuals
and give the user(s) rights to write on it
type:
su -c 'mkdir -m 1777 /mnt/virtuals'