All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-crypt] Question about mounting an external hard drive
@ 2020-12-24 13:39 Dr. David Bower
  2020-12-24 19:17 ` Jorge Fábregas
  0 siblings, 1 reply; 2+ messages in thread
From: Dr. David Bower @ 2020-12-24 13:39 UTC (permalink / raw)
  To: dm-crypt; +Cc: Dr. David Bower


[-- Attachment #1.1.1: Type: text/plain, Size: 1193 bytes --]

Hello:

I was directed to you by Clemons Fruhwirth.

I recently purchased a 2 TB Samsung external hard drive and used Ubuntu Linux to password protect it.  It seems that Ubuntu used LUKS encryption to protect the hard drive.

Now I am having extreme difficulty using the external hard drive.  It seems that my main problem is that I cannot find the exact commands to mount the external hard drive
so that Ubuntu Linux will recognize the drive.  I have tried using the approaches listed on multiple web pages but as yet I am still unsuccessful in using the drive.

Any help / direction you can give me to solve this problem would be much appreciated.

Thanks,

PS:  When I insert the hard drive into the USB port, Ubuntu will ask me for the password and I am able to unlock the drive.  In fact, I can unlock the drive either from the linux command line or from the dialog box available from the Ubuntu linux disk application.

[cid:a99e9404-e458-459f-a934-e6b36bc76dfb]

David M. Bower, MD, PhD
Radiation oncologist / Medical physicist

cellphone:  (954) 940 0462
email:  dr.david.bower@hmshdr.com

Horizon Medical Services
3920 NW 49 Street
Tamarac, FL   33309




[-- Attachment #1.1.2: Type: text/html, Size: 7955 bytes --]

[-- Attachment #1.2: Outlook-1cwk4mvi.jpg --]
[-- Type: image/jpeg, Size: 6192 bytes --]

[-- Attachment #2: Type: text/plain, Size: 135 bytes --]

_______________________________________________
dm-crypt mailing list
dm-crypt@saout.de
https://www.saout.de/mailman/listinfo/dm-crypt

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dm-crypt] Question about mounting an external hard drive
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Jorge Fábregas @ 2020-12-24 19:17 UTC (permalink / raw)
  To: dm-crypt

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-24 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.