Both of my drives are 64k cluster as well. I will try to get access to a windows 7 pc later and run chkdsk on there to see if that fixes it. Otherwise I'll just reformat as ext4 I guess.
Edit: just ran chkdsk and safely removed on my laptop running Windows 10 non-creators version and that fixed the issue. This is definitely a problem with windows 10 creators update. Seems like just connecting any NTFS drive (maybe only with 64k cluster size) to a creators update PC "breaks" the drive for any 3rd party ntfs systems.
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:
Code
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:~ # 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)
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
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.