Pagina 1 di 1
montare immagini iso
Inviato: dom 16 apr 2006, 14:30
da matty
Ciao ragazzi, sono nuovo del forum

e porgo l'occasione x rivolgere un saluto a tutti.
Esiste la possibilita di montare immagini iso come fa alchol su windows?
Inviato: dom 16 apr 2006, 14:32
da Absolut
si ti crei una directory in mnt chiamala ad esempio iso
poi fai
mount -o loop -t iso9660 /percoso/dove/sta/file.iso /mnt/iso
ciao!!!
Inviato: dom 16 apr 2006, 14:35
da matty
ed era cosi semplice .....? uhm... ho molto da imparare! grazie mille
-o loop cosa sta ad indicare?
Inviato: dom 16 apr 2006, 15:06
da manublade
Per capire cosa -o loop significa:
man mount
Inviato: dom 16 apr 2006, 15:15
da matty
scusa manublade ma nn sono cosi stupido
ho fatto man mount, ma quando si arriva all'opzione -o nn fa riferimenti a nessun -o loop, x quello ho chiesto...

Inviato: dom 16 apr 2006, 15:18
da manublade
Da man mount:
THE LOOP DEVICE
One further possible type is a mount via the loop device. For example,
the command
mount /tmp/fdimage /mnt -t msdos -o loop=/dev/loop3,blocksize=1024
will set up the loop device /dev/loop3 to correspond to the file
/tmp/fdimage, and then mount this device on /mnt.
This type of mount knows about three options, namely loop, offset and
encryption, that are really options to losetup(8). (These options can
be used in addition to those specific to the filesystem type.)
If no explicit loop device is mentioned (but just an option `-o loop'
is given), then mount will try to find some unused loop device and use
that. If you are not so unwise as to make /etc/mtab a symbolic link to
/proc/mounts then any loop device allocated by mount will be freed by
umount. You can also free a loop device by hand, using `losetup -d',
see losetup(8).
Mai detto che tu sia stupido.
Inviato: dom 16 apr 2006, 15:23
da matty
(lo so che nn mi hai detto che sono stupido)
Azz, non l'ho visto perche era in fondo al man, mi spiace x il casino
grazie grazie, ciao matty
