Esiste la possibilita di montare immagini iso come fa alchol su windows?
montare immagini iso
Moderatore: Staff
Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
montare immagini iso
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?
Esiste la possibilita di montare immagini iso come fa alchol su windows?
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.
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.


