View previous topic :: View next topic |
Author |
Message |
Mgiese Veteran
Joined: 23 Mar 2005 Posts: 1628 Location: indiana
|
Posted: Wed Nov 13, 2024 5:08 pm Post subject: howto mount nas hdd, no vg1 to mount |
|
|
hi there,
i added my nas hdd to dev/md0 successfully.
Code: | # vgs
WARNING: PV /dev/md0 in VG vg1 is using an old PV header, modify the VG to update.
VG #PV #LV #SN Attr VSize VFree
vg1 1 2 0 wz--n- 3.63t 516.00m |
but i fail to mount my vg1 as suggested in this link:
https://michaelheap.com/mount-synology-hdd-under-linux/
in /dev/mapper there are just no vg1 devices...
a also leads no nowhere
what am i missing, how to mount my nas hdd ? _________________ I do not have a Superman complex, for I am God not Superman
Ryzen9 7950x (powersave governor) ; Geforce 3050 (70w) ; kernel 6.10.6 ; XFCE |
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3432
|
Posted: Wed Nov 13, 2024 5:12 pm Post subject: |
|
|
What does "lvs" report? _________________ Make Computing Fun Again |
|
Back to top |
|
|
Mgiese Veteran
Joined: 23 Mar 2005 Posts: 1628 Location: indiana
|
Posted: Wed Nov 13, 2024 5:13 pm Post subject: |
|
|
Code: | # lvs
WARNING: PV /dev/md0 in VG vg1 is using an old PV header, modify the VG to update.
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
syno_vg_reserved_area vg1 -wi------- 12.00m
volume_1 vg1 -wi------- 3.63t |
_________________ I do not have a Superman complex, for I am God not Superman
Ryzen9 7950x (powersave governor) ; Geforce 3050 (70w) ; kernel 6.10.6 ; XFCE |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1919
|
Posted: Wed Nov 13, 2024 5:23 pm Post subject: |
|
|
You need to activate the volume groups and logical volumes. Issue this command: vgchange -ay
After that, links to the volumes should appear in /dev/mapper |
|
Back to top |
|
|
|