Displaying 2 results from an estimated 2 matches for "fuseiso".
Did you mean:
fusefs
2011 Feb 15
1
Creating floppy image without root permissions?
...vfat floppy.flp
mount -o loop floppy.flp /mnt/floppy
cp base_kickstart.ks /mnt/floppy/ks.cfg
umount /mnt/floppy
It works, but now I need to automate the process and have to do with
without root access. Is there a way to create a floppy iso with a
single file without root access? I looked at fuseiso, but it appears
that it still requires some root permissions.
2014 Apr 28
1
easily mount .iso files on CentOS
Yes I know you can use the command line to mount an iso, but does anyone know of a tool like mounty for deb systems that you can use a menu to find the iso and and mount it?
Windows 8 has right-click and mount, os x has had double-click to open for years. Why do we need to revert to the command line for something like this on linux?
Thanks,
-wes?