A voir également:
- MONTER UNE IMAGE ISO SOUS LINUX
- Image iso - Guide
- Power iso 32 bit - Télécharger - Gravure
- Image iso windows 10 - Guide
- Télécharger linux mint 32 bits français iso - Télécharger - Systèmes d'exploitation
- Légender une image - Guide
5 réponses
-soit tu montes ton image en root:
* tu crées un répertoire de montage:
mkdir /mnt/isoloop
* tu montes ton image en loopback:
mount -t iso9660 -oloop chemin/vers/image_iso /mnt/isoloop
-soit tu utilises fuseiso (module utilisateur fuse):
apt-get install fuseiso
johand@osiris:~$ fuseiso
Version: 20070708
Usage: fuseiso [-n] [-p] [-c <iocharset>] [-h] <isofs_image_file> <mount_point> [<FUSE library options>]
Where options are:
-n -- do NOT maintain file $HOME/.mtab.fuseiso
-p -- maintain mount point;
create it if it does not exists and delete it on exit
-c <iocharset> -- specify iocharset for Joliet filesystem
-h -- print this screen
Common FUSE library options are:
-f -- run in foreground, do not daemonize
-d -- run in foreground and print debug information
-s -- run single-threaded
Please consult with FUSE ducumentation for more information
Midnight Commander permet également de parcouriri les images iso.
Johan
Gates gave ^H sold you the windows.
GNU gave us the whole house.(Alexandrin)
* tu crées un répertoire de montage:
mkdir /mnt/isoloop
* tu montes ton image en loopback:
mount -t iso9660 -oloop chemin/vers/image_iso /mnt/isoloop
-soit tu utilises fuseiso (module utilisateur fuse):
apt-get install fuseiso
johand@osiris:~$ fuseiso
Version: 20070708
Usage: fuseiso [-n] [-p] [-c <iocharset>] [-h] <isofs_image_file> <mount_point> [<FUSE library options>]
Where options are:
-n -- do NOT maintain file $HOME/.mtab.fuseiso
-p -- maintain mount point;
create it if it does not exists and delete it on exit
-c <iocharset> -- specify iocharset for Joliet filesystem
-h -- print this screen
Common FUSE library options are:
-f -- run in foreground, do not daemonize
-d -- run in foreground and print debug information
-s -- run single-threaded
Please consult with FUSE ducumentation for more information
Midnight Commander permet également de parcouriri les images iso.
Johan
Gates gave ^H sold you the windows.
GNU gave us the whole house.(Alexandrin)
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
La méthode que je t'ai donnée ici ne marche pas ?
https://forums.commentcamarche.net/forum/affich-20838230-monter-une-image-iso-sous-linux#3
https://forums.commentcamarche.net/forum/affich-20838230-monter-une-image-iso-sous-linux#3