I have a Truecrypt partition, and I would like to create a mysql database on it, but I need to mount as a mysql user and mysql group, otherwise I can't create new tables. How can I mount this Truecrypt to belong to mysql user and mysql group?
Mount Trucrypt as a mysql user
336 Views Asked by Mokus At
1
There are 1 best solutions below
Related Questions in UBUNTU-10.04
- I want Create zip by shell exclude Path directories(/home/user/Desktop/zipfolder)
- Unable to point my site on Domain_Name or IP_Address
- NodeManager and ResourceManager is not running
- Weird routing request throwing NoMethodError "undefined method `merge' for nil:NilClass"
- Shell script randomly fails to execute file operations commands
- pip install django-allauth UnicodeDecodeError
- why ulrgrabber return garbage?
- Linux::Linux version upgade command
- Error in Building FXRuby from Source on Linux
- bash: ./eclipse: cannot execute binary file
- Where do I find the "cd" command?
- How to reset virtualenv and pip?
- Setting up Tornado with Nginx on Ubuntu 10.04 for production use
- getenv() not working
- public repository with gitolite
Related Questions in MOUNT
- mount: unknown filesystem type '0'
- Mount disk from launch daemon on Mac OS X Yosemite
- How to access external Storage in Tizen Smart TVs
- How to access lower layer files in docker?
- Failed to add external hard disk with FreeBSD 10.1
- File missing or corrupted on mounting jffs2
- Permission Error in CIFS share and Python Script
- How to get mount point information from an API on Mac?
- mount: you must specify the filesystem type
- AWS mounting old volume from old instance to new instance
- xfs fllesystem remount doesn't work when modify quota configure
- How to specify base directory for FUSE filesystem?
- java NIO memory map a docker mounted file fail
- Determining the file system type of a file, using BSD functions
- No feedback if mount command fails when executed with popen() function
Related Questions in TRUECRYPT
- How exchange files securely?
- Copy file from TrueCrypt volume to clipboard?
- Make an apache alias point to a folder in a trucrypt container
- What length password equals 256bits of entropy
- Volume mounts, but windows can access raw file system
- Virtual filesytem over multiples files
- How to prevent exposing truecrypt arguments?
- Detect a TrueCrypt Volume
- TrueCrypt on Mac OS X 10.9
- List drive created by truecrypt programe
- Call truecrypt function independently?
- How spawn a program in Linux without locking current folder?
- Detect when a new virtual drive is created
- WebDAV and partial reads/writes?
- Read bytes of a USB mass storage device
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I assume you're running Linux?
There seems to be a "--fs-options" flag, where you can specify the user and group of the truecrypt process.
Something like this might do it:
Reference: https://wiki.archlinux.org/index.php/TrueCrypt#Method_1_.28Add_a_truecrypt_group.29