| Summary: | Cannot mount a file container with Truecrypt: "Failed to set up a loop device" | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Stéphane Couturier <mageia> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | chmielu1_a, davidwhodgins |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
|
Description
Stéphane Couturier
2013-04-08 08:01:18 CEST
I confirm the workaround: 1. open console and log in as root 2. enter "modprobe loop" => File container can now be mounted. Any side effect to this command? Can it be added as a defaut when booting Mageia? Thanks, I added loop to modprobe.conf (/sbin/modprobe loop): $ cat /etc/modprobe.conf |grep loop install scsi_hostadapter /sbin/modprobe sata_nv; /sbin/modprobe pata_amd; /sbin/modprobe loop; /bin/true $ You can try: echo "loop" > /etc/modprobe.preload.d/loop CC:
(none) =>
chmielu1_a Hi, I added the loop as indicated. It actually worked only after a few reboots, but it is now working fine everytime, thanks for the tip. have we this package in our repositories ? if not I really don't see what we can do.. I think all we need is udev rule(s) that recognize truecrypt devices, and ensures the modprobe loop is done. I'll try to take a look at writing some in the next few days. CC:
(none) =>
davidwhodgins Forget the idea of using udev rules. Unlike luks encrypted devices, truecrypt volumes do not contain anything detected by udev, that can be used to identify a truecrypt encrypted device. Other then recommending echo "loop" > /etc/modprobe.preload.d/loop.conf for anyone using truecrypt, I don't see anything else we can do. Anyone object to closing this bug as invalid, since it's for a product that is not supported by Mageia? Hi, I don't mind that it is closed. Out of curiosity, would Truecrypt be the only tool that would benefit from adding loop to modprobe.conf in the offical distribution file? I'll have a look at Mageia2 files just to see how it was. Thank you all for your help. Closing as invalid, since it involves software not provided by Mageia. Status:
NEW =>
RESOLVED |