I have a trouble when mounting a veracypt file container,saying
mount: /dev/mapper/veracrypt1: can't read superblock
How can I fix this error? Any help will be appreciated.
OS:Ubuntu 16.04
veracrypt 1.21
I have a trouble when mounting a veracypt file container,saying
mount: /dev/mapper/veracrypt1: can't read superblock
How can I fix this error? Any help will be appreciated.
OS:Ubuntu 16.04
veracrypt 1.21
Connect your file container with VeraCrypt the usual way, except that you should uncheck the option that mounts the volume. That is unlock the file container, but do not mount it. Then...
fdisk -l # This to know the name of the device.
sudo bash
fsck /dev/mapper/veracrypt1 # The device name should go here, e.g. /dev/mapper/veracrypt1
Here allow fsck to fix the volume for you. After a successful fix, dismount the (yet not even mounted) volume from VeraCrypt, then mount it again, but this time the usual way with actually mounting it at the specified path in the file system.