You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use truecrypt, and when I mount a volume and vpn.sh is active, that volume is mounted into the main Ubuntu system and chroot too:
$ mount
...
truecrypt on /tmp/.truecrypt_aux_mnt2 type fuse.truecrypt (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
truecrypt on /opt/chroot/tmp/.truecrypt_aux_mnt2 type fuse.truecrypt (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
/dev/mapper/truecrypt2 on /media/z type exfat (rw,relatime,uid=1000,gid=1000,fmask=0077,dmask=0077,iocharset=utf8,errors=remount-ro)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Thank you for this script!
I use truecrypt, and when I mount a volume and vpn.sh is active, that volume is mounted into the main Ubuntu system and chroot too:
$ mount
$ truecrypt -l
How can I prevent a volume from being mounted in a chroot?
Beta Was this translation helpful? Give feedback.
All reactions