|
From: Serge L. <ser...@gm...> - 2012-03-26 03:02:04
|
Hi everybody,
I probably found a problem with loop devices, but would like to make sure it's
not the only my problem.
root@temp:~ # cat /proc/partitions
major minor #blocks name
8 0 31285248 sda
8 1 999956 sda1
8 2 125004 sda2
8 3 30160243 sda3
7 0 97036 loop0
252 0 7340032 dm-0
root@temp:~ # losetup -f
/dev/loop0
root@temp:~ # losetup -a
root@temp:~ #
I.e. I booted from usb (/dev/loop0 is a system image) and it's listed in
/proc/partitions, but losetup tool doesn't recognize this loop. It cause a hang
during the next "mount -o loop".
Thanks
Serge
|