Hello all,
After having problems with my 20.04 install, I decided to start afresh.
I copied all files in my HDD to an external HDD and set about installing 20.10.
I have a Samsung Ultrabok with 12GB RAM, a 24GB SSD and a 500GB HDD.
After reading here and there I decided to use lvm file system for both my internal drives.
From the live disk, I used Prtition Manager to wipe both drives and create partitions like this:
sdb (SSD) deleted all and left 1x 24GB full partition unallocated.
sda deleted all existing ext4 partitiona and created:
1x 99GB lvm2 pv partition
1x 137GB lvm2 pv partition
1x 230GB lvm2 pv partition.
Then installed 20.10 on sdb (guided, entire disk) lvm2 pv.
After restart, all seems ok, but I cannot see the HDD from Dolphin, only the SSD.
Partition Manager sees both and a third called vgkubuntu .
The terminal also doesn't seem to see the HDD:
spiv@spiv-ultra:~$ sudo vgscan
[sudo] password for spiv:
Found volume group "vgkubuntu" using metadata type lvm2
spiv@spiv-ultra:~$ sudo vgscan --mknodes
Found volume group "vgkubuntu" using metadata type lvm2
spiv@spiv-ultra:~$ sudo lvs
[sudo] password for spiv:
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy
%Sync Convert
root vgkubuntu -wi-ao---- <20.91g
swap_1 vgkubuntu -wi-ao---- 980.00m
spiv@spiv-ultra:~$ ^C
Can anyone please help me to get hold of my HDD so that I can then copy back all my files?
After having problems with my 20.04 install, I decided to start afresh.
I copied all files in my HDD to an external HDD and set about installing 20.10.
I have a Samsung Ultrabok with 12GB RAM, a 24GB SSD and a 500GB HDD.
After reading here and there I decided to use lvm file system for both my internal drives.
From the live disk, I used Prtition Manager to wipe both drives and create partitions like this:
sdb (SSD) deleted all and left 1x 24GB full partition unallocated.
sda deleted all existing ext4 partitiona and created:
1x 99GB lvm2 pv partition
1x 137GB lvm2 pv partition
1x 230GB lvm2 pv partition.
Then installed 20.10 on sdb (guided, entire disk) lvm2 pv.
After restart, all seems ok, but I cannot see the HDD from Dolphin, only the SSD.
Partition Manager sees both and a third called vgkubuntu .
The terminal also doesn't seem to see the HDD:
spiv@spiv-ultra:~$ sudo vgscan
[sudo] password for spiv:
Found volume group "vgkubuntu" using metadata type lvm2
spiv@spiv-ultra:~$ sudo vgscan --mknodes
Found volume group "vgkubuntu" using metadata type lvm2
spiv@spiv-ultra:~$ sudo lvs
[sudo] password for spiv:
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy
%Sync Convert
root vgkubuntu -wi-ao---- <20.91g
swap_1 vgkubuntu -wi-ao---- 980.00m
spiv@spiv-ultra:~$ ^C
Can anyone please help me to get hold of my HDD so that I can then copy back all my files?
Comment