puppylinux-dislocker-info.txt

(0 KB) Pobierz
Example - USB-stick is at /dev/sdg1:
Code:	
mkdir - p /mnt/dislocker /tmp/dislocker   #create two mountpoints
dislocker-fuse -V /dev/sdg1 -uYOUR_PASWORD -- /mnt/dislocker
#you might get an error with getcwd - but it seems to do no harm.
ls /mnt/dislocker   #verify that the dislocker-file is present
mount -o loop /mnt/dislocker/dislocker-file /tmp/dislocker   #mount the dislocker-file
ls /tmp/dislocker   #verify that you have access to the unlocked volume
#you can unmount /tmp/dislocker
umount /tmp/dislocker
#but might need to kill dislocker-fuse to unmount /mnt/dislocker
killall dislocker-fuse
Zgłoś jeśli naruszono regulamin