Sponsored Content
Operating Systems Linux Need to Mount LUKS external drive on Fedora Post 302683265 by jlouki01 on Tuesday 7th of August 2012 01:13:49 PM
Old 08-07-2012
[root@localhost mapper]# cryptsetup luksOpen /dev/mapper/vg_loukinasfedor-lv_home e565dde6-e49e-4a04-a3dd-34285f5bb525

enter pass...

[root@localhost mapper]# mount /dev/mapper/vg_loukinasfedor-lv_home /tmp/mount
mount: unknown filesystem type 'crypto_LUKS'
[root@localhost mapper]#

EDIT

Looking back you had specified old home.. I used the UUID of the LUKS FS


[root@localhost mapper]# mount /dev/mapper/e565dde6-e49e-4a04-a3dd-34285f5bb525 /tmp/mount
mount: unknown filesystem type 'LVM2_member'
[root@localhost mapper]#

---------- Post updated at 01:13 PM ---------- Previous update was at 01:06 PM ----------

[root@localhost mapper]# cryptsetup luksOpen /dev/mapper/vg_loukinasfedor-lv_home oldhome
Enter passphrase for /dev/mapper/vg_loukinasfedor-lv_home:
[root@localhost mapper]# ls -ltr
total 0
crw------- 1 root root 10, 236 Aug 7 09:16 control
lrwxrwxrwx 1 root root 7 Aug 7 09:16 vg-lv_root -> ../dm-2
lrwxrwxrwx 1 root root 7 Aug 7 09:16 vg-lv_swap -> ../dm-1
lrwxrwxrwx 1 root root 7 Aug 7 09:16 luks-93b9eaa6-66ba-4bf2-b2c1-2cea81791ae4 -> ../dm-4
lrwxrwxrwx 1 root root 7 Aug 7 10:23 vg_loukinasfedor-lv_audit -> ../dm-5
lrwxrwxrwx 1 root root 7 Aug 7 10:23 vg_loukinasfedor-lv_swap -> ../dm-8
lrwxrwxrwx 1 root root 7 Aug 7 10:23 vg_loukinasfedor-lv_tmp -> ../dm-7
lrwxrwxrwx 1 root root 8 Aug 7 10:23 vg_loukinasfedor-lv_root -> ../dm-10
lrwxrwxrwx 1 root root 7 Aug 7 10:23 vg_loukinasfedor-lv_varlog -> ../dm-6
lrwxrwxrwx 1 root root 8 Aug 7 10:23 vg_loukinasfedor-lv_var -> ../dm-11
lrwxrwxrwx 1 root root 7 Aug 7 11:11 luks-79b60596-c5f2-4019-9b8b-425af2f343c5 -> ../dm-0
lrwxrwxrwx 1 root root 7 Aug 7 11:14 vg-lv_home -> ../dm-3
lrwxrwxrwx 1 root root 7 Aug 7 13:13 vg_loukinasfedor-lv_home -> ../dm-9
lrwxrwxrwx 1 root root 8 Aug 7 13:13 oldhome -> ../dm-12
[root@localhost mapper]# mount /dev/mapper/oldhome /tmp/mount
mount: unknown filesystem type 'LVM2_member'
[root@localhost mapper]#
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies

2. UNIX for Dummies Questions & Answers

mount external usb drive on Redhat 9

I am using Redhat 9 Linux, and am trying to get my external usb drive mounted (fat32). If I look at the KDE Control panel, it lists a usb 2.0 storage device under "USB Devices" (also in /proc/bus/usb), and under "SCSI" as scsi1. I looked at /proc/scsi/usb-storage-0, and it lists it there also. What... (6 Replies)
Discussion started by: jeremiebarber
6 Replies

3. Solaris

FAT32 usb external hard drive - how to mount??

Hello ! What is the comand to mount and usb hard disk ? I have Solaris 10 installed! 10nx! (1 Reply)
Discussion started by: daniel.balasa
1 Replies

4. UNIX for Dummies Questions & Answers

External SCSI hard drive

Someone gave me a small external SCSI hard drive for my SunOS 5.8 test system. How do I make Unix see the hard drive? (2 Replies)
Discussion started by: FredSmith
2 Replies

5. Ubuntu

External Hard drive won't mount

i have a Simple Tech hard drive that i use between two computers. it is formatted to ntfs. i have a dell desktop with Ubuntu 7.10 and Ubuntu 8.04 and Windows XP Home. and i have a laptop with Ubuntu 7.10 and Ubuntu 8.04. the laptop recognizes the hard drive on both 8.04 and 7.10 but my desktop... (9 Replies)
Discussion started by: Texasone
9 Replies

6. AIX

external DDS4 Tape Drive

Hi folks, I've got a little problem concerning my external dds4 tape drive. I've got 2 rs6000 systems, one has a external dds4 tape drive attached, I want to attach the tape drive to the other rs6000 system so that i can restore data from the 1st rs6000 on to the second. Does anybody has... (3 Replies)
Discussion started by: Erik Rooijmans
3 Replies

7. Filesystems, Disks and Memory

Partitioning External Drive

I am about to set up another triple boot drive, but this one is connected to my MacBook with a USB adapter. I want to be sure that I do not overwrite data on my laptop's internal drive. This is the command I used for the internal drive, which was found in an Ubuntu forum, but the sizes were changed... (0 Replies)
Discussion started by: MacInAction
0 Replies

8. Debian

Unable to mount external drive

Trying to mount an external 160GB Toshiba drive but.... this is my dmesg tail output: usb 2-2: new high speed USB device using ehci_hcd and address 3 usb 2-2: New USB device found, idVendor=13fd, idProduct=1618 usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 usb 2-2:... (4 Replies)
Discussion started by: Ridson
4 Replies

9. Red Hat

Usb external drive

Hi Guys I am using RHEL5 O/S. We have mounted the usb external hard drive to the server as root. I want the user oracle to be able to write into this external hard drive. How do i do that ? Please Help!!! (1 Reply)
Discussion started by: Phuti
1 Replies

10. UNIX for Advanced & Expert Users

External hard drive

I have connected an external hard drive. I can't find it. Both ls /media, fdisk -l and ls /dev show nothing. TIA (3 Replies)
Discussion started by: Meow613
3 Replies
volcheck(1)                                                        User Commands                                                       volcheck(1)

NAME
volcheck - checks for media in a drive and by default checks all floppy media SYNOPSIS
volcheck [-v] [-i secs] [-t secs] pathname DESCRIPTION
The volcheck utility tells Volume Management to look at each dev/pathname in sequence and determine if new media has been inserted in the drive. The default action is to volcheck all checkable media managed by volume management. OPTIONS
The following options are supported: -i secs Set the frequency of device checking to secs seconds. The default is 2 seconds. The minimum frequency is 1 second. -t secs Check the named device(s) for the next secs seconds. The maximum number of seconds allowed is 28800, which is 8 hours. The fre- quency of checking is specified by -i. There is no default total time. -v Verbose. OPERANDS
The following operands are supported: pathname The path name of a media device. EXAMPLES
Example 1: A sample of the volcheck command. The following example example% volcheck -v /dev/diskette /dev/diskette has media asks Volume Management to examine the floppy drive for new media. The following example example% volcheck -i 2 -t 600 /dev/diskette1 & asks Volume Management if there is a floppy in the floppy drive every 2 seconds for 600 seconds (10 minutes). FILES
/dev/volctl Volume Management control port ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWvolu | +-----------------------------+-----------------------------+ SEE ALSO
eject(1), volcancel(1), volmissing(1) rmmount(1M), vold(1M), rmmount.conf(4), vold.conf(4), attributes(5), volfs(7FS) WARNINGS
Due to a hardware limitation in many floppy drives, the act of checking for media causes mechanical action in the floppy drive. Continu- ous polling of the floppy drive will cause the drive to wear out. It is recommended that polling the drive only be performed during periods of high use. SunOS 5.10 21 Feb 1997 volcheck(1)
All times are GMT -4. The time now is 09:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy