დაემონი რად გინდა acetoneiso გადმოწერე. ყველანაირ იმიჯს ამაონტებს, თუ გინდა იზო იმიჯადაც გადააქცევს მაგ nrg და
მერე ან მაგ პროგრამითვე დაამოუნტებ ან ამ ბრძანებით
mount -o loop -t iso9660 <file>.iso /mnt/image


პ.ს ოღონდ მანუალი წაიკითხე ან ჰელპში შედი მერე manual და ის გააკეთე რაც წერია შიგნით.
აი ეს:
chmod 4755 /usr/bin/fusermount (may be /bin/fusermount depending on distro)
chmod o+rw /dev/fuse
addgroup <your-user> fuse (ex. addgroup johndoe fuse)
NOTE: be sure fuse module is loaded. "lsmod | grep fuse".
if not type in a terminal "modprobe fuse" (as root user).
x) if you want to uninstall AcetoneISO2,
simply type from acetoneiso2/src/ folder:
make uninstall (must be root user)
QUICK NOTES
- there are serious issues if you install fuseiso < 2007xxx version.
be sure to have the latest one installed.
- AcetoneISO2 uses poweriso binary file to convert and extract images.
It is not shipped with our software and will be downloaded when needed.
Poweriso is a Freeware software so sources are not available.
Please note that it will only work on 32-bit Operating Systems.
There are some workarounds to make it run on a 64-BIT OS, for example you must
install at least "libc6-i386" package and maybe others.
This post has been edited by gentoo on 8 Sep 2008, 15:55