GNU/Linux: “device mapper: create ioctl failed” “device or resource busy”rgmanager [fs] start_filesystem: Could not match “f6a58cf7-b39b-489c-add5-444ceab8af9d” with a real deviceLinux blocked on dfdevice-mapper linear documentation parametersMount .img created by ddrescue-guidevice-mapper: reload ioctl on cache1 failed: Device or resource busyDevice mapper table alignment inconsistencyProblems on setting up Ubuntu as dual bootDocumentation on Device Mapper ioctls?Drive name? What is the correct term for the “sda” part of “/dev/sda”?Corrupted ntfs volume mounting problem

Is it possible to do 50 km distance without any previous training?

My colleague's body is amazing

XeLaTeX and pdfLaTeX ignore hyphenation

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

How do you conduct xenoanthropology after first contact?

A Journey Through Space and Time

What typically incentivizes a professor to change jobs to a lower ranking university?

What does "enim et" mean?

Is there a minimum number of transactions in a block?

How does one intimidate enemies without having the capacity for violence?

Is there really no realistic way for a skeleton monster to move around without magic?

LED on same Pin as Toggle Switch, not illuminating

What is GPS' 19 year rollover and does it present a cybersecurity issue?

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Are tax years 2016 & 2017 back taxes deductible for tax year 2018?

Can Medicine checks be used, with decent rolls, to completely mitigate the risk of death from ongoing damage?

Why do we use polarized capacitor?

How to type dʒ symbol (IPA) on Mac?

Can town administrative "code" overule state laws like those forbidding trespassing?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Why was the small council so happy for Tyrion to become the Master of Coin?

Can you lasso down a wizard who is using the Levitate spell?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)



GNU/Linux: “device mapper: create ioctl failed” “device or resource busy”


rgmanager [fs] start_filesystem: Could not match “f6a58cf7-b39b-489c-add5-444ceab8af9d” with a real deviceLinux blocked on dfdevice-mapper linear documentation parametersMount .img created by ddrescue-guidevice-mapper: reload ioctl on cache1 failed: Device or resource busyDevice mapper table alignment inconsistencyProblems on setting up Ubuntu as dual bootDocumentation on Device Mapper ioctls?Drive name? What is the correct term for the “sda” part of “/dev/sda”?Corrupted ntfs volume mounting problem






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








6















I can't mount my encrypted devices anymore.



The error is:



device mapper: create ioctl failed 
device or resource busy


This error arises both with two different programs to access TrueCrypt encrypted devices: TrueCrypt and Tc-play.



In this case, the recommendation is to remove /dev/mapper/truecrypt* directories, or look for processes that are blocking the device. However, there is no /dev/mapper/truecrypt* directory, and lsof returns nothing.



One TrueCrypt device takes a whole HDD. According to fdisk, this partition is formatted with HPFS/NTFS.



Another TrueCrypt device is on a partition on /dev/sda. According to fdisk, this partition is "Linux" (ext3 or ext4, if I remember correctly).



What could be causing the error?



Software:



  • Debian GNU/Linux 6









share|improve this question






























    6















    I can't mount my encrypted devices anymore.



    The error is:



    device mapper: create ioctl failed 
    device or resource busy


    This error arises both with two different programs to access TrueCrypt encrypted devices: TrueCrypt and Tc-play.



    In this case, the recommendation is to remove /dev/mapper/truecrypt* directories, or look for processes that are blocking the device. However, there is no /dev/mapper/truecrypt* directory, and lsof returns nothing.



    One TrueCrypt device takes a whole HDD. According to fdisk, this partition is formatted with HPFS/NTFS.



    Another TrueCrypt device is on a partition on /dev/sda. According to fdisk, this partition is "Linux" (ext3 or ext4, if I remember correctly).



    What could be causing the error?



    Software:



    • Debian GNU/Linux 6









    share|improve this question


























      6












      6








      6


      1






      I can't mount my encrypted devices anymore.



      The error is:



      device mapper: create ioctl failed 
      device or resource busy


      This error arises both with two different programs to access TrueCrypt encrypted devices: TrueCrypt and Tc-play.



      In this case, the recommendation is to remove /dev/mapper/truecrypt* directories, or look for processes that are blocking the device. However, there is no /dev/mapper/truecrypt* directory, and lsof returns nothing.



      One TrueCrypt device takes a whole HDD. According to fdisk, this partition is formatted with HPFS/NTFS.



      Another TrueCrypt device is on a partition on /dev/sda. According to fdisk, this partition is "Linux" (ext3 or ext4, if I remember correctly).



      What could be causing the error?



      Software:



      • Debian GNU/Linux 6









      share|improve this question
















      I can't mount my encrypted devices anymore.



      The error is:



      device mapper: create ioctl failed 
      device or resource busy


      This error arises both with two different programs to access TrueCrypt encrypted devices: TrueCrypt and Tc-play.



      In this case, the recommendation is to remove /dev/mapper/truecrypt* directories, or look for processes that are blocking the device. However, there is no /dev/mapper/truecrypt* directory, and lsof returns nothing.



      One TrueCrypt device takes a whole HDD. According to fdisk, this partition is formatted with HPFS/NTFS.



      Another TrueCrypt device is on a partition on /dev/sda. According to fdisk, this partition is "Linux" (ext3 or ext4, if I remember correctly).



      What could be causing the error?



      Software:



      • Debian GNU/Linux 6






      linux device-mapper ioctl






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 4 '16 at 7:39









      G-Man

      13.7k93770




      13.7k93770










      asked Jun 19 '14 at 14:02









      ElenaElena

      8691731




      8691731




















          1 Answer
          1






          active

          oldest

          votes


















          0














          First install 7.1a (if you can find it anymore) was the latest totally working version of truecrypt. You might try to install that and see if it fixes your problem.



          However, this product is now basically obsolete as the developers have apparently stopped development of truecrypt for reasons not yet really fully understood. The current release 7.2 contains only a DECRYPT and not any of the encrypt functionality.



          I'd be thinking seriously of shifting away from this project to something else. Although, I don't have a good feel on what that will be.






          share|improve this answer

























          • Yes, I knew that TrueCrypt had been discontinued. The version 7.1a is not available anymore. The 7.2 could work because I would only need to read the files to migrate them elsewhere. But I can't determine whether the 7.2 can be trusted.

            – Elena
            Jun 19 '14 at 18:24











          • Perhaps somebody on the web still has v7.1a kicking around.

            – mdpc
            Jun 19 '14 at 18:41











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f138045%2fgnu-linux-device-mapper-create-ioctl-failed-device-or-resource-busy%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          First install 7.1a (if you can find it anymore) was the latest totally working version of truecrypt. You might try to install that and see if it fixes your problem.



          However, this product is now basically obsolete as the developers have apparently stopped development of truecrypt for reasons not yet really fully understood. The current release 7.2 contains only a DECRYPT and not any of the encrypt functionality.



          I'd be thinking seriously of shifting away from this project to something else. Although, I don't have a good feel on what that will be.






          share|improve this answer

























          • Yes, I knew that TrueCrypt had been discontinued. The version 7.1a is not available anymore. The 7.2 could work because I would only need to read the files to migrate them elsewhere. But I can't determine whether the 7.2 can be trusted.

            – Elena
            Jun 19 '14 at 18:24











          • Perhaps somebody on the web still has v7.1a kicking around.

            – mdpc
            Jun 19 '14 at 18:41















          0














          First install 7.1a (if you can find it anymore) was the latest totally working version of truecrypt. You might try to install that and see if it fixes your problem.



          However, this product is now basically obsolete as the developers have apparently stopped development of truecrypt for reasons not yet really fully understood. The current release 7.2 contains only a DECRYPT and not any of the encrypt functionality.



          I'd be thinking seriously of shifting away from this project to something else. Although, I don't have a good feel on what that will be.






          share|improve this answer

























          • Yes, I knew that TrueCrypt had been discontinued. The version 7.1a is not available anymore. The 7.2 could work because I would only need to read the files to migrate them elsewhere. But I can't determine whether the 7.2 can be trusted.

            – Elena
            Jun 19 '14 at 18:24











          • Perhaps somebody on the web still has v7.1a kicking around.

            – mdpc
            Jun 19 '14 at 18:41













          0












          0








          0







          First install 7.1a (if you can find it anymore) was the latest totally working version of truecrypt. You might try to install that and see if it fixes your problem.



          However, this product is now basically obsolete as the developers have apparently stopped development of truecrypt for reasons not yet really fully understood. The current release 7.2 contains only a DECRYPT and not any of the encrypt functionality.



          I'd be thinking seriously of shifting away from this project to something else. Although, I don't have a good feel on what that will be.






          share|improve this answer















          First install 7.1a (if you can find it anymore) was the latest totally working version of truecrypt. You might try to install that and see if it fixes your problem.



          However, this product is now basically obsolete as the developers have apparently stopped development of truecrypt for reasons not yet really fully understood. The current release 7.2 contains only a DECRYPT and not any of the encrypt functionality.



          I'd be thinking seriously of shifting away from this project to something else. Although, I don't have a good feel on what that will be.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jun 19 '14 at 18:41

























          answered Jun 19 '14 at 16:56









          mdpcmdpc

          5,10121838




          5,10121838












          • Yes, I knew that TrueCrypt had been discontinued. The version 7.1a is not available anymore. The 7.2 could work because I would only need to read the files to migrate them elsewhere. But I can't determine whether the 7.2 can be trusted.

            – Elena
            Jun 19 '14 at 18:24











          • Perhaps somebody on the web still has v7.1a kicking around.

            – mdpc
            Jun 19 '14 at 18:41

















          • Yes, I knew that TrueCrypt had been discontinued. The version 7.1a is not available anymore. The 7.2 could work because I would only need to read the files to migrate them elsewhere. But I can't determine whether the 7.2 can be trusted.

            – Elena
            Jun 19 '14 at 18:24











          • Perhaps somebody on the web still has v7.1a kicking around.

            – mdpc
            Jun 19 '14 at 18:41
















          Yes, I knew that TrueCrypt had been discontinued. The version 7.1a is not available anymore. The 7.2 could work because I would only need to read the files to migrate them elsewhere. But I can't determine whether the 7.2 can be trusted.

          – Elena
          Jun 19 '14 at 18:24





          Yes, I knew that TrueCrypt had been discontinued. The version 7.1a is not available anymore. The 7.2 could work because I would only need to read the files to migrate them elsewhere. But I can't determine whether the 7.2 can be trusted.

          – Elena
          Jun 19 '14 at 18:24













          Perhaps somebody on the web still has v7.1a kicking around.

          – mdpc
          Jun 19 '14 at 18:41





          Perhaps somebody on the web still has v7.1a kicking around.

          – mdpc
          Jun 19 '14 at 18:41

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f138045%2fgnu-linux-device-mapper-create-ioctl-failed-device-or-resource-busy%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.