Mount an IMG file as loopback device

Dimitris Mandalidis mandas at ath.forthnet.gr
Wed Oct 24 12:06:01 EEST 2001


On Wed, 24 Oct 2001 11:50:59 +0300, George Moniodis wrote

> arxeia apo to .img arxeio thelo na to kano mount san loop device. Epsaksa
> sth lista alla h entolh pou brika: mount -t iso9660 -o loop /...file...
> /dev/loop3  den douleuei. Mipos yparxei kapoia alli lysh ?

Γιατί /dev/loop3; /dev/loop0 βάλε. Εχεις ενεργοποιήσει στο kernel σου όμως
το CONFIG_BLK_DEV_LOOP; Πάντως η ακριβής εντολή είναι :
mount -t iso9660 -o loop=/dev/loop0 image /mount_point.
Και κάτι τελευταίο, έχεις κοιτάξει αν έχεις loop[0-9] στο /dev σου; αν όχι
mknod /dev/loop0 b 7 0
mknod /dev/loop1 b 7 1 
[.....]
 
Δ.



More information about the Linux-greek-users mailing list