View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1735
avidscavenger:

As the fuser man page says:

-m name specifies a file on a mounted file system or a block device that is mounted. All processes accessing files on that file system are listed. If a directory file is specified, it is automatically changed to name/. to use any file system that might be mounted on that directory.


I suspect the way your encrypted partition is mounted is causing your problems with Easy Debian.

A simple workaround for your problem is to find the line in /sbin/closechroot that says:

Code:
TEST1=`mount | grep " $CHROOT "`
and stick a # at the beginning. Then add another line, so it looks like this by the end:

Code:
#TEST1=`mount | grep " $CHROOT "`
TEST1=""
This will make the closechroot not use the -m option at all.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!