From: "Jorge Fábregas" <jorge.fabregas@gmail.com>
To: dm-crypt@saout.de
Subject: Re: [dm-crypt] Question about mounting an external hard drive
Date: Thu, 24 Dec 2020 15:17:38 -0400 [thread overview]
Message-ID: <71f69c9d-206b-2ea5-6999-e54b42921a00@gmail.com> (raw)
In-Reply-To: <SN6PR14MB2462FC75FA25C49E6F1E121BB8DD0@SN6PR14MB2462.namprd14.prod.outlook.com>
On 12/24/20 9:39 AM, Dr. David Bower wrote:
> I cannot find the exact commands to mount the external hard drive
Hi,
I have no experience with Ubuntu but if you get the prompt to enter the
password - when you plug in the disk - I assume it gets mounted
automatically (when passphrase is correct).
You can open a terminal window and verify it it's already mounted with:
df -h
or
sudo lsblk --fs
Anyway, if you say you can unlock the device, for example with:
sudo cryptsetup luksOpen /dev/sdc1 whatever
...then you can mount it with:
sudo mount /dev/mapper/whatever /mnt
Just pay attention to the name you're using for the "unlocked" device
("whatever" in my example).
--
Jorge
_______________________________________________
dm-crypt mailing list
dm-crypt@saout.de
https://www.saout.de/mailman/listinfo/dm-crypt
prev parent reply other threads:[~2020-12-24 19:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-24 13:39 [dm-crypt] Question about mounting an external hard drive Dr. David Bower
2020-12-24 19:17 ` Jorge Fábregas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=71f69c9d-206b-2ea5-6999-e54b42921a00@gmail.com \
--to=jorge.fabregas@gmail.com \
--cc=dm-crypt@saout.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox