=== FufuPilot is now known as Guest19100 === Guest19100 is now known as FuturePilot === jasay__ is now known as jasay [03:52] Hello [03:53] Has anyone else been having issues dismounting Truecrypt volumes [03:53] zinadork: no, but I haven't used TC in a while [03:53] what's the problem, exactly? [03:56] device-mapper: remove ioctl failed: Device or resource busy Command failed [03:56] well, tthat's self-explanatory [03:57] it says that even if I try to dismount seconds after opening the partition [03:57] you ave a process that is still using the drive [03:57] I haven't opened any apps or files [03:57] probably a shell, or a nautilus window [03:57] fuser will tell you what it us [03:57] I haven't opened them [03:58] I saw the same issue in the truecrypt forums and it didn't look like it was solved [03:59] is fuser and app or person? [03:59] sudo fuser -m /mount/point [04:00] will give you the PID of the process using it [04:00] if it gives nothing, it's a bug in TC [04:02] "specified filename /mount/point does not exist" [04:03] replace that with the mount point of your TC volume ;) [04:05] what do you do with the pid number? [04:05] you do ps aux | grep [04:05] to find out what the process is [04:09] the output was two 5digit numbers [04:09] I get something like [04:10] /media/truecrypt1: 14472c [04:10] so [04:10] % ps aux | grep 14472 [04:10] firas 14472 0.2 0.0 41144 3588 pts/3 Ss+ 05:09 0:00 zsh [04:10] it's a zsh [04:11] if I shutdown with it still mounted, do I risk damage? [04:11] matt@HP-DV6:~$ sudo fuser -m /dev/sdb1 [04:12] in theory yes [04:12] /dev/sdb1: 12374 12418 [04:12] matt@HP-DV6:~$ ps aux | grep 12374 12418 [04:12] grep: 12418: No such file or directory [04:12] matt@HP-DV6:~$ ps aux | grep 12374 [04:12] root 12374 0.2 0.0 172676 2204 ? Ssl 22:55 0:02 /usr/bin/truecrypt --core-service [04:12] only one at a time [04:12] matt 12625 0.0 0.0 8936 852 pts/0 S+ 23:09 0:00 grep --color=auto 12374 [04:12] matt@HP-DV6:~$ ps aux | grep 12418 [04:12] root 12418 0.0 0.0 18276 1308 ? Ss 22:55 0:00 /sbin/mount.ntfs /dev/mapper/truecrypt1 /media/truecrypt1 -o rw,uid=1000,gid=1000,umask=077 [04:12] matt 12627 0.0 0.0 8936 848 pts/0 S+ 23:09 0:00 grep --color=auto 12418 [04:12] ok, that's a whole disk [04:13] yes [04:13] usb hdd [04:14] it dismounts fine in windows [04:14] let me try on a usb key [04:15] thanks [04:15] Very Helpful! [04:22] You still here? [04:22] ys [04:22] it's formatting [04:29] http://dl.dropbox.com/u/10464960/Screenshot-TrueCrypt.png [04:29] well, it's not mounted [04:29] i have access to the files [04:30] that's probably a bug in TC then [04:30] does it matter that it was encrypted using windows app? [04:30] it shouldn't [04:32] should I move the files to another disk and re-encrypt the directory in linux [04:33] maybe it's the NTFS that's causing problemw [04:33] with FAT I only see one process [04:33] u'd use fat? [04:33] (truecrypt --core-service) [04:33] it didn't give me the option to use NTFS [04:34] drive is too small probably [04:34] this is a 320gig hdd [04:34] yeah [04:34] is it the first time you try to mount it on linux? [04:34] no, but it has never dismounted properly [04:34] newly encryped disk [04:36] rather not use windows with disk. I separate work and home by OS [04:36] I wonder why the mount process is still active [04:36] it shouldn't be [04:36] that's probably the problem [04:36] tc forums weren't helpful [04:36] lots of people with same issue [04:37] probably a bug in TC then [04:37] tc for linux, works in windows [04:37] we do get the short end [04:37] yes [04:38] hmm [04:38] what does the command "mount" give you? [04:38] you should have one or two lines with "truecrypt" [04:39] probably one [04:39] http://dl.dropbox.com/u/10464960/Screenshot-matt%40HP-DV6%3A%20%7E.png [04:40] ok [04:40] yeah, it's probably the NTFS that's confusing it [04:41] any good apps for ext4 support in windows? [04:41] do you have an "Eject" icon in front of your drive in Nautilus? [04:41] yes [04:41] doesnt work [04:41] not that I know of [04:41] even ext2/3 supposrt is flakey [04:42] hmm [04:42] try [04:42] sudo umount /dev/dm-0 [04:43] umount: /dev/dm-0: not mounted [04:44] I give up [04:44] I'll try a fat fs next time [04:44] yeah [04:44] thank you for helping me [04:44] probably a bug in TC, the kernel parttion table is out of sync [04:44] no prob [04:45] good night === guy is now known as Guest25406 === guy_ is now known as nocturn