View previous topic :: View next topic |
Author |
Message |
linuxino n00b
Joined: 21 Feb 2003 Posts: 25
|
Posted: Thu Mar 06, 2003 4:06 pm Post subject: montare i file iso |
|
|
Salve come da subject so che e' possibile montare i file iso ma non so come !!Consigli??
Grazie |
|
Back to top |
|
|
Sym Tux's lil' helper
Joined: 05 Mar 2003 Posts: 114 Location: Bùsan
|
Posted: Thu Mar 06, 2003 5:18 pm Post subject: |
|
|
Dunque se non ricordo male dovrebbe essere una cosa del tipo:
mount -t iso9660 -o loop percorsoIso mountPoint
Ciao! _________________ "Dream on
Do you believe...all the things that you are seeing are true?
The Start's where the End's leading you
Do you believe...all's as twisted as one would perceive?
Seek the Answer and soon you'll believe" |
|
Back to top |
|
|
linuxino n00b
Joined: 21 Feb 2003 Posts: 25
|
Posted: Thu Mar 06, 2003 7:59 pm Post subject: |
|
|
ho provato ma ottengo questo messaggio
# mount -t iso9660 -o loop /big/gnutemberg.iso /big/libri/
mount: could not find any device /dev/loop#
Ciao |
|
Back to top |
|
|
stefanonafets l33t
Joined: 10 Feb 2003 Posts: 644
|
Posted: Thu Mar 06, 2003 8:03 pm Post subject: |
|
|
C'è nel tuo kernel il pezzo relativo ai device di loop?
Se nn è compilato nel kernel, c'è almeno come modulo?
Se hai il modulo prova con #modprobe loop _________________ registered Linux user number #411324
sed 's/ke/che/g'
<The Deployment Slave is initializing> |
|
Back to top |
|
|
Sym Tux's lil' helper
Joined: 05 Mar 2003 Posts: 114 Location: Bùsan
|
Posted: Thu Mar 06, 2003 8:30 pm Post subject: |
|
|
Già, controlla in Block devices -> Loopback device support. Ciao _________________ "Dream on
Do you believe...all the things that you are seeing are true?
The Start's where the End's leading you
Do you believe...all's as twisted as one would perceive?
Seek the Answer and soon you'll believe" |
|
Back to top |
|
|
maur8 Apprentice
Joined: 04 Mar 2003 Posts: 229 Location: Pescara (in serie B!!!), Italy
|
Posted: Mon Mar 10, 2003 11:26 am Post subject: |
|
|
Devi settare il file associato al device loopX con losetup (man losetup) e poi puoi usare il tuo device loop per motare i file iso |
|
Back to top |
|
|
|