NVIDIA / gds-nvidia-fs

NVIDIA GPUDirect Storage Driver
Other
208 stars 31 forks source link

ERROR cufio-fs:79 mount option not found in mount table data device: /dev/nvme0n1 #15

Closed blackmamba7 closed 1 year ago

blackmamba7 commented 1 year ago

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)

KiranModukuri commented 1 year ago

The filesystem should be mounted with option "data=ordered"