accessing data on encrypted drive
Please be patient with me as I am still learning how to do anything Linux, starting with Ubuntu.
I have installed Ubuntu 14.04 and had some issues playing around with it and petty much now it won't boot up which would be fine as I am using the computer to play with Ubuntu nothing more. But while on holidays, I had copied some family pics on the hard drive I moved there to watch on TV though HDMI, and my camera has since been stolen. so I want to try save the family pics vids which fortunately are on the Ubuntu drive... which I can't access.
But there is more... When I first installed Ubuntu... I selected to encrypt the drive. I do have the password. so that is not an issue. issue is I have tried to access the drive by booting up off an Ubuntu 15.10 I think.
SO I figured I will see the drive, be prompted for password and then I can access my data and save to USB drive. But no I don't have permission to access the drive. No request for password.
Help with instructions as I have limited (very Limited) Linux knowledge.
Jinn
boot encryption data-recovery
add a comment |
Please be patient with me as I am still learning how to do anything Linux, starting with Ubuntu.
I have installed Ubuntu 14.04 and had some issues playing around with it and petty much now it won't boot up which would be fine as I am using the computer to play with Ubuntu nothing more. But while on holidays, I had copied some family pics on the hard drive I moved there to watch on TV though HDMI, and my camera has since been stolen. so I want to try save the family pics vids which fortunately are on the Ubuntu drive... which I can't access.
But there is more... When I first installed Ubuntu... I selected to encrypt the drive. I do have the password. so that is not an issue. issue is I have tried to access the drive by booting up off an Ubuntu 15.10 I think.
SO I figured I will see the drive, be prompted for password and then I can access my data and save to USB drive. But no I don't have permission to access the drive. No request for password.
Help with instructions as I have limited (very Limited) Linux knowledge.
Jinn
boot encryption data-recovery
Did you encrypt your entire system drive, or just your home folder? The whole system drive encryption uses LUKS (and probably lvm), while home encryption only uses eCryptFS. When you boot from a 15.10 "live" dvd/usb, can you mount & browse the rest of the files on your old Ubuntu hard drive, and only see the home files as encrypted (long "nonsense" names)?
– Xen2050
Jan 26 '16 at 7:54
1
Possible duplicate of How to recover data from old encrypted hard drive?
– Xen2050
Jan 28 '16 at 12:02
add a comment |
Please be patient with me as I am still learning how to do anything Linux, starting with Ubuntu.
I have installed Ubuntu 14.04 and had some issues playing around with it and petty much now it won't boot up which would be fine as I am using the computer to play with Ubuntu nothing more. But while on holidays, I had copied some family pics on the hard drive I moved there to watch on TV though HDMI, and my camera has since been stolen. so I want to try save the family pics vids which fortunately are on the Ubuntu drive... which I can't access.
But there is more... When I first installed Ubuntu... I selected to encrypt the drive. I do have the password. so that is not an issue. issue is I have tried to access the drive by booting up off an Ubuntu 15.10 I think.
SO I figured I will see the drive, be prompted for password and then I can access my data and save to USB drive. But no I don't have permission to access the drive. No request for password.
Help with instructions as I have limited (very Limited) Linux knowledge.
Jinn
boot encryption data-recovery
Please be patient with me as I am still learning how to do anything Linux, starting with Ubuntu.
I have installed Ubuntu 14.04 and had some issues playing around with it and petty much now it won't boot up which would be fine as I am using the computer to play with Ubuntu nothing more. But while on holidays, I had copied some family pics on the hard drive I moved there to watch on TV though HDMI, and my camera has since been stolen. so I want to try save the family pics vids which fortunately are on the Ubuntu drive... which I can't access.
But there is more... When I first installed Ubuntu... I selected to encrypt the drive. I do have the password. so that is not an issue. issue is I have tried to access the drive by booting up off an Ubuntu 15.10 I think.
SO I figured I will see the drive, be prompted for password and then I can access my data and save to USB drive. But no I don't have permission to access the drive. No request for password.
Help with instructions as I have limited (very Limited) Linux knowledge.
Jinn
boot encryption data-recovery
boot encryption data-recovery
edited Jan 26 '16 at 7:49
Xen2050
6,92622344
6,92622344
asked Jan 26 '16 at 3:37
Ancient JinnAncient Jinn
1613
1613
Did you encrypt your entire system drive, or just your home folder? The whole system drive encryption uses LUKS (and probably lvm), while home encryption only uses eCryptFS. When you boot from a 15.10 "live" dvd/usb, can you mount & browse the rest of the files on your old Ubuntu hard drive, and only see the home files as encrypted (long "nonsense" names)?
– Xen2050
Jan 26 '16 at 7:54
1
Possible duplicate of How to recover data from old encrypted hard drive?
– Xen2050
Jan 28 '16 at 12:02
add a comment |
Did you encrypt your entire system drive, or just your home folder? The whole system drive encryption uses LUKS (and probably lvm), while home encryption only uses eCryptFS. When you boot from a 15.10 "live" dvd/usb, can you mount & browse the rest of the files on your old Ubuntu hard drive, and only see the home files as encrypted (long "nonsense" names)?
– Xen2050
Jan 26 '16 at 7:54
1
Possible duplicate of How to recover data from old encrypted hard drive?
– Xen2050
Jan 28 '16 at 12:02
Did you encrypt your entire system drive, or just your home folder? The whole system drive encryption uses LUKS (and probably lvm), while home encryption only uses eCryptFS. When you boot from a 15.10 "live" dvd/usb, can you mount & browse the rest of the files on your old Ubuntu hard drive, and only see the home files as encrypted (long "nonsense" names)?
– Xen2050
Jan 26 '16 at 7:54
Did you encrypt your entire system drive, or just your home folder? The whole system drive encryption uses LUKS (and probably lvm), while home encryption only uses eCryptFS. When you boot from a 15.10 "live" dvd/usb, can you mount & browse the rest of the files on your old Ubuntu hard drive, and only see the home files as encrypted (long "nonsense" names)?
– Xen2050
Jan 26 '16 at 7:54
1
1
Possible duplicate of How to recover data from old encrypted hard drive?
– Xen2050
Jan 28 '16 at 12:02
Possible duplicate of How to recover data from old encrypted hard drive?
– Xen2050
Jan 28 '16 at 12:02
add a comment |
1 Answer
1
active
oldest
votes
From Live Cd/DVD
First ensure the partition containing your encrypted home directory is mounted. You can easily mount it by clicking It in the file manager; you will see an eject (unmount) icon, indicating the partition is mounted.
Now Open a Terminal (Ctl Alt T)
Then look for the drive:
sudo ecryptfs-recover-private
This command will offer to recover an encrypted directory if it locates one.
Assuming the command found a wrapped passphrase file on your system, it will prompt you for your login passphrase. If it doesn’t find this file, you’ll need the mount passphrase from the ecryptfs-unwrap-passphrase
command – hopefully you have a copy of this. If you don’t, you can’t recover your files.
If you have found the drive and entered the correct password
The command will mount the encrypted directory in your /tmp
directory.(your temporary files)
You can access this directory to view the decrypted versions of your files. However, you may not have read access to this directory as the live CD user.
To access the directory with a graphical file browser, run Nautilus as root. Press Alt+F2, type gksu nautilus
and press Enter.
You will now be able to access your files from the Nautilus window running as root. From here, you can easily copy the files to an external hard drive or another location!!
References -UbuntuGeek
I tried this as I seen it posted elsewhere. did not help or perhaps i dont understand. i do have password. this is what i get... $ sudo ecryptfs-recover-privateINFO: Searching for encrypted private directories (this might take a while)... find: File system loop detected;/sys/kernel/debug/pinctrl' is part of the same file system loop as
/sys/kernel/debug'
– Ancient Jinn
Jan 26 '16 at 5:00
i do find in tem directory 3 locked files which have... This location could not be displayed you do not have permissions to view the contents of "systemd-private...etc...
– Ancient Jinn
Jan 26 '16 at 5:12
Just login to tty Ctl Alt f1 or f2 type gksu natilus and you should now have access
– DnrDevil
Jan 26 '16 at 5:15
I did this ubuntu@ubuntu:~$ sudo ecryptfs-recover-private /media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af INFO: Found [/media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af]. Try to recover this directory? [Y/n]: y INFO: Could not find your wrapped passphrase file. INFO: To recover this directory, you MUST have your original MOUNT passphrase. INFO: When you first setup your encrypted private directory, you were told to record INFO: your MOUNT passphrase. INFO: It should be 32 characters long, consisting of [0-9] and [a-f]. Enter your MOUNT passphrase: INFO: Success! Private data mounted at
– Ancient Jinn
Jan 26 '16 at 5:43
2
I closed all windows etc... and then relaunched Terminal and the gksu nautilus worked. and the password prompt popped up. so I have access to all files and able to reset the permissions thanks. but... I cant access the content on the desktop. "access your private data.desktop file" needs to be mounted I think.
– Ancient Jinn
Jan 26 '16 at 12:15
|
show 6 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f725672%2faccessing-data-on-encrypted-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From Live Cd/DVD
First ensure the partition containing your encrypted home directory is mounted. You can easily mount it by clicking It in the file manager; you will see an eject (unmount) icon, indicating the partition is mounted.
Now Open a Terminal (Ctl Alt T)
Then look for the drive:
sudo ecryptfs-recover-private
This command will offer to recover an encrypted directory if it locates one.
Assuming the command found a wrapped passphrase file on your system, it will prompt you for your login passphrase. If it doesn’t find this file, you’ll need the mount passphrase from the ecryptfs-unwrap-passphrase
command – hopefully you have a copy of this. If you don’t, you can’t recover your files.
If you have found the drive and entered the correct password
The command will mount the encrypted directory in your /tmp
directory.(your temporary files)
You can access this directory to view the decrypted versions of your files. However, you may not have read access to this directory as the live CD user.
To access the directory with a graphical file browser, run Nautilus as root. Press Alt+F2, type gksu nautilus
and press Enter.
You will now be able to access your files from the Nautilus window running as root. From here, you can easily copy the files to an external hard drive or another location!!
References -UbuntuGeek
I tried this as I seen it posted elsewhere. did not help or perhaps i dont understand. i do have password. this is what i get... $ sudo ecryptfs-recover-privateINFO: Searching for encrypted private directories (this might take a while)... find: File system loop detected;/sys/kernel/debug/pinctrl' is part of the same file system loop as
/sys/kernel/debug'
– Ancient Jinn
Jan 26 '16 at 5:00
i do find in tem directory 3 locked files which have... This location could not be displayed you do not have permissions to view the contents of "systemd-private...etc...
– Ancient Jinn
Jan 26 '16 at 5:12
Just login to tty Ctl Alt f1 or f2 type gksu natilus and you should now have access
– DnrDevil
Jan 26 '16 at 5:15
I did this ubuntu@ubuntu:~$ sudo ecryptfs-recover-private /media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af INFO: Found [/media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af]. Try to recover this directory? [Y/n]: y INFO: Could not find your wrapped passphrase file. INFO: To recover this directory, you MUST have your original MOUNT passphrase. INFO: When you first setup your encrypted private directory, you were told to record INFO: your MOUNT passphrase. INFO: It should be 32 characters long, consisting of [0-9] and [a-f]. Enter your MOUNT passphrase: INFO: Success! Private data mounted at
– Ancient Jinn
Jan 26 '16 at 5:43
2
I closed all windows etc... and then relaunched Terminal and the gksu nautilus worked. and the password prompt popped up. so I have access to all files and able to reset the permissions thanks. but... I cant access the content on the desktop. "access your private data.desktop file" needs to be mounted I think.
– Ancient Jinn
Jan 26 '16 at 12:15
|
show 6 more comments
From Live Cd/DVD
First ensure the partition containing your encrypted home directory is mounted. You can easily mount it by clicking It in the file manager; you will see an eject (unmount) icon, indicating the partition is mounted.
Now Open a Terminal (Ctl Alt T)
Then look for the drive:
sudo ecryptfs-recover-private
This command will offer to recover an encrypted directory if it locates one.
Assuming the command found a wrapped passphrase file on your system, it will prompt you for your login passphrase. If it doesn’t find this file, you’ll need the mount passphrase from the ecryptfs-unwrap-passphrase
command – hopefully you have a copy of this. If you don’t, you can’t recover your files.
If you have found the drive and entered the correct password
The command will mount the encrypted directory in your /tmp
directory.(your temporary files)
You can access this directory to view the decrypted versions of your files. However, you may not have read access to this directory as the live CD user.
To access the directory with a graphical file browser, run Nautilus as root. Press Alt+F2, type gksu nautilus
and press Enter.
You will now be able to access your files from the Nautilus window running as root. From here, you can easily copy the files to an external hard drive or another location!!
References -UbuntuGeek
I tried this as I seen it posted elsewhere. did not help or perhaps i dont understand. i do have password. this is what i get... $ sudo ecryptfs-recover-privateINFO: Searching for encrypted private directories (this might take a while)... find: File system loop detected;/sys/kernel/debug/pinctrl' is part of the same file system loop as
/sys/kernel/debug'
– Ancient Jinn
Jan 26 '16 at 5:00
i do find in tem directory 3 locked files which have... This location could not be displayed you do not have permissions to view the contents of "systemd-private...etc...
– Ancient Jinn
Jan 26 '16 at 5:12
Just login to tty Ctl Alt f1 or f2 type gksu natilus and you should now have access
– DnrDevil
Jan 26 '16 at 5:15
I did this ubuntu@ubuntu:~$ sudo ecryptfs-recover-private /media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af INFO: Found [/media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af]. Try to recover this directory? [Y/n]: y INFO: Could not find your wrapped passphrase file. INFO: To recover this directory, you MUST have your original MOUNT passphrase. INFO: When you first setup your encrypted private directory, you were told to record INFO: your MOUNT passphrase. INFO: It should be 32 characters long, consisting of [0-9] and [a-f]. Enter your MOUNT passphrase: INFO: Success! Private data mounted at
– Ancient Jinn
Jan 26 '16 at 5:43
2
I closed all windows etc... and then relaunched Terminal and the gksu nautilus worked. and the password prompt popped up. so I have access to all files and able to reset the permissions thanks. but... I cant access the content on the desktop. "access your private data.desktop file" needs to be mounted I think.
– Ancient Jinn
Jan 26 '16 at 12:15
|
show 6 more comments
From Live Cd/DVD
First ensure the partition containing your encrypted home directory is mounted. You can easily mount it by clicking It in the file manager; you will see an eject (unmount) icon, indicating the partition is mounted.
Now Open a Terminal (Ctl Alt T)
Then look for the drive:
sudo ecryptfs-recover-private
This command will offer to recover an encrypted directory if it locates one.
Assuming the command found a wrapped passphrase file on your system, it will prompt you for your login passphrase. If it doesn’t find this file, you’ll need the mount passphrase from the ecryptfs-unwrap-passphrase
command – hopefully you have a copy of this. If you don’t, you can’t recover your files.
If you have found the drive and entered the correct password
The command will mount the encrypted directory in your /tmp
directory.(your temporary files)
You can access this directory to view the decrypted versions of your files. However, you may not have read access to this directory as the live CD user.
To access the directory with a graphical file browser, run Nautilus as root. Press Alt+F2, type gksu nautilus
and press Enter.
You will now be able to access your files from the Nautilus window running as root. From here, you can easily copy the files to an external hard drive or another location!!
References -UbuntuGeek
From Live Cd/DVD
First ensure the partition containing your encrypted home directory is mounted. You can easily mount it by clicking It in the file manager; you will see an eject (unmount) icon, indicating the partition is mounted.
Now Open a Terminal (Ctl Alt T)
Then look for the drive:
sudo ecryptfs-recover-private
This command will offer to recover an encrypted directory if it locates one.
Assuming the command found a wrapped passphrase file on your system, it will prompt you for your login passphrase. If it doesn’t find this file, you’ll need the mount passphrase from the ecryptfs-unwrap-passphrase
command – hopefully you have a copy of this. If you don’t, you can’t recover your files.
If you have found the drive and entered the correct password
The command will mount the encrypted directory in your /tmp
directory.(your temporary files)
You can access this directory to view the decrypted versions of your files. However, you may not have read access to this directory as the live CD user.
To access the directory with a graphical file browser, run Nautilus as root. Press Alt+F2, type gksu nautilus
and press Enter.
You will now be able to access your files from the Nautilus window running as root. From here, you can easily copy the files to an external hard drive or another location!!
References -UbuntuGeek
edited Jan 26 '16 at 4:16
answered Jan 26 '16 at 4:04
DnrDevilDnrDevil
1,3491917
1,3491917
I tried this as I seen it posted elsewhere. did not help or perhaps i dont understand. i do have password. this is what i get... $ sudo ecryptfs-recover-privateINFO: Searching for encrypted private directories (this might take a while)... find: File system loop detected;/sys/kernel/debug/pinctrl' is part of the same file system loop as
/sys/kernel/debug'
– Ancient Jinn
Jan 26 '16 at 5:00
i do find in tem directory 3 locked files which have... This location could not be displayed you do not have permissions to view the contents of "systemd-private...etc...
– Ancient Jinn
Jan 26 '16 at 5:12
Just login to tty Ctl Alt f1 or f2 type gksu natilus and you should now have access
– DnrDevil
Jan 26 '16 at 5:15
I did this ubuntu@ubuntu:~$ sudo ecryptfs-recover-private /media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af INFO: Found [/media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af]. Try to recover this directory? [Y/n]: y INFO: Could not find your wrapped passphrase file. INFO: To recover this directory, you MUST have your original MOUNT passphrase. INFO: When you first setup your encrypted private directory, you were told to record INFO: your MOUNT passphrase. INFO: It should be 32 characters long, consisting of [0-9] and [a-f]. Enter your MOUNT passphrase: INFO: Success! Private data mounted at
– Ancient Jinn
Jan 26 '16 at 5:43
2
I closed all windows etc... and then relaunched Terminal and the gksu nautilus worked. and the password prompt popped up. so I have access to all files and able to reset the permissions thanks. but... I cant access the content on the desktop. "access your private data.desktop file" needs to be mounted I think.
– Ancient Jinn
Jan 26 '16 at 12:15
|
show 6 more comments
I tried this as I seen it posted elsewhere. did not help or perhaps i dont understand. i do have password. this is what i get... $ sudo ecryptfs-recover-privateINFO: Searching for encrypted private directories (this might take a while)... find: File system loop detected;/sys/kernel/debug/pinctrl' is part of the same file system loop as
/sys/kernel/debug'
– Ancient Jinn
Jan 26 '16 at 5:00
i do find in tem directory 3 locked files which have... This location could not be displayed you do not have permissions to view the contents of "systemd-private...etc...
– Ancient Jinn
Jan 26 '16 at 5:12
Just login to tty Ctl Alt f1 or f2 type gksu natilus and you should now have access
– DnrDevil
Jan 26 '16 at 5:15
I did this ubuntu@ubuntu:~$ sudo ecryptfs-recover-private /media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af INFO: Found [/media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af]. Try to recover this directory? [Y/n]: y INFO: Could not find your wrapped passphrase file. INFO: To recover this directory, you MUST have your original MOUNT passphrase. INFO: When you first setup your encrypted private directory, you were told to record INFO: your MOUNT passphrase. INFO: It should be 32 characters long, consisting of [0-9] and [a-f]. Enter your MOUNT passphrase: INFO: Success! Private data mounted at
– Ancient Jinn
Jan 26 '16 at 5:43
2
I closed all windows etc... and then relaunched Terminal and the gksu nautilus worked. and the password prompt popped up. so I have access to all files and able to reset the permissions thanks. but... I cant access the content on the desktop. "access your private data.desktop file" needs to be mounted I think.
– Ancient Jinn
Jan 26 '16 at 12:15
I tried this as I seen it posted elsewhere. did not help or perhaps i dont understand. i do have password. this is what i get... $ sudo ecryptfs-recover-privateINFO: Searching for encrypted private directories (this might take a while)... find: File system loop detected;
/sys/kernel/debug/pinctrl' is part of the same file system loop as
/sys/kernel/debug'– Ancient Jinn
Jan 26 '16 at 5:00
I tried this as I seen it posted elsewhere. did not help or perhaps i dont understand. i do have password. this is what i get... $ sudo ecryptfs-recover-privateINFO: Searching for encrypted private directories (this might take a while)... find: File system loop detected;
/sys/kernel/debug/pinctrl' is part of the same file system loop as
/sys/kernel/debug'– Ancient Jinn
Jan 26 '16 at 5:00
i do find in tem directory 3 locked files which have... This location could not be displayed you do not have permissions to view the contents of "systemd-private...etc...
– Ancient Jinn
Jan 26 '16 at 5:12
i do find in tem directory 3 locked files which have... This location could not be displayed you do not have permissions to view the contents of "systemd-private...etc...
– Ancient Jinn
Jan 26 '16 at 5:12
Just login to tty Ctl Alt f1 or f2 type gksu natilus and you should now have access
– DnrDevil
Jan 26 '16 at 5:15
Just login to tty Ctl Alt f1 or f2 type gksu natilus and you should now have access
– DnrDevil
Jan 26 '16 at 5:15
I did this ubuntu@ubuntu:~$ sudo ecryptfs-recover-private /media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af INFO: Found [/media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af]. Try to recover this directory? [Y/n]: y INFO: Could not find your wrapped passphrase file. INFO: To recover this directory, you MUST have your original MOUNT passphrase. INFO: When you first setup your encrypted private directory, you were told to record INFO: your MOUNT passphrase. INFO: It should be 32 characters long, consisting of [0-9] and [a-f]. Enter your MOUNT passphrase: INFO: Success! Private data mounted at
– Ancient Jinn
Jan 26 '16 at 5:43
I did this ubuntu@ubuntu:~$ sudo ecryptfs-recover-private /media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af INFO: Found [/media/ubuntu/efce1cdd-542f-4e9e-981b-b7fec59ca8af]. Try to recover this directory? [Y/n]: y INFO: Could not find your wrapped passphrase file. INFO: To recover this directory, you MUST have your original MOUNT passphrase. INFO: When you first setup your encrypted private directory, you were told to record INFO: your MOUNT passphrase. INFO: It should be 32 characters long, consisting of [0-9] and [a-f]. Enter your MOUNT passphrase: INFO: Success! Private data mounted at
– Ancient Jinn
Jan 26 '16 at 5:43
2
2
I closed all windows etc... and then relaunched Terminal and the gksu nautilus worked. and the password prompt popped up. so I have access to all files and able to reset the permissions thanks. but... I cant access the content on the desktop. "access your private data.desktop file" needs to be mounted I think.
– Ancient Jinn
Jan 26 '16 at 12:15
I closed all windows etc... and then relaunched Terminal and the gksu nautilus worked. and the password prompt popped up. so I have access to all files and able to reset the permissions thanks. but... I cant access the content on the desktop. "access your private data.desktop file" needs to be mounted I think.
– Ancient Jinn
Jan 26 '16 at 12:15
|
show 6 more comments
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f725672%2faccessing-data-on-encrypted-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you encrypt your entire system drive, or just your home folder? The whole system drive encryption uses LUKS (and probably lvm), while home encryption only uses eCryptFS. When you boot from a 15.10 "live" dvd/usb, can you mount & browse the rest of the files on your old Ubuntu hard drive, and only see the home files as encrypted (long "nonsense" names)?
– Xen2050
Jan 26 '16 at 7:54
1
Possible duplicate of How to recover data from old encrypted hard drive?
– Xen2050
Jan 28 '16 at 12:02