LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Incognito (https://www.linuxquestions.org/questions/incognito-85/)
-   -   Truecrypt NTFS filesystem mounting read only in Incognito (https://www.linuxquestions.org/questions/incognito-85/truecrypt-ntfs-filesystem-mounting-read-only-in-incognito-721718/)

Esop 04-26-2009 12:02 AM

Truecrypt NTFS filesystem mounting read only in Incognito
 
Hi all,

After using Truecrypt for the last month with no problem suddenly it mounts read only! This is really strange as I've been mounting the Incognito.iso in VMWare Player and I've had no problems with permissions writing to the truecrypt device before today.

I've tried mounting from the GUI and command line same result.

When I moun the volume I see that User: incognito Group: users

Permissions:
Owner: Can view content
Group: Forbidden
Others: Forbidden

Anyone had similar problems using Incognito? Looking on the Truecrypt forums it seems that a great number of Linux users have experienced the same problem. None of the solutions posted there work for me.

Thanks in advance to anyone who can help!

anonym 05-24-2009 06:48 PM

Quote:

Originally Posted by Esop (Post 3521056)
After using Truecrypt for the last month with no problem suddenly it mounts read only!

Are you sure it ever has worked in Incognito? The kernel isn't compiled with write support for NTFS as it's pretty limited (it only supports overwriting existing files without changing the file size).

suggestions 07-09-2009 01:01 PM

with incognito 2009.0, there is no more possibility of mounting ntfs drives, I noticed. Perhaps it's necessary to boot in "debugmode" to have the root account, then mounting could work.

anonym 07-10-2009 09:35 AM

Quote:

Originally Posted by suggestions (Post 3602450)
with incognito 2009.0, there is no more possibility of mounting ntfs drives, I noticed. Perhaps it's necessary to boot in "debugmode" to have the root account, then mounting could work.

You may need to do a
Code:

su -c 'modprobe ntfs'
(which requires debugmode) in order to get it to work.

suggestions 07-28-2009 10:01 AM

are there any disadvantages of the debugmode?

anonym 07-28-2009 01:53 PM

Quote:

Originally Posted by suggestions (Post 3623036)
are there any disadvantages of the debugmode?

Since the root password is empty all other users effectively have administrative privileges which potentially could lead to more severe damage to anonymity if any of them ever was compromised some how. Essentially it's like using the administrative account in Windows (i.e. the norm) which likely is the main reason we see so much trouble with Windows system security.


All times are GMT -5. The time now is 05:09 PM.