Can't increase loopback devices
2 posters
Page 1 of 1
Can't increase loopback devices
Hi
I notice that CAINE has 8 loopback devices (the default number I think). Normally it is just a case of editing the grub file and running update-grub to increase the number of loopback devices, however, as / isn't mounted directly running update-grub does not work. Does anyone know of a way to increase the number of loopback devices in CAINE, is it possible to increase the number in a future release?
Stumpy
I notice that CAINE has 8 loopback devices (the default number I think). Normally it is just a case of editing the grub file and running update-grub to increase the number of loopback devices, however, as / isn't mounted directly running update-grub does not work. Does anyone know of a way to increase the number of loopback devices in CAINE, is it possible to increase the number in a future release?
Stumpy
stumpyuk1- Number of posts : 4
Registration date : 2012-12-30
Re: Can't increase loopback devices
stumpyuk1 wrote:Hi
I notice that CAINE has 8 loopback devices (the default number I think). Normally it is just a case of editing the grub file and running update-grub to increase the number of loopback devices, however, as / isn't mounted directly running update-grub does not work. Does anyone know of a way to increase the number of loopback devices in CAINE, is it possible to increase the number in a future release?
Stumpy
If booting with a Caine boot disk, choose to edit the grub command at the splash screen and add the line:
- Code:
max_loop=64
If the system is already booted, use the mknod command:
- Code:
# mknod -m660 /dev/loop8 b 7 8
You will likely need to change the device owner and permissions. More information can be found here: http://www.tldp.org/HOWTO/CDServer-HOWTO/addloops.html
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum