Hi everyone, I don’t know if it’s the right place to post my request but since the last OSMC update (18 September 2022 ) I’m not able to mount my logical volume.
I have a Raspberry Pi 3 Model B Rev 1.2 with the last version of OSMC.
I have 3 HDD (2 X 4To + 1 X 8To). The smallest are put together to form a 8To logical volume and store all my songs and movies. The 8 To is a backup (I use crontab to rsync a perfect copy).
osmc@RASPBERRYPI:/boot$ sudo lvscan
ACTIVE ‘/dev/NASvg/NASlv’ [<7.28 TiB] inherit
osmc@RASPBERRYPI:/boot$ sudo lvdisplay
— Logical volume —
LV Path /dev/NASvg/NASlv
LV Name NASlv
VG Name NASvg
LV UUID 4kw47I-OA5y-omdn-QA4g-Hqqp-an22-lI23rF
LV Write Access read/write
LV Creation host, time RASPBERRYPI, 2022-05-18 18:45:44 +0200
LV Status available
# open 0
LV Size <7.28 TiB
Current LE 1907658
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0
Since the last update, the auto mounting of my logical volume at the start of the Pi failed, I tried manually but same result :
osmc@RASPBERRYPI:/boot$ sudo mount -t exfat /dev/NASvg/NASlv /mnt/NAS
mount: /mnt/NAS: can’t read superblock on /dev/mapper/NASvg-NASlv.
I try to fsck.exfat the LV and it seems to be ok :
exfatfsck 1.3.0
Checking file system on /dev/NASvg/NASlv.
File system version 1.0
Sector size 512 bytes
Cluster size 128 KB
Volume size 7452 GB
Used space 3687 GB
Available space 3765 GB
Totally 5844 directories and 59006 files.
File system checking finished. No errors found.
Here my logs : https://vladilinov1917.capella.usbx.me/filebrowser/share/islraGXS
I have a back up so I can reset my LV but I would like to avoid this solutoin because it’s a big pain and a little bit risky to copy more than 4To through the usb of the pi…
Thanks for your help
PS : Sorry for my english, I’m french ^^