Interesting :
Booting ISO images from within GRUB2
http://michael-prokop.at/blog/2011/01/07/booting-iso-images-from-within-grub2/
Showing posts with label iso. Show all posts
Showing posts with label iso. Show all posts
Wednesday, January 26, 2011
Thursday, October 22, 2009
Lire une iso de dvd video
Lire une iso de DVD vidéo.
Note : après, tout les racourcis de mplayer fonctionnent évidement.
Pour changer les sous-titres, par exemple, ce sera la touche "j".
Shortcuts mplayer
mplayer dvd://1 -dvd-device FICHIER.ISO
Note : après, tout les racourcis de mplayer fonctionnent évidement.
Pour changer les sous-titres, par exemple, ce sera la touche "j".
Shortcuts mplayer
Wednesday, October 14, 2009
mount iso image via loopback under NetBSD
Mounting
# vnconfig vnd0 image.iso
# mount -t cd9660 /dev/vnd0a /mnt
Unmounting
# umount /mnt
# vnconfig -u vnd0
(Found here)
Friday, August 29, 2008
mount iso Ubuntu and NetBSD
Ubuntu way
NetBSD way
(from : http://wiki.netbsd.se/How_to_install_NetBSD_from_an_USB_Memory_Stick )
$ sudo mkdir /media/iso
$ sudo mount -t iso9660 netbsd/i386cd-4.0.iso /media/iso -o loop
$ ls -la /media/iso/
NetBSD way
$ su
# vnconfig -c vnd0 /home/mark/i386cd-3.0.1.iso
# mount_cd9660 /dev/vnd0d /image/
(from : http://wiki.netbsd.se/How_to_install_NetBSD_from_an_USB_Memory_Stick )
Subscribe to:
Comments (Atom)