1

With a recent package and kernel update truecrypt refuses to unmount drives with

device-mapper: remove ioctl failed: Device or resource busy Command failed

(worked fine before) Ubuntu 10.10
I use the lastest version 7.0a of truecrypt and even build the binary but without change.

Any ideas ?
Thanks
Sven

javadude
  • 239
  • 2
  • 6
  • 14
  • Hi, I did what the 1st answer( By John) asked to do. But still the problem is not solved.Still I can't unmount the mounted TrueCrypt volum. I'm using TrueCrypt 7.0a in Ubuntu 10.10. It was working fine until I install the recent updates of Ubuntu. Please help me. –  Feb 25 '11 at 14:31
  • I usually get that error if something is accessing the drive. i.e transmission-bt is running. Any chance the update started something that's accessing your drive? – Brian Feb 25 '11 at 15:30

2 Answers2

1

To fix this, do the following in the TrueCrypt GUI in Ubunto:

Go to Setting > Preferences > System Integration > Kernel Services and check the box "Do not use kernel cryptographic services"

John
  • 26
  • 1
1

As a workaround, you can unmount from command line:

sudo umount /media/truecrypt8

Then dismount it from TrueCrypt GUI.

mgorven
  • 30,615
  • 7
  • 79
  • 122
tomcat
  • 11
  • 1