My learning task does not make use of GDS. Upon inspecting the cufile.log, I found this error—
ERROR cufio-fs:79 mount option not found in mount table data device: /dev/nvme0n1
I don't see why this error is being thrown, when mounting I did use the -t option to specify ext4 and it's clearly present in the mount table.
Also here's a relevant snippet of my mount -l output:
/dev/sda1 on / type ext4 (rw,relatime) [cloudimg-rootfs] devtmpfs on /dev type devtmpfs (rw,relatime,size=1874188k,nr_inodes=468547,mode=755,inode64) . . . /dev/nvme0n1 on /mnt/my-ssd type ext4 (rw,relatime)
My learning task does not make use of GDS. Upon inspecting the cufile.log, I found this error—
ERROR cufio-fs:79 mount option not found in mount table data device: /dev/nvme0n1
I don't see why this error is being thrown, when mounting I did use the
-t
option to specify ext4 and it's clearly present in the mount table. Also here's a relevant snippet of mymount -l
output:/dev/sda1 on / type ext4 (rw,relatime) [cloudimg-rootfs] devtmpfs on /dev type devtmpfs (rw,relatime,size=1874188k,nr_inodes=468547,mode=755,inode64) . . . /dev/nvme0n1 on /mnt/my-ssd type ext4 (rw,relatime)