Hi.
Today i installed a fresh proxmox-4.2 Server and wanted to copy an existing VM-backup to this machine.
It has 1 TB of capacity ... so there should be more than enough free space.
BUT: I cannot mount the lvm-data-partition any more. On our old server there was
	
	
	
		
But now on 4.2 I've got:
	
	
	
		
When I use "lsblk" there are also big differences between our Servers. On our new Server I get this:
	
	
	
		
But neither "mount" nor "fdisk -l" will show me the BIG LVM (pve-data 808.4G lvm) ...
So what to do (or what to mount) to get access to this BIG free space? I think it has something to do with the new/pre-installed "LVM thin support" -- but how to add free space there?
(I simply wanted to copy the backup via scp to that location...)
Thanks for a hint.
				
			Today i installed a fresh proxmox-4.2 Server and wanted to copy an existing VM-backup to this machine.
It has 1 TB of capacity ... so there should be more than enough free space.
BUT: I cannot mount the lvm-data-partition any more. On our old server there was
		Code:
	
	/dev/mapper/pve--raid-data on /mnt/raid10-pve4 type ext4 (rw,relatime,data=ordered)
		Code:
	
	mount /dev/mapper/pve-data /mnt/pve-data/
mount: wrong fs type, bad option, bad superblock on /dev/mapper/pve-data,
  missing codepage or helper program, or other error
  In some cases useful info is found in syslog - try
  dmesg | tail or so.
		Code:
	
	NAME                         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                            8:0    0 931.5G  0 disk
├─sda1                         8:1    0  1007K  0 part
├─sda2                         8:2    0   127M  0 part
└─sda3                         8:3    0 931.4G  0 part
  ├─pve-root                 251:0    0   100G  0 lvm  /
  ├─pve-swap                 251:1    0     7G  0 lvm  [SWAP]
  ├─pve-data_tmeta           251:2    0   104M  0 lvm
  │ └─pve-data-tpool         251:4    0 808.4G  0 lvm
  │   ├─pve-data             251:5    0 808.4G  0 lvm
  │   ├─pve-vm--501--disk--1 251:6    0    32G  0 lvm
  │   ├─pve-vm--501--disk--2 251:7    0     1G  0 lvm
  │   ├─pve-vm--502--disk--1 251:8    0     5G  0 lvm
  │   ├─pve-vm--503--disk--1 251:9    0    20G  0 lvm
  │   ├─pve-vm--503--disk--2 251:10   0    50G  0 lvm
  │   └─pve-vm--506--disk--1 251:12   0    22G  0 lvm
  └─pve-data_tdata           251:3    0 808.4G  0 lvm
    └─pve-data-tpool         251:4    0 808.4G  0 lvm
      ├─pve-data             251:5    0 808.4G  0 lvm
      ├─pve-vm--501--disk--1 251:6    0    32G  0 lvm
      ├─pve-vm--501--disk--2 251:7    0     1G  0 lvm
      ├─pve-vm--502--disk--1 251:8    0     5G  0 lvm
      ├─pve-vm--503--disk--1 251:9    0    20G  0 lvm
      ├─pve-vm--503--disk--2 251:10   0    50G  0 lvm
      └─pve-vm--506--disk--1 251:12   0    22G  0 lvmBut neither "mount" nor "fdisk -l" will show me the BIG LVM (pve-data 808.4G lvm) ...
So what to do (or what to mount) to get access to this BIG free space? I think it has something to do with the new/pre-installed "LVM thin support" -- but how to add free space there?
(I simply wanted to copy the backup via scp to that location...)
Thanks for a hint.
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
	 
	 
 
		