Tagged Questions
3
votes
2answers
62 views
How to add a ms-dos partition table to a loop device?
I recently made a dd from a disk partition. I want to use it as a disk in a virtual machine. I can't because the disk has no partition table.
Can I had a partition table to a loop device? how?
...
1
vote
0answers
365 views
Debian VPS, no loop devices present, modprobe fails
After acquiring a new virtual Debian squeeze I ran into a problem regarding loop devices.
My plan was to set up an encrypted FS in a regular file and mount it. Unfortunately I can't do that since ...