Hi,
I just partitioned my new usb stick and encrypted one partition following this guide:
Instead of fdisk, I used the KDE partition manager for the partitioning and chose NTFS as file system. Everything worked fine until this command: # mount /dev/mapper/private /mnt/private
Here, I got the following error:
mount: /mnt/private: Falscher Dateisystemtyp, ungültige Optionen, der Superblock von /dev/mapper/private ist beschädigt, fehlende Kodierungsseite oder ein anderer Fehler.
My translation:
Wrong data type, invalid options, the super block of /dev/mapper/private is damaged, lacking encoding page or a different error.
When I tried to open the partition in dolphin, I got the following error:
No such interface “org.freedesktop.UDisks2.Filesystem” on object at path /org/freedesktop/UDisks2/block_devices/dm_2d0
Here are the outputs of some utilities:
lsusb:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 5986:9102 Acer, Inc BisonCam,NB Pro
Bus 003 Device 002: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 24a9:205a ASolid USB_0114
Bus 001 Device 003: ID 062a:4101 MosArt Semiconductor Corp. Wireless Keyboard/Mouse
Bus 001 Device 005: ID 04f3:0c63 Elan Microelectronics Corp. ELAN:Fingerprint
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lsblk:
├─sda2 8:2 1 50,8G 0 part
│ └─private 254:0 0 50,8G 0 crypt
inxi -Dazy:
ID-2: /dev/sda maj-min: 8:0 type: USB model: ASolid USB size: 58.59 GiB
block-size: physical: 512 B logical: 512 B type: N/A serial: <filter>
rev: 0000 scheme: GPT
sudo fdisk -l:
Festplatte /dev/sda: 58,59 GiB, 62914560512 Bytes, 122880001 Sektoren
Festplattenmodell: USB
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: 6C8A3AA1-E297-D646-97EF-5CF0EF170784
Gerät Anfang Ende Sektoren Größe Typ
/dev/sda1 2048 8194047 8192000 3,9G Microsoft Basisdaten
/dev/sda2 8194048 114671615 106477568 50,8G Microsoft Basisdaten
/dev/sda3 114671616 122863615 8192000 3,9G Microsoft Basisdaten
Festplatte /dev/mapper/private: 50,76 GiB, 54499737600 Bytes, 106444800 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
What can I do to get an encrypted partition on that stick mounted and usable? There is no data on it, so reformatting and -partitioning is no problem.