(2018-06-12, 16:59)Klojum Wrote: (2018-06-12, 16:51)Michale32086 Wrote: All of the sudden, my 6TB HD disappeared from the KODI listings..
Is it an external USB HDD with no disk label on it?
Is it an NTFS formatted disk that now has a disk error somehow? Check for errors (and the contents) on Windows.
Via SSH'ing into LibreELEC:
python:
blkid | paste
mount | paste
dmesg | paste
and paste the returned URLs here on the forum.
It's an NTFS GPT disk that shows no errors in windows..
Shouldn't that be 'pastebin'
-sh: pastebin: not found
Guess not..
Anyways, here is 'blkid'
/dev/sda2: LABEL="6TB" UUID="42C4738CC47380C9" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8a61e80d-6b0d-4631-9b9e-858a288b4b88"
/dev/sdb: LABEL="2TB" UUID="e08ce434-dbb7-4d3d-b08d-c7d1ebd2f01b" TYPE="ext4"
/dev/sdc: LABEL="4TB" UUID="b609e829-c004-4d86-89a5-e53fa258dd00" TYPE="ext4"
/dev/sdd1: LABEL="System" UUID="84fbf925-bbb5-4976-9d71-030c829a2246" TYPE="ext4" PARTUUID="59ef74ee-01"
/dev/sdd2: LABEL="Storage" UUID="f00f8ea2-3b2e-4bd8-acae-9003fd2e1f49" TYPE="ext4" PARTUUID="59ef74ee-02"
/dev/loop0: TYPE="squashfs"
/dev/sda1: PARTLABEL="Microsoft reserved partition" PARTUUID="b4704d1f-cddd-44ee-9e8e-1fca677cb315"
mount
devtmpfs on /dev type devtmpfs (rw,relatime,size=1978400k,nr_inodes=494600,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/sdd1 on /flash type ext4 (ro,noatime,data=ordered)
/dev/sdd2 on /storage type ext4 (rw,noatime,data=ordered)
/dev/loop0 on / type squashfs (ro,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tmpfs on /var type tmpfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/dev/sdb on /var/media/2TB type ext4 (rw,nosuid,nodev,noexec,noatime,data=ordered)
/dev/sdc on /var/media/4TB type ext4 (rw,nosuid,nodev,noexec,noatime,data=ordered)
dmesg is really really long..