My HDDs problems continue after another restart
and "/media/hdd" (that is the internal 4TB HDD) drive that I had yet not set the LABEL for
is again not showing up after numerous restarts.
I have changed the LABEL naming, just in case, to first part of UUID of each HDD:
e2label /dev/sda1 xxzz1234
e2label /dev/sdb1 yyzz4321
e2label /dev/sdc1 zzzz4321 #I'm awaiting for the drive to show up again to SET the LABEL
I have previously recorded it's UUID, so tried setting the FSTAB for all 3 HDD as follows:
mkdir /media/xxzz1234
mkdir /media/yyzz4321
mkdir /media/zzzz4312
nano /etc/fstab
######################################################################################################################################
# Internal / External HDD's
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=xxzz1234-abcd-4321-1234-4321abcd1234 /media/xxzz1234 ext4 defaults 0 2
UUID=yyzz4321-dcba-1234-4321-1234dcba4321 /media/yyzz4321 ext4 defaults 0 2
UUID=zzzz4312-dcab-1234-4321-1234dcba4321 /media/zzzz4312 ext4 defaults 0 2
But the "third" (Internal SATA III) HDD is again not showing up and completely missing after numerous reboots
root@vuultimo4k:~# lsscsi -d
[2:0:0:0] disk WD easystore 25FA 1013
[2:0:0:1] enclosu WD SES Device 1013
[3:0:0:0] disk Samsung M3 Portable 1404
root@vuultimo4k:~# cat /proc/scsi/scsi
Attached devices:
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: WD Model: easystore 25FA Rev: 1013
Type: Direct-Access ANSI SCSI revision: 06
Host: scsi2 Channel: 00 Id: 00 Lun: 01
Vendor: WD Model: SES Device Rev: 1013
Type: Enclosure ANSI SCSI revision: 06
Host: scsi3 Channel: 00 Id: 00 Lun: 00
Vendor: Samsung Model: M3 Portable Rev: 1404
Type: Direct-Access ANSI SCSI revision: 06
root@vuultimo4k:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 3.7T 0 disk
└─sda1 8:1 0 3.7T 0 part /media/xxzz1234
sdb 8:16 0 1.8T 0 disk
└─sdb1 8:17 0 1.8T 0 part /media/yyzz4321
mtdblock0 31:0 0 2M 0 disk
mtdblock1 31:1 0 64K 0 disk
mtdblock2 31:2 0 64K 0 disk
mtdblock3 31:3 0 64K 0 disk
mtdblock4 31:4 0 4M 0 disk
mmcblk0 179:0 0 3.7G 0 disk
├─mmcblk0p1 179:1 0 16M 0 part
├─mmcblk0p2 179:2 0 16M 0 part
├─mmcblk0p3 179:3 0 2M 0 part
└─mmcblk0p4 179:4 0 3.6G 0 part /
mmcblk0boot0 179:16 0 4M 1 disk
mmcblk0boot1 179:32 0 4M 1 disk
mmcblk0rpmb 179:48 0 512K 0 disk
root@vuultimo4k:~# mount
/dev/mmcblk0p4 on / type ext4 (rw,relatime,nodelalloc,data=journal)
devtmpfs on /dev type devtmpfs (rw,relatime,size=800236k,nr_inodes=86265,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tmpfs on /media type tmpfs (rw,relatime,size=64k)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /var/volatile type tmpfs (rw,relatime)
/dev/sda1 on /media/xxzz1234 type ext4 (rw,relatime,data=ordered)
/dev/sdb1 on /media/yyzz4321 type ext4 (rw,relatime,data=ordered)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
root@vuultimo4k:~# ls -l /sys/class/ata_port/
lrwxrwxrwx 1 root root 0 Jan 1 1970 ata1 -> ../../devices/platform/brcmstb-ahci.0/ata1/ata_port/ata1
lrwxrwxrwx 1 root root 0 Jan 1 1970 ata2 -> ../../devices/platform/brcmstb-ahci.0/ata2/ata_port/ata2
root@vuultimo4k:~# cat /sys/bus/ide/devices/0.0/serial
cat: can't open '/sys/bus/ide/devices/0.0/serial': No such file or directory
root@vuultimo4k:~# ls -l /dev/disk/by-path/
lrwxrwxrwx 1 root root 13 Jan 1 1970 platform-f03e0200.sdhci -> ../../mmcblk0
lrwxrwxrwx 1 root root 18 Jan 1 1970 platform-f03e0200.sdhci-boot0 -> ../../mmcblk0boot0
lrwxrwxrwx 1 root root 18 Jan 1 1970 platform-f03e0200.sdhci-boot1 -> ../../mmcblk0boot1
lrwxrwxrwx 1 root root 15 Jan 2 11:24 platform-f03e0200.sdhci-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 15 Jan 1 1970 platform-f03e0200.sdhci-part2 -> ../../mmcblk0p2
lrwxrwxrwx 1 root root 15 Jan 2 11:24 platform-f03e0200.sdhci-part3 -> ../../mmcblk0p3
lrwxrwxrwx 1 root root 15 Jan 1 1970 platform-f03e0200.sdhci-part4 -> ../../mmcblk0p4
lrwxrwxrwx 1 root root 9 Jan 2 11:24 platform-f0470300.ehci_v2-usb-0:1:1.0-scsi-0:0:0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jan 2 11:24 platform-f0470300.ehci_v2-usb-0:1:1.0-scsi-0:0:0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Jan 2 11:24 platform-f0471000.xhci_v2-usb-0:2:1.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 2 11:24 platform-f0471000.xhci_v2-usb-0:2:1.0-scsi-0:0:0:0-part1 -> ../../sda1
I have now installed the "smartmontools - 7.0-r0.6 - Control and monitor storage systems using S.M.A.R.T"
opkg install smartmontools smartmontools-doc
and trying to get the drive to show up again ....but the drive not even showing up on boot
root@vuultimo4k:~# dmesg | grep -i scsi
[ 1.960918] scsi2 : usb-storage 2-2:1.0
[ 2.968352] scsi 2:0:0:0: Direct-Access WD easystore 25FA 1013 PQ: 0 ANSI: 6
[ 2.976687] scsi 2:0:0:1: Enclosure WD SES Device 1013 PQ: 0 ANSI: 6
[ 2.985710] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 2.996294] scsi 2:0:0:1: Attached scsi generic sg1 type 13
[ 4.788579] scsi3 : usb-storage 3-1:1.0
[ 5.252163] sd 2:0:0:0: [sda] Attached SCSI disk
[ 5.794665] scsi 3:0:0:0: Direct-Access Samsung M3 Portable 1404 PQ: 0 ANSI: 6
[ 5.803620] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 5.910962] sd 3:0:0:0: [sdb] Attached SCSI disk
But on the positive side,
decoding channels from the top CI that has CA (Irdeto) and SkyLink card works again ......
Could it be, because one of the USB disks takes position on "/dev/sda" or could it be, that there is something wrong with the drive itself?
But previously, after one of the restarts it was working and all 3 HDD showed up (but CI that has CA Irdeto and SkyLink SmartCard) did not decode TV channels:
How could this be related??
root@vuultimo4k:~# lsscsi
[2:0:0:0] disk WD easystore 25FA 1013
[2:0:0:1] enclosu WD SES Device 1013
[3:0:0:0] disk Samsung M3 Portable 1404
[0:0:0:0] disk ATA ST4000LM016-1N21 0001
root@vuultimo4k:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 3.7T 0 disk
└─sda1 8:1 0 3.7T 0 part /media/hdd
sdb 8:16 0 3.7T 0 disk
└─sdb1 8:17 0 3.7T 0 part /media/sda
sdc 8:32 0 1.8T 0 disk
└─sdc1 8:33 0 1.8T 0 part /media/sdb
mtdblock0 31:0 0 2M 0 disk
mtdblock1 31:1 0 64K 0 disk
mtdblock2 31:2 0 64K 0 disk
mtdblock3 31:3 0 64K 0 disk
mtdblock4 31:4 0 4M 0 disk
mmcblk0 179:0 0 3.7G 0 disk
├─mmcblk0p1 179:1 0 16M 0 part
├─mmcblk0p2 179:2 0 16M 0 part
├─mmcblk0p3 179:3 0 2M 0 part
└─mmcblk0p4 179:4 0 3.6G 0 part /
mmcblk0boot0 179:16 0 4M 1 disk
mmcblk0boot1 179:32 0 4M 1 disk
mmcblk0rpmb 179:48 0 512K 0 disk
Edited by 420f00f3, 2 January 2024 - 12:38.