Code: Alles auswählen
root@sulap062:~ => mount /dev/mapper/VGSRV-lvol0p1 /mnt
mount: special device /dev/mapper/VGSRV-lvol0p1 does not exist
root@sulap062:~ => ls -al /dev/mapper/VGSRV-lvol0
lrwxrwxrwx 1 root root 7 Jun 14 16:00 /dev/mapper/VGSRV-lvol0 -> ../dm-0
vgscan -v
Code: Alles auswählen
Wiping cache of LVM-capable devices
Wiping internal VG cache
Reading all physical volumes. This may take a while...
Finding all volume groups
Finding volume group "VGSRV"
Found volume group "VGSRV" using metadata type lvm2
Code: Alles auswählen
1 logical volume(s) in volume group "VGSRV" now active
Code: Alles auswählen
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/VGSRV-lvol0'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/VGSRV-lvol0: 3738.3 GB, 3738341212160 bytes
255 heads, 63 sectors/track, 454494 cylinders, total 7301447680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/mapper/VGSRV-lvol0p1 1 4294967295 2147483647+ ee GPT
Code: Alles auswählen
GNU Parted 2.3
Using /dev/mapper/VGSRV-lvol0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/VGSRV-lvol0: 3738GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 17.4kB 3738GB 3738GB ext4 primary
(parted) quit