- Mitglied seit
- 12. Jan 2021
- Beiträge
- 150
- Punkte für Reaktionen
- 10
- Punkte
- 18
Hallo ich gehe nach der Anleitung: https://kb.synology.com/de-de/DSM/t...om_my_DiskStation_using_a_PC#x_anchor_idstep6
Versuche ein Volume direkt auf der Syno encrypted zu mounten.
Ich mache:
es fragt gar nicht nach FNEK und wieso "mount: /volume2/backup/volume_9: mount(2) system call failed: Not a directory." es ist ein dir... Passpharse ist auch 100%ig richtig
Kann jemand helfen?
Vielen Dank im Voraus!
Versuche ein Volume direkt auf der Syno encrypted zu mounten.
Ich mache:
Code:
mount -t ecryptfs /dev/vg9/volume_9 /volume2/backup/volume_9
Passphrase:
Select cipher:
1) aes: blocksize = 16; min keysize = 16; max keysize = 32
2) blowfish: blocksize = 8; min keysize = 16; max keysize = 56
3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24
4) twofish: blocksize = 16; min keysize = 16; max keysize = 32
5) cast6: blocksize = 16; min keysize = 16; max keysize = 32
6) cast5: blocksize = 8; min keysize = 5; max keysize = 16
Selection [aes]:
Select key bytes:
1) 16
2) 32
3) 24
Selection [16]: 32
Enable plaintext passthrough (y/n) [n]:
Enable filename encryption (y/n) [n]: y
Attempting to mount with the following options:
ecryptfs_unlink_sigs
ecryptfs_fnek_sig=3efc4c83599befa8
ecryptfs_key_bytes=32
ecryptfs_cipher=aes
ecryptfs_sig=3efc4c83599befa8
WARNING: Based on the contents of [/root/.ecryptfs/sig-cache.txt],
it looks like you have never mounted with this key
before. This could mean that you have typed your
passphrase wrong.
Would you like to proceed with the mount (yes/no)? : yes
Would you like to append sig [3efc4c83599befa8] to
[/root/.ecryptfs/sig-cache.txt]
in order to avoid this warning in the future (yes/no)? : no
Not adding sig to user sig cache file; continuing with mount.
mount: /volume2/backup/volume_9: mount(2) system call failed: Not a directory.
Error mounting eCryptfs: [-1] Operation not permitted
Check your system logs; visit <http://ecryptfs.org/support.html>
es fragt gar nicht nach FNEK und wieso "mount: /volume2/backup/volume_9: mount(2) system call failed: Not a directory." es ist ein dir... Passpharse ist auch 100%ig richtig
Code:
ll /volume2/backup/volume_9/
total 0
drwx------ 1 root root 0 Aug 14 09:50 .
drwx------ 1 root root 16 Aug 14 09:35 ..
Kann jemand helfen?
Vielen Dank im Voraus!