1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Replace TrueCrypt from Linux/MacOSX mount point names

This commit is contained in:
Mounir IDRASSI
2014-06-07 21:31:10 +02:00
parent 0c95ed3691
commit be4ca4bac6
4 changed files with 6 additions and 6 deletions

View File

@@ -1236,7 +1236,7 @@ namespace TrueCrypt
"veracrypt -t -c\n"
"\n"
"Mount a volume:\n"
"veracrypt volume.tc /media/truecrypt1\n"
"veracrypt volume.hc /media/veracrypt1\n"
"\n"
"Mount a volume as read-only, using keyfiles:\n"
"veracrypt -m ro -k keyfile1,keyfile2 volume.tc\n"
@@ -1245,7 +1245,7 @@ namespace TrueCrypt
"veracrypt --filesystem=none volume.tc\n"
"\n"
"Mount a volume prompting only for its password:\n"
"veracrypt -t -k \"\" --protect-hidden=no volume.tc /media/truecrypt1\n"
"veracrypt -t -k \"\" --protect-hidden=no volume.hc /media/veracrypt1\n"
"\n"
"Dismount a volume:\n"
"veracrypt -d volume.tc\n"