i'm attempting to recover the cache data, ahead of reformatting
i believe i was able to create the directory "x"
however, i was unable to mount
i entered
mount -o usebackuproot,ro /dev/nvmeOn1 /x
but got "does not exist"
i've attached screen shot, and was assuming for nvme, that was correct
>>>See Below, from Terminal<<<
Linux 4.19.107-Unraid.
Last login: Sun Oct 18 10:03:30 -0500 2020 on /dev/tty1.
root@Titan:~# mkdir /x
mkdir: cannot create directory ‘/x’: File exists
root@Titan:~# mount -o usebackuproot,ro /dev/nvmeOn1 /x
mount: /x: special device /dev/nvmeOn1 does not exist.
root@Titan:~#