Hi.
Block devices
Subject : loop devices limited to one single device
References : http://lkml.org/lkml/2007/5/16/229
Submitter : Uwe Bugla <[EMAIL PROTECTED]>
Handled-By : Ken Chen <[EMAIL PROTECTED]>
Patch : http://lkml.org/lkml/2007/5/21/483
Status : patch available
I just noticed that I have this issue; anyway, this patch works fine
for me (with -rc3)
[EMAIL PROTECTED] mnt]# mkdir 1 2 3 4 5 6
[EMAIL PROTECTED] mnt]# for i in `ls`
do
mount -o loop=/dev/loop$i /home/F-7-i386-DVD.iso /mnt/$i
done
[EMAIL PROTECTED] mnt]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 4061572 2910092 941408 76% /
/dev 515908 36 515872 1% /dev
none 515908 16 515892 1% /dev/shm
/dev/sda4 27617068 7206108 19008084 28% /home
/home/F-7-i386-DVD.iso
2832620 2832620 0 100% /mnt/1
/home/F-7-i386-DVD.iso
2832620 2832620 0 100% /mnt/2
/home/F-7-i386-DVD.iso
2832620 2832620 0 100% /mnt/3
/home/F-7-i386-DVD.iso
2832620 2832620 0 100% /mnt/4
/home/F-7-i386-DVD.iso
2832620 2832620 0 100% /mnt/5
/home/F-7-i386-DVD.iso
2832620 2832620 0 100% /mnt/6
Regards,
Fabio
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/