Having trouble with two external USB hard drives. Both are formatted NTFS GPT. Both of these drives used to work fine with my setup (asus chromebox running 8.2.1). They are directly connected to the rear USB ports. I recently had them connected to my windows pc for a bit to move some files around. Now that the drives are connected to the chromebox again, they no longer mount. I have tried safely removing from windows, disabling the fast startup power option, even dismounting with the diskpart utility.
When I try to mount it I get:
LibreELEC:~ # mount -t ntfs-3g /dev/sdb2 /var/media
mount: mounting /dev/sdb2 on /var/media failed: No such device
Here's the output of blkid, sdb2 and sdc1 are the drives.
LibreELEC:~ # blkid
/dev/sda1: LABEL="System" UUID="58F5-65E2" TYPE="vfat" PARTLABEL="primary" PARTUUID="84674f76-b1c3-447a-b850-b169feeaf835"
/dev/sda2: LABEL="Storage" UUID="5e3e178b-9301-4d87-aa20-fb9f0753b5e8" TYPE="ext4" PARTLABEL="primary" PARTUUID="124f1675-8044-4ea4-938b-661e05f580a6"
/dev/sdb2: LABEL="Zoltan" UUID="9AAA1647AA161FF5" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="e559037d-372d-46fc-b12d-60d34749aef0"
/dev/loop0: TYPE="squashfs"
/dev/sdc1: LABEL="continuumtransfunctioner" UUID="BE761A60761A19AB" TYPE="ntfs" PARTLABEL="easystore" PARTUUID="695d4e48-d138-49d9-bb23-8ee926808983"
/dev/sdb1: PARTLABEL="Microsoft reserved partition" PARTUUID="73bb2259-f3df-4103-94cb-4748d55a2fc7"
And the output of mount
LibreELEC:~ # mount
devtmpfs on /dev type devtmpfs (rw,relatime,size=914440k,nr_inodes=228610,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/sda1 on /flash type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
/dev/sda2 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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
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)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /var type tmpfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
Display More
and dmesg
Also noticed that if I unplug the drive from the chromebox while libreelec/kodi is running, a popup notification shows saying the drive was removed.
Any ideas? Thanks